1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to version 2.1.1

PR:		ports/69184
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-07-17 17:01:17 +00:00
parent 52ec8351c4
commit ca01b1bd55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113846
7 changed files with 11 additions and 173 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= libsidplay2
PORTVERSION= 2.1.0
PORTREVISION= 1
PORTVERSION= 2.1.1
CATEGORIES= audio emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sidplay2
@ -19,7 +18,12 @@ COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
USE_GNOME= gnomehack gnometarget pkgconfig
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 15
LIBTOOLFILES= builders/hardsid-builder/configure \
builders/resid-builder/configure \
libsidplay/configure \
libsidutils/configure \
resid/configure
INSTALLS_SHLIB= yes
post-patch:

View File

@ -1,2 +1,2 @@
MD5 (sidplay-libs-2.1.0.tar.gz) = 40e61c8edbce16e1a8d0e31169869d99
SIZE (sidplay-libs-2.1.0.tar.gz) = 1135771
MD5 (sidplay-libs-2.1.1.tar.gz) = 7ea0ba5dc1da4604d15eaae001f7d2a7
SIZE (sidplay-libs-2.1.1.tar.gz) = 1900252

View File

@ -1,42 +0,0 @@
--- builders/resid-builder/unix/ltmain.sh.orig Tue Dec 24 05:38:47 2002
+++ builders/resid-builder/unix/ltmain.sh Wed Jan 22 04:51:36 2003
@@ -1221,7 +1221,7 @@
# These systems don't actually have a C library (as such)
test "X$arg" = "X-lc" && continue
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
continue
;;
@@ -1233,7 +1233,7 @@
fi
if test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# Do not include libc_r directly, use -pthread flag.
continue
;;
@@ -2814,7 +2814,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
;;
*)
@@ -4672,10 +4672,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"

View File

@ -1,42 +0,0 @@
--- libsidplay/unix/ltmain.sh.orig Tue Dec 24 05:38:47 2002
+++ libsidplay/unix/ltmain.sh Wed Jan 22 04:51:36 2003
@@ -1221,7 +1221,7 @@
# These systems don't actually have a C library (as such)
test "X$arg" = "X-lc" && continue
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
continue
;;
@@ -1233,7 +1233,7 @@
fi
if test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# Do not include libc_r directly, use -pthread flag.
continue
;;
@@ -2814,7 +2814,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
;;
*)
@@ -4672,10 +4672,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"

View File

@ -1,42 +0,0 @@
--- libsidutils/unix/ltmain.sh.orig Tue Dec 24 05:38:47 2002
+++ libsidutils/unix/ltmain.sh Wed Jan 22 04:51:36 2003
@@ -1221,7 +1221,7 @@
# These systems don't actually have a C library (as such)
test "X$arg" = "X-lc" && continue
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
continue
;;
@@ -1233,7 +1233,7 @@
fi
if test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# Do not include libc_r directly, use -pthread flag.
continue
;;
@@ -2814,7 +2814,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
;;
*)
@@ -4672,10 +4672,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"

View File

@ -1,42 +0,0 @@
--- unix/ltmain.sh.orig Tue Dec 24 05:38:47 2002
+++ unix/ltmain.sh Wed Jan 22 04:51:36 2003
@@ -1221,7 +1221,7 @@
# These systems don't actually have a C library (as such)
test "X$arg" = "X-lc" && continue
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
continue
;;
@@ -1233,7 +1233,7 @@
fi
if test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# Do not include libc_r directly, use -pthread flag.
continue
;;
@@ -2814,7 +2814,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# OpenBSD uses either libc or libc_r.
;;
*)
@@ -4672,10 +4672,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"

View File

@ -25,6 +25,8 @@ lib/libsidutils.a
lib/libsidutils.so
lib/libsidutils.so.0
lib/sidplay/builders/libresid-builder.a
lib/sidplay/builders/libresid-builder.so
lib/sidplay/builders/libresid-builder.so.0
libdata/pkgconfig/libsidplay2.pc
libdata/pkgconfig/libsidutils.pc
@dirrm lib/sidplay/builders