From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 27 02:53:50 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 618D5106566B; Sun, 27 Sep 2009 02:53:50 +0000 (UTC) (envelope-from beyert@cs.ucr.edu) Received: from sentoku.ucr.edu (sentoku.ucr.edu [138.23.214.80]) by mx1.freebsd.org (Postfix) with ESMTP id 44CE88FC0A; Sun, 27 Sep 2009 02:53:50 +0000 (UTC) Received: from aeonserv.aeonnet (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240]) by sentoku.ucr.edu (MOS 3.10.5-GA) with ESMTP id JGX79575 (AUTH tbeye001); Sat, 26 Sep 2009 19:42:47 -0700 (PDT) Date: Sat, 26 Sep 2009 19:44:32 -0700 Message-ID: <878wg1jecv.wl%beyert@cs.ucr.edu> From: Timothy Beyer To: beyert@cs.ucr.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200909270210.n8R2A3eH043463@freefall.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.4 (patch 21) (Educational Television) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Junkmail-Status: score=0/50, host= Cc: Timothy Beyer 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 02:53:50 -0000 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 ---