Bug 45017

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 Flags
Makefile.diff none

Description Josef El-Rayes 2002-11-06 23:30:05 UTC
	ports needs either curl or wget for building

Fix: i added build_depend for wget (did not know how to include an OR relationship between wget and curl to install just one of them)
	added new Makefile for openag
How-To-Repeat: try to build the port
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2002-11-06 23:41:13 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
Comment 2 Josef El-Rayes 2002-11-07 01:01:02 UTC
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
Comment 3 eric.c.seidel 2002-11-07 01:12:47 UTC
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
>
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-07 09:28:17 UTC
Responsible Changed
From-To: freebsd-ports->arved

I have already another openag PR assigned to myself
Comment 5 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-07 09:57:20 UTC
State Changed
From-To: open->closed

A different fix was committed. 
Please check the PR database before submitting PRs.