Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2002 00:34:58 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>, janos.mohacsi@bsd.hu
Subject:   ports/44818: update-port: audio/openag (bento-fix)
Message-ID:  <200211012334.gA1NYwEi035698@kartoffel.salatschuessel.net>

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

>Number:         44818
>Category:       ports
>Synopsis:       update-port: audio/openag (bento-fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 15:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 02:27:44 CEST 2002 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386


>Description:
	Openag needs wget or curl installed. There is no dependency to the wget
	port neighter the curl port. But it will also run with our system fetch-
	command. I patched it to use fetch if no wget nor curl is installed (and
	it don't need to be).

	These PR is CCed the the maintainer too.
>How-To-Repeat:
>Fix:


--- openag.patch begins here ---
diff -ruN openag.old/Makefile /usr/ports/audio/openag/Makefile
--- openag.old/Makefile	Mon Jun 10 00:19:59 2002
+++ /usr/ports/audio/openag/Makefile	Sat Nov  2 00:28:32 2002
@@ -15,6 +15,8 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}
+CONFIGURE_ENV=	WGET="fetch" \
+		WGET_FLAGS="-o"
 
 DOC_FILES=	AUTHORS COPYING ChangeLog INSTALL README
 
diff -ruN openag.old/files/parch-configure /usr/ports/audio/openag/files/parch-configure
--- openag.old/files/parch-configure	Thu Jan  1 01:00:00 1970
+++ /usr/ports/audio/openag/files/parch-configure	Sat Nov  2 00:25:48 2002
@@ -0,0 +1,13 @@
+--- configure.orig	Sat Nov  2 00:25:06 2002
++++ configure	Sat Nov  2 00:25:24 2002
+@@ -3457,6 +3457,10 @@
+ 	WGET_FLAGS=-o
+ 
+ 	;;
++fetch)
++	WGET_FLAGS=-o
++
++	;;
+ *)
+ 	{ { echo "$as_me:3461: error: No proper wget or curl were found \
+ on your system.  CURRENTLY OpenAG cannot compile without a command \
--- openag.patch 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?200211012334.gA1NYwEi035698>