diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-07 09:55:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-07 09:55:06 +0000 |
commit | 6f41d4ee49b300dc0fb0eff1e2e4629bf0abcb95 (patch) | |
tree | 052c9267b7e945e3a27e45de0db94004f96ba7c9 /audio | |
parent | Update 2.2.0 -> 2.2.1 (diff) |
Unbreak build by using fetch instead of wget,
Mark broken, because Audiogalaxy is dead
PR: 45017, 42593
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer), Oliver Lehman
n <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=69639
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openag/Makefile | 5 | ||||
-rw-r--r-- | audio/openag/files/patch-configure | 13 |
2 files changed, 18 insertions, 0 deletions
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 \ |