diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 02:15:04 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 02:15:04 +0000 |
commit | 6182c09cff5e3604c8cbca5d1b8aaeb77970dd4a (patch) | |
tree | 8c302d5a8a9c90228837c9c7a07ec96a2ff56f27 /audio/xsidplay | |
parent | 7b134ecb34cc5af1a00b9f4ac2ad66fd6fedc6bc (diff) |
Update to 1.6.3
PR: 32049
Submitted by: tkato@prontomail.com
Notes
Notes:
svn path=/head/; revision=50449
Diffstat (limited to 'audio/xsidplay')
-rw-r--r-- | audio/xsidplay/Makefile | 4 | ||||
-rw-r--r-- | audio/xsidplay/distinfo | 2 | ||||
-rw-r--r-- | audio/xsidplay/files/patch-scripts:ltmain.sh | 25 |
3 files changed, 28 insertions, 3 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index ae975cc0d24c..4f59c72e5692 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xsidplay -PORTVERSION= 1.6.2.1 +PORTVERSION= 1.6.3 PORTEPOCH= 1 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ @@ -18,7 +18,7 @@ LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay USE_QT_VER= 2 USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-qt-binaries=${X11BASE}/bin QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} diff --git a/audio/xsidplay/distinfo b/audio/xsidplay/distinfo index e10123ef87b9..4df79ac95950 100644 --- a/audio/xsidplay/distinfo +++ b/audio/xsidplay/distinfo @@ -1 +1 @@ -MD5 (xsidplay-1.6.2.1.tgz) = ddf115409d9ca0554c74e6e51c2f0a6e +MD5 (xsidplay-1.6.3.tgz) = 2712556f53848749644f1f0466685885 diff --git a/audio/xsidplay/files/patch-scripts:ltmain.sh b/audio/xsidplay/files/patch-scripts:ltmain.sh new file mode 100644 index 000000000000..9845a17f8465 --- /dev/null +++ b/audio/xsidplay/files/patch-scripts:ltmain.sh @@ -0,0 +1,25 @@ +--- scripts/ltmain.sh.orig Wed Nov 14 08:32:24 2001 ++++ scripts/ltmain.sh Sat Nov 17 10:31:51 2001 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + 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" |