From 1cdb3bac572d6a78bc8c8f9d2be62ff8f0f35ba8 Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 7 Nov 2002 09:55:06 +0000 Subject: Unbreak build by using fetch instead of wget, Mark broken, because Audiogalaxy is dead PR: 45017, 42593 Submitted by: Janos Mohacsi (maintainer), Oliver Lehman n --- audio/openag/Makefile | 5 +++++ audio/openag/files/patch-configure | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 audio/openag/files/patch-configure (limited to 'audio/openag') diff --git a/audio/openag/Makefile b/audio/openag/Makefile index b2e9a8793c9d..5615b2509401 100644 --- a/audio/openag/Makefile +++ b/audio/openag/Makefile @@ -6,6 +6,7 @@ PORTNAME= openag PORTVERSION= 1.1.1 +PORTREVISION=1 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openags @@ -13,8 +14,12 @@ DISTNAME= OpenAG-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu +BROKEN= The AudioGalaxy Search Server shutdown in June 2002 + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH} +CONFIGURE_ENV= WGET="fetch" \ + WGET_FLAGS="-o" DOC_FILES= AUTHORS COPYING ChangeLog INSTALL README diff --git a/audio/openag/files/patch-configure b/audio/openag/files/patch-configure new file mode 100644 index 000000000000..f41d7c26881b --- /dev/null +++ b/audio/openag/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Thu Nov 7 10:33:08 2002 ++++ configure Thu Nov 7 10:34:30 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 \ -- cgit