| Summary: | build fix for port audio/openag | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Josef El-Rayes <j.el-rayes> | ||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | macdome | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Josef El-Rayes
2002-11-06 23:30:05 UTC
Instead, you should consider using:
CONFIGURE_ENV+= WGET="${FETCH_CMD}"
That way, you can remove the dependency on wget.
-Adam
--
Adam Weinberger
adam@vectors.cx
adamw@FreeBSD.ORG
i forgot to mention that the configure script of the audio/Openag
explicitely
+looks for either curl or wget so adding CONFIGURE_ENV+= WGET="${FETCH_CMD}"
did
+not help, i got an error from the configure script as i changed the
Makefile
+the way you proposed me.
-josef
j.el-rayes@daemon.li
The newest source does not have that dependancy AFAIK. You might try pulling the latest distro from SF. -eric p.s. The project is pretty much dead unfortunately, since audiogalaxy was sued by the RIAA. --------------------- Eric Seidel, Lead Programmer OpenAGs Project Eric.C.Seidel@lawrence.edu On Wednesday, November 6, 2002, at 05:41 PM, Adam Weinberger wrote: > Instead, you should consider using: > > CONFIGURE_ENV+= WGET="${FETCH_CMD}" > > That way, you can remove the dependency on wget. > > -Adam > > > -- > Adam Weinberger > adam@vectors.cx > adamw@FreeBSD.ORG > Responsible Changed From-To: freebsd-ports->arved I have already another openag PR assigned to myself State Changed From-To: open->closed A different fix was committed. Please check the PR database before submitting PRs. |