From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 27 03:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B5B01065670 for ; Sun, 27 Sep 2009 03:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0008FC0A for ; Sun, 27 Sep 2009 03:10:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8R3A3EF005032 for ; Sun, 27 Sep 2009 03:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8R3A3Nd005030; Sun, 27 Sep 2009 03:10:03 GMT (envelope-from gnats) Date: Sun, 27 Sep 2009 03:10:03 GMT Message-Id: <200909270310.n8R3A3Nd005030@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Timothy Beyer Cc: Subject: Re: ports/139167: update port: audio/mp3splt to version 0.2.6a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timothy Beyer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 03:10:03 -0000 The following reply was made to PR ports/139167; it has been noted by GNATS. From: Timothy Beyer To: bug-followup@FreeBSD.org Cc: Timothy Beyer Subject: Re: ports/139167: update port: audio/mp3splt to version 0.2.6a Date: Sat, 26 Sep 2009 20:06:46 -0700 Hi, The Makefile.diff in this isn't complete, I submitted an outdated makefile. I apologize for the inconvenience. Use the following Makefile.diff instead: --- Makefile.diff begins here --- --- Makefile.orig 2009-08-02 15:30:15.000000000 -0700 +++ Makefile 2009-09-05 16:27:18.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= mp3splt -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.6a PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +CONFIGURE_ARGS+= --with-mp3splt=${LOCALBASE} --disable-mp3splttest MAN1= mp3splt.1 PLIST_FILES= bin/mp3splt bin/oggsplt --- Makefile.diff ends here ---