From owner-freebsd-ports Mon Dec 9 7:41: 5 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 B6E1837B40D for ; Mon, 9 Dec 2002 07:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2771C43E4A for ; Mon, 9 Dec 2002 07:40:23 -0800 (PST) (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 gB9FeNx3056130 for ; Mon, 9 Dec 2002 07:40:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB9FeMlH056129; Mon, 9 Dec 2002 07:40:22 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367EE37B404 for ; Mon, 9 Dec 2002 07:31:50 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7C643ED1 for ; Mon, 9 Dec 2002 07:31:43 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 896132ED for ; Tue, 10 Dec 2002 00:31:37 +0900 (JST) Message-Id: <20021210002514.22b093ad.tkato@prontomail.com> Date: Tue, 10 Dec 2002 00:25:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46139: Update port: audio/libsndfile to 1.0.3 (fix ports/45861) 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: 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