From tkato432@yahoo.com  Sat Jul 17 14:01:15 2004
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1F09716A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 17 Jul 2004 14:01:15 +0000 (GMT)
Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 79E0443D3F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 17 Jul 2004 14:01:13 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.198.217.14]) by hfep08.dion.ne.jp with SMTP
          id <20040717140103063.OLCZ@hfep08.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sat, 17 Jul 2004 23:01:03 +0900
Message-Id: <20040717230013.368bc805.tkato432@yahoo.com>
Date: Sat, 17 Jul 2004 23:00:13 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/libsidplay2 to 2.1.1

>Number:         69184
>Category:       ports
>Synopsis:       Update port: audio/libsidplay2 to 2.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 17 14:10:08 GMT 2004
>Closed-Date:    Sat Jul 17 17:09:53 GMT 2004
>Last-Modified:  Sat Jul 17 17:09:53 GMT 2004
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 2.1.1

Remove file:
files/patch-builders::resid-builder::unix::ltmain.sh
files/patch-libsidplay::unix::ltmain.sh
files/patch-libsidutils::unix::ltmain.sh
files/patch-unix::ltmain.sh

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/libsidplay2/Makefile audio/libsidplay2/Makefile
--- /usr/ports/audio/libsidplay2/Makefile	Wed Feb  4 18:55:22 2004
+++ audio/libsidplay2/Makefile	Sat Jul 17 02:13:53 2004
@@ -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 @@
 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:
diff -urN /usr/ports/audio/libsidplay2/distinfo audio/libsidplay2/distinfo
--- /usr/ports/audio/libsidplay2/distinfo	Wed Jan 28 18:44:54 2004
+++ audio/libsidplay2/distinfo	Fri Jul 16 23:14:26 2004
@@ -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
diff -urN /usr/ports/audio/libsidplay2/files/patch-builders::resid-builder::unix::ltmain.sh audio/libsidplay2/files/patch-builders::resid-builder::unix::ltmain.sh
--- /usr/ports/audio/libsidplay2/files/patch-builders::resid-builder::unix::ltmain.sh	Sun Feb  2 21:15:14 2003
+++ audio/libsidplay2/files/patch-builders::resid-builder::unix::ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -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"
diff -urN /usr/ports/audio/libsidplay2/files/patch-libsidplay::unix::ltmain.sh audio/libsidplay2/files/patch-libsidplay::unix::ltmain.sh
--- /usr/ports/audio/libsidplay2/files/patch-libsidplay::unix::ltmain.sh	Sun Feb  2 21:15:14 2003
+++ audio/libsidplay2/files/patch-libsidplay::unix::ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -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"
diff -urN /usr/ports/audio/libsidplay2/files/patch-libsidutils::unix::ltmain.sh audio/libsidplay2/files/patch-libsidutils::unix::ltmain.sh
--- /usr/ports/audio/libsidplay2/files/patch-libsidutils::unix::ltmain.sh	Sun Feb  2 21:15:14 2003
+++ audio/libsidplay2/files/patch-libsidutils::unix::ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -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"
diff -urN /usr/ports/audio/libsidplay2/files/patch-unix::ltmain.sh audio/libsidplay2/files/patch-unix::ltmain.sh
--- /usr/ports/audio/libsidplay2/files/patch-unix::ltmain.sh	Sun Feb  2 21:15:14 2003
+++ audio/libsidplay2/files/patch-unix::ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -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"
diff -urN /usr/ports/audio/libsidplay2/pkg-plist audio/libsidplay2/pkg-plist
--- /usr/ports/audio/libsidplay2/pkg-plist	Tue Feb  4 20:48:46 2003
+++ audio/libsidplay2/pkg-plist	Sat Jul 17 02:01:33 2004
@@ -25,6 +25,8 @@
 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
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Sat Jul 17 14:19:37 GMT 2004 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69184 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Jul 17 17:09:45 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69184 
>Unformatted:
