From owner-freebsd-ports Fri Oct 25 23:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C5537B401 for ; Fri, 25 Oct 2002 23:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D484243E65 for ; Fri, 25 Oct 2002 23:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9Q6A0x3098044 for ; Fri, 25 Oct 2002 23:10:00 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9Q6A0Rd098043; Fri, 25 Oct 2002 23:10:00 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4ECF37B401 for ; Fri, 25 Oct 2002 23:00:32 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831BE43E65 for ; Fri, 25 Oct 2002 23:00:32 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9Q60W7R094589 for ; Fri, 25 Oct 2002 23:00:32 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9Q60WYZ094588; Fri, 25 Oct 2002 23:00:32 -0700 (PDT) Message-Id: <200210260600.g9Q60WYZ094588@www.freebsd.org> Date: Fri, 25 Oct 2002 23:00:32 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44483: Update port: audio/osalp to 0.7.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: 44483 >Category: ports >Synopsis: Update port: audio/osalp to 0.7.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 Oct 25 23:10:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.7-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.7.3 New file: files/patch-config::ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/osalp/Makefile audio/osalp/Makefile --- /usr/ports/audio/osalp/Makefile Sat Oct 26 13:57:51 2002 +++ audio/osalp/Makefile Sat Oct 26 14:41:06 2002 @@ -7,34 +7,27 @@ # PORTNAME= osalp -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.7.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +BUILD_DEPENDS= lame:${PORTSDIR}/audio/lame \ + mpg123:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +RUN_DEPENDS= ${BUILD_DEPENDS} -USE_REINPLACE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" -CONFIGURE_ARGS= --enable-blade --enable-mpg123 --enable-sox +CONFIGURE_ARGS= --enable-all + INSTALLS_SHLIB= yes PLIST_SUB= VERSION=${PORTVERSION} -.include - -.if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/lib/aflib|${PREFIX}/lib/aflib|g' \ - ${WRKSRC}/configure - -.include +.include diff -urN /usr/ports/audio/osalp/distinfo audio/osalp/distinfo --- /usr/ports/audio/osalp/distinfo Tue Jun 4 04:26:10 2002 +++ audio/osalp/distinfo Sat Oct 26 01:28:53 2002 @@ -1 +1 @@ -MD5 (osalp-0.7.2.tar.gz) = 52df6f63978bebd16c87899e501323ea +MD5 (osalp-0.7.3.tar.gz) = 5cadd32241f37ece1716364289186ebf diff -urN /usr/ports/audio/osalp/files/patch-config::ltmain.sh audio/osalp/files/patch-config::ltmain.sh --- /usr/ports/audio/osalp/files/patch-config::ltmain.sh Thu Jan 1 09:00:00 1970 +++ audio/osalp/files/patch-config::ltmain.sh Sat Oct 26 02:10:56 2002 @@ -0,0 +1,49 @@ +--- config/ltmain.sh.orig Mon May 27 06:17:51 2002 ++++ config/ltmain.sh Sat Oct 26 02:10:42 2002 +@@ -956,6 +956,7 @@ + ;; + + -avoid-version) ++ build_old_libs=no + avoid_version=yes + continue + ;; +@@ -1043,14 +1044,14 @@ + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2441,7 +2442,7 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; + *) +@@ -4210,10 +4211,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/osalp/pkg-plist audio/osalp/pkg-plist --- /usr/ports/audio/osalp/pkg-plist Sun Jun 9 03:24:16 2002 +++ audio/osalp/pkg-plist Sat Oct 26 02:24:35 2002 @@ -19,6 +19,7 @@ include/aflib/aflibConverterSmallFilter.h include/aflib/aflibData.h include/aflib/aflibDateTime.h +include/aflib/aflibDebug.h include/aflib/aflibEditClip.h include/aflib/aflibEnvFile.h include/aflib/aflibFFT.h @@ -29,14 +30,20 @@ include/aflib/aflibMixerItem.h include/aflib/aflibRecorderItem.h include/aflib/aflibSampleData.h -lib/aflib/libaflibBladeFile-%%VERSION%%.so -lib/aflib/libaflibBladeFile.so -lib/aflib/libaflibLameFile-%%VERSION%%.so -lib/aflib/libaflibLameFile.so +lib/aflib/libaflibAifcFile-%%VERSION%%.so +lib/aflib/libaflibAifcFile.so +lib/aflib/libaflibAiffFile-%%VERSION%%.so +lib/aflib/libaflibAiffFile.so +lib/aflib/libaflibAuFile-%%VERSION%%.so +lib/aflib/libaflibAuFile.so +lib/aflib/libaflibDevFile-%%VERSION%%.so +lib/aflib/libaflibDevFile.so lib/aflib/libaflibMpgFile-%%VERSION%%.so lib/aflib/libaflibMpgFile.so -lib/aflib/libaflibSoxFile-%%VERSION%%.so -lib/aflib/libaflibSoxFile.so +lib/aflib/libaflibOggFile-%%VERSION%%.so +lib/aflib/libaflibOggFile.so +lib/aflib/libaflibWavFile-%%VERSION%%.so +lib/aflib/libaflibWavFile.so lib/libaflib-%%VERSION%%.so lib/libaflib.so @dirrm lib/aflib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message