summaryrefslogtreecommitdiff
path: root/audio/xmp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 04:41:21 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 04:41:21 +0000
commit9ffe2e02140ce8abeab51eb380c27ed92a92bd5f (patch)
treeed0702ad30edf616360fa8ac8d18f8d6c48aa5e9 /audio/xmp
parentUpdate to version 4.08.2. (diff)
Update to version 2.0.4.
PR: 25001 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=38756
Diffstat (limited to 'audio/xmp')
-rw-r--r--audio/xmp/Makefile2
-rw-r--r--audio/xmp/distinfo2
-rw-r--r--audio/xmp/files/patch-ad14
-rw-r--r--audio/xmp/files/patch-ah16
4 files changed, 15 insertions, 19 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 84b938c17f3a..bdb20495c93b 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmp
-PORTVERSION= 2.0.3
+PORTVERSION= 2.0.4
CATEGORIES= audio
MASTER_SITES= http://xmp.helllabs.org/pkg/%SUBDIR%/ \
http://xmp.linuxave.net/pkg/%SUBDIR%/
diff --git a/audio/xmp/distinfo b/audio/xmp/distinfo
index b34f2661c86d..38061e445317 100644
--- a/audio/xmp/distinfo
+++ b/audio/xmp/distinfo
@@ -1 +1 @@
-MD5 (xmp-2.0.3.tar.bz2) = 93afef7d1fbb4de92fa9228e53d46660
+MD5 (xmp-2.0.4.tar.bz2) = db1813fec46c57757965c53a8cf33c4f
diff --git a/audio/xmp/files/patch-ad b/audio/xmp/files/patch-ad
index be15cf89f0c3..817092fea8e0 100644
--- a/audio/xmp/files/patch-ad
+++ b/audio/xmp/files/patch-ad
@@ -1,7 +1,7 @@
---- Makefile.rules.in.orig Sun May 7 09:51:31 2000
-+++ Makefile.rules.in Sat Aug 5 02:40:28 2000
-@@ -7,14 +7,17 @@
- exec_prefix= @prefix@
+--- Makefile.rules.in.old Sun Feb 11 02:36:54 2001
++++ Makefile.rules.in Sun Feb 11 02:38:45 2001
+@@ -9,14 +9,17 @@
+ exec_prefix= $(DEST_DIR)@prefix@
BIN_DIR = @bindir@
LIB_DIR = @libdir@
+ETC_DIR = @sysconfdir@
@@ -11,11 +11,11 @@
-CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@
+CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@ -DETC_DIR=\"$(ETC_DIR)\"
LD = @CC@
- LFLAGS = -o$@
+ LDFLAGS = -o$@ @LDFLAGS@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_DATA = @INSTALL_DATA@
LIBS = @LIBS@ $(XLIBS)
SHELL = /bin/sh
PLATFORM= @PLATFORM@
diff --git a/audio/xmp/files/patch-ah b/audio/xmp/files/patch-ah
index d69e3354a30c..a51dbe5aac48 100644
--- a/audio/xmp/files/patch-ah
+++ b/audio/xmp/files/patch-ah
@@ -1,15 +1,11 @@
---- src/xmms/Makefile.old Mon Jan 1 12:28:08 2001
-+++ src/xmms/Makefile Mon Jan 1 12:28:56 2001
-@@ -12,10 +12,10 @@
- include ../../Makefile.rules
-
- all: $(OBJS)
-- gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp
-+ $(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp
+--- src/xmms/Makefile.old Sun Feb 11 02:39:18 2001
++++ src/xmms/Makefile Sun Feb 11 02:39:51 2001
+@@ -23,7 +23,7 @@
+ make -C ../../lib shared
install::
-- $(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
-+ $(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
+- $(INSTALL) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir`
++ $(INSTALL_DATA) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir`
$(OBJS): Makefile