From shammer@satanii.enemy.org  Wed Nov  6 15:27:45 2002
Return-Path: <shammer@satanii.enemy.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 756B437B4E0
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Nov 2002 15:27:44 -0800 (PST)
Received: from lyra.enemy.org (lyra.enemy.org [62.116.11.42])
	by mx1.FreeBSD.org (Postfix) with SMTP id 316F943E6E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Nov 2002 15:27:43 -0800 (PST)
	(envelope-from shammer@satanii.enemy.org)
Received: (qmail 28540 invoked from network); 6 Nov 2002 23:28:07 -0000
Received: from unknown (HELO satanii.enemy.org) (62.116.11.3)
  by lyra.enemy.org with SMTP; 6 Nov 2002 23:28:07 -0000
Received: from satanii.enemy.org (localhost [127.0.0.1])
	by satanii.enemy.org (8.12.6/8.12.6) with ESMTP id gA6NSJvt096307;
	Thu, 7 Nov 2002 00:28:19 +0100 (CET)
	(envelope-from shammer@satanii.enemy.org)
Received: (from shammer@localhost)
	by satanii.enemy.org (8.12.6/8.12.6/Submit) id gA6NSIAQ096306;
	Thu, 7 Nov 2002 00:28:18 +0100 (CET)
Message-Id: <200211062328.gA6NSIAQ096306@satanii.enemy.org>
Date: Thu, 7 Nov 2002 00:28:18 +0100 (CET)
From: Josef El-Rayes <j.el-rayes@daemon.li>
Reply-To: Josef El-Rayes <j.el-rayes@daemon.li>
To: FreeBSD-gnats-submit@freebsd.org
Cc: macdome@users.sourceforge.net
Subject: build fix for port audio/openag 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45017
>Category:       ports
>Synopsis:       build fix for port audio/openag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    arved
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 06 15:30:05 PST 2002
>Closed-Date:    Thu Nov 07 01:58:25 PST 2002
>Last-Modified:  Thu Nov 07 01:58:25 PST 2002
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.7-RELEASE alpha
>Organization:
>Environment:
System: FreeBSD satanii.enemy.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 23:53:31 CEST 2002 root@satanii.enemy.org:/usr/src/sys/compile/S2 alpha


	
>Description:
	ports needs either curl or wget for building
>How-To-Repeat:
try to build the port
	
>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

--- Makefile.diff begins here ---
--- Makefile.orig	Mon Jun 10 00:19:59 2002
+++ Makefile	Thu Nov  7 00:15:13 2002
@@ -16,6 +16,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}
 
+BUILD_DEPENDS=  wget:${PORTSDIR}/ftp/wget
+
 DOC_FILES=	AUTHORS COPYING ChangeLog INSTALL README
 
 post-install:
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Adam Weinberger <adamw@FreeBSD.ORG>
To: Josef El-Rayes <j.el-rayes@daemon.li>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG, macdome@users.sourceforge.net
Subject: Re: ports/45017: build fix for port audio/openag
Date: Wed, 6 Nov 2002 15:41:13 -0800

 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
 

From: Josef El-Rayes <j.el-rayes@daemon.li>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc: macdome@users.sourceforge.net
Subject: Re: ports/45017: build fix for port audio/openag
Date: Thu, 7 Nov 2002 02:01:02 +0100

 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

From: Eric Seidel <eric.c.seidel@lawrence.edu>
To: Adam Weinberger <adamw@FreeBSD.ORG>
Cc: Josef El-Rayes <j.el-rayes@daemon.li>,
	FreeBSD-gnats-submit@FreeBSD.ORG, macdome@users.sourceforge.net
Subject: Re: ports/45017: build fix for port audio/openag
Date: Wed, 06 Nov 2002 19:12:47 -0600

 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 
Responsible-Changed-By: arved 
Responsible-Changed-When: Thu Nov 7 01:28:17 PST 2002 
Responsible-Changed-Why:  
I have already another openag PR assigned to myself 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45017 
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Nov 7 01:57:20 PST 2002 
State-Changed-Why:  
A different fix was committed. 
Please check the PR database before submitting PRs. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45017 
>Unformatted:
 
