diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-20 08:56:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-20 08:56:04 +0000 |
commit | cb87c44ef8189ecb23d707179dd7da5817aac4cc (patch) | |
tree | ff4c47ea41da9bd46b71ad0b1925032d9c2c31b0 /multimedia | |
parent | 30ed021ea1bc673d9bc0ad61593f4ea3dd162de8 (diff) | |
download | ports-cb87c44ef8189ecb23d707179dd7da5817aac4cc.tar.gz ports-cb87c44ef8189ecb23d707179dd7da5817aac4cc.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmms/Makefile | 16 | ||||
-rw-r--r-- | multimedia/xmms/distinfo | 2 | ||||
-rw-r--r-- | multimedia/xmms/files/patch-ad | 18 | ||||
-rw-r--r-- | multimedia/xmms/pkg-plist | 1 |
4 files changed, 19 insertions, 18 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 2cd58e282f2f..61ddbfc4c939 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -6,15 +6,15 @@ # PORTNAME= xmms -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.xmms.org/xmms/1.0/ \ - ftp://ftp.uk.xmms.org/xmms/1.0/ \ - ftp://ftp.us.xmms.org/xmms/1.0/ \ - ftp://ftp.ca.us.xmms.org/xmms/1.0/ \ - ftp://ftp.md.us.xmms.org/xmms/1.0/ \ - ftp://ftp.nl.xmms.org/xmms/1.0/ \ - ftp://ftp.de.xmms.org/xmms/1.0/ +MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \ + ftp://ftp.uk.xmms.org/xmms/1.2.x/ \ + ftp://ftp.us.xmms.org/xmms/1.2.x/ \ + ftp://ftp.ca.us.xmms.org/xmms/1.2.x/ \ + ftp://ftp.md.us.xmms.org/xmms/1.2.x/ \ + ftp://ftp.nl.xmms.org/xmms/1.2.x/ \ + ftp://ftp.de.xmms.org/xmms/1.2.x/ MAINTAINER= esk@ira.uka.de diff --git a/multimedia/xmms/distinfo b/multimedia/xmms/distinfo index 20051697628d..153a0488815a 100644 --- a/multimedia/xmms/distinfo +++ b/multimedia/xmms/distinfo @@ -1 +1 @@ -MD5 (xmms-1.2.0.tar.gz) = 3f6be4d02ecb58c44ade0785f388eada +MD5 (xmms-1.2.1.tar.gz) = 60974ea8e9b84a10b9ba7a752cbf7106 diff --git a/multimedia/xmms/files/patch-ad b/multimedia/xmms/files/patch-ad index 599afb775e69..181d0b81f0da 100644 --- a/multimedia/xmms/files/patch-ad +++ b/multimedia/xmms/files/patch-ad @@ -1,13 +1,13 @@ ---- configure.orig Mon Jun 12 17:06:00 2000 -+++ configure Fri Jun 16 16:44:02 2000 -@@ -3287,14 +3287,14 @@ +--- configure.orig Mon Jun 19 16:19:25 2000 ++++ configure Tue Jun 20 11:35:37 2000 +@@ -3290,14 +3290,14 @@ fi if test "x$PTHREAD_LIBS" = xerror; then - echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6 --echo "configure:3292: checking for pthread_attr_init in -lc_r" >&5 +-echo "configure:3295: checking for pthread_attr_init in -lc_r" >&5 + echo $ac_n "checking for pthread_attr_init in -pthread""... $ac_c" 1>&6 -+echo "configure:3292: checking for pthread_attr_init in -pthread" >&5 ++echo "configure:3295: checking for pthread_attr_init in -pthread" >&5 ac_lib_var=`echo c_r'_'pthread_attr_init | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,9 +16,9 @@ -LIBS="-lc_r $LIBS" +LIBS="-pthread $LIBS" cat > conftest.$ac_ext <<EOF - #line 3300 "configure" + #line 3303 "configure" #include "confdefs.h" -@@ -3322,7 +3322,7 @@ +@@ -3325,7 +3325,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -27,7 +27,7 @@ else echo "$ac_t""no" 1>&6 fi -@@ -5472,7 +5472,7 @@ +@@ -5475,7 +5475,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* CATOBJEXT=.mo @@ -36,7 +36,7 @@ fi rm -f conftest* INSTOBJEXT=.mo -@@ -7110,14 +7110,14 @@ +@@ -7113,14 +7113,14 @@ if test -n "$GCC" then diff --git a/multimedia/xmms/pkg-plist b/multimedia/xmms/pkg-plist index eb988578d785..92b95de717c1 100644 --- a/multimedia/xmms/pkg-plist +++ b/multimedia/xmms/pkg-plist @@ -36,6 +36,7 @@ share/locale/ca/LC_MESSAGES/xmms.mo share/locale/cs/LC_MESSAGES/xmms.mo share/locale/da/LC_MESSAGES/xmms.mo share/locale/de/LC_MESSAGES/xmms.mo +share/locale/eo/LC_MESSAGES/xmms.mo share/locale/es/LC_MESSAGES/xmms.mo share/locale/fr/LC_MESSAGES/xmms.mo share/locale/hr/LC_MESSAGES/xmms.mo |