Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 00:28:18 +0100 (CET)
From:      Josef El-Rayes <j.el-rayes@daemon.li>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        macdome@users.sourceforge.net
Subject:   ports/45017: build fix for port audio/openag 
Message-ID:  <200211062328.gA6NSIAQ096306@satanii.enemy.org>

next in thread | raw e-mail | index | archive | help

>Number:         45017
>Category:       ports
>Synopsis:       build fix for port audio/openag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 06 15:30:05 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211062328.gA6NSIAQ096306>