Date: Tue, 10 Dec 2002 00:25:14 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46139: Update port: audio/libsndfile to 1.0.3 (fix ports/45861) Message-ID: <20021210002514.22b093ad.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46139 >Category: ports >Synopsis: Update port: audio/libsndfile to 1.0.3 (fix ports/45861) >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: Mon Dec 09 07:40:19 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.3 Following PRs should be superseded by this one: [2002/11/29] ports/45861 ports Update port: audio/libsndfile to 1.0.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/libsndfile/Makefile audio/libsndfile/Makefile --- /usr/ports/audio/libsndfile/Makefile Mon Nov 11 18:58:53 2002 +++ audio/libsndfile/Makefile Mon Dec 9 20:20:17 2002 @@ -7,7 +7,7 @@ # PORTNAME= libsndfile -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= audio MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/ @@ -18,16 +18,16 @@ USE_REINPLACE= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe INSTALLS_SHLIB= yes -MAN1= sndfile-info.1 sndfile-play.1 +MAN1= sndfile-convert.1 sndfile-info.1 sndfile-play.1 PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \ new_file_type.HOWTO sndfile_info.html -pre-patch: - @${REINPLACE_CMD} -e 's|-g -O2 ||g' ${WRKSRC}/configure +post-patch: @${REINPLACE_CMD} -e \ 's|libdir[)]/pkgconfig|prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in diff -urN /usr/ports/audio/libsndfile/distinfo audio/libsndfile/distinfo --- /usr/ports/audio/libsndfile/distinfo Fri Sep 20 19:33:11 2002 +++ audio/libsndfile/distinfo Mon Dec 9 20:21:59 2002 @@ -1 +1 @@ -MD5 (libsndfile-1.0.1.tar.gz) = bb328567ad639b72d22f7bf3b31550c7 +MD5 (libsndfile-1.0.3.tar.gz) = 73866f565ea98d911065e70d0a1a5672 diff -urN /usr/ports/audio/libsndfile/pkg-plist audio/libsndfile/pkg-plist --- /usr/ports/audio/libsndfile/pkg-plist Fri Sep 20 19:33:14 2002 +++ audio/libsndfile/pkg-plist Sat Nov 30 06:13:00 2002 @@ -1,3 +1,6 @@ +bin/sndfile-convert +bin/sndfile-info +bin/sndfile-play include/sndfile.h lib/libsndfile.a lib/libsndfile.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210002514.22b093ad.tkato>