diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-04-25 20:37:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-04-25 20:37:53 +0000 |
commit | 7159e248bc20b5964ec9e4331f9ccf4b94bc634b (patch) | |
tree | 3e589d082478a20bf7223a678a45eabdb4ee52b1 /audio/xmms-crossfade | |
parent | 3fbb55148bb2f33732f675dd048f70b0fa8a5975 (diff) |
Notes
Diffstat (limited to 'audio/xmms-crossfade')
-rw-r--r-- | audio/xmms-crossfade/Makefile | 4 | ||||
-rw-r--r-- | audio/xmms-crossfade/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-crossfade/files/patch-ltmain.sh | 16 |
3 files changed, 19 insertions, 3 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 21dfcb358a3e..1727b08d162d 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xmms-crossfade -PORTVERSION= 0.2.9 +PORTVERSION= 0.3.2 CATEGORIES= audio -MASTER_SITES= http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ \ +MASTER_SITES= http://www.mynetcologne.de/~nc-eisenlpe2/xmms-crossfade/ \ ftp://ftp.falsehope.com/pub/xmms-crossfade/ MAINTAINER= pat@FreeBSD.org diff --git a/audio/xmms-crossfade/distinfo b/audio/xmms-crossfade/distinfo index d6c80046c49b..3cccb2bc57d8 100644 --- a/audio/xmms-crossfade/distinfo +++ b/audio/xmms-crossfade/distinfo @@ -1 +1 @@ -MD5 (xmms-crossfade-0.2.9.tar.gz) = 7427e9f8e79e3532b6c85e36459e453a +MD5 (xmms-crossfade-0.3.2.tar.gz) = 384756802307a163839987cbf520076a diff --git a/audio/xmms-crossfade/files/patch-ltmain.sh b/audio/xmms-crossfade/files/patch-ltmain.sh new file mode 100644 index 000000000000..3d6e7e4cf4c2 --- /dev/null +++ b/audio/xmms-crossfade/files/patch-ltmain.sh @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Fri Apr 12 08:48:14 2002 ++++ ltmain.sh Fri Apr 25 16:34:45 2003 +@@ -4224,11 +4224,13 @@ + IFS="$save_ifs" + fi + ++ if /usr/bin/false; then + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |