From owner-freebsd-ports Fri Nov 16 19:30:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE1837B416 for ; Fri, 16 Nov 2001 19:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3U0v56352; Fri, 16 Nov 2001 19:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A136C37B405 for ; Fri, 16 Nov 2001 19:26:30 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3QU456060; Fri, 16 Nov 2001 19:26:30 -0800 (PST) (envelope-from nobody) Message-Id: <200111170326.fAH3QU456060@freefall.freebsd.org> Date: Fri, 16 Nov 2001 19:26:30 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32049: Update port: audio/xsidplay to 1.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32049 >Category: ports >Synopsis: Update port: audio/xsidplay to 1.6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 16 19:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.6.3 New file: files/patch-scripts:ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xsidplay/Makefile audio/xsidplay/Makefile --- /usr/ports/audio/xsidplay/Makefile Sat Oct 20 09:19:00 2001 +++ audio/xsidplay/Makefile Sat Nov 17 10:33:15 2001 @@ -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 @@ 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 -urN /usr/ports/audio/xsidplay/distinfo audio/xsidplay/distinfo --- /usr/ports/audio/xsidplay/distinfo Sat Oct 20 09:19:01 2001 +++ audio/xsidplay/distinfo Sat Nov 17 01:11:10 2001 @@ -1 +1 @@ -MD5 (xsidplay-1.6.2.1.tgz) = ddf115409d9ca0554c74e6e51c2f0a6e +MD5 (xsidplay-1.6.3.tgz) = 2712556f53848749644f1f0466685885 diff -urN /usr/ports/audio/xsidplay/files/patch-scripts:ltmain.sh audio/xsidplay/files/patch-scripts:ltmain.sh --- /usr/ports/audio/xsidplay/files/patch-scripts:ltmain.sh Thu Jan 1 09:00:00 1970 +++ audio/xsidplay/files/patch-scripts:ltmain.sh Sat Nov 17 10:32:18 2001 @@ -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" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message