aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-07 17:55:06 +0800
committerarved <arved@FreeBSD.org>2002-11-07 17:55:06 +0800
commit1cdb3bac572d6a78bc8c8f9d2be62ff8f0f35ba8 (patch)
tree47bda32989a65103f304a831e67ada0700869a95 /audio
parentb538041e1b834cd4906ef7a885476c996a77f4b9 (diff)
downloadfreebsd-ports-gnome-1cdb3bac572d6a78bc8c8f9d2be62ff8f0f35ba8.tar.gz
freebsd-ports-gnome-1cdb3bac572d6a78bc8c8f9d2be62ff8f0f35ba8.tar.zst
freebsd-ports-gnome-1cdb3bac572d6a78bc8c8f9d2be62ff8f0f35ba8.zip
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>
Diffstat (limited to 'audio')
-rw-r--r--audio/openag/Makefile5
-rw-r--r--audio/openag/files/patch-configure13
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 \