From owner-cvs-ports@FreeBSD.ORG Sun Feb 29 15:35:30 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A0BC16A4CF; Sun, 29 Feb 2004 15:35:30 -0800 (PST) Received: from cimlogic.com.au (adsl-20-121.swiftdsl.com.au [218.214.20.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F29343D45; Sun, 29 Feb 2004 15:35:29 -0800 (PST) (envelope-from jb@cimlogic.com.au) Received: from cimlogic.com.au (localhost.cimlogic.com.au [127.0.0.1]) by cimlogic.com.au (8.12.9/8.12.9) with ESMTP id i1TNZPqR098043; Mon, 1 Mar 2004 10:35:26 +1100 (EST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.12.9/8.12.9/Submit) id i1TNZPie098042; Mon, 1 Mar 2004 10:35:25 +1100 (EST) Date: Mon, 1 Mar 2004 10:35:23 +1100 From: John Birrell To: Adam Weinberger Message-ID: <20040301103522.J16237@freebsd3.cimlogic.com.au> References: <200402281944.i1SJiA3E010931@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200402281944.i1SJiA3E010931@repoman.freebsd.org>; from adamw@FreeBSD.org on Sat, Feb 28, 2004 at 11:44:10AM -0800 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/ffmpeg Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 23:35:30 -0000 On Sat, Feb 28, 2004 at 11:44:10AM -0800, Adam Weinberger wrote: > adamw 2004/02/28 11:44:10 PST > > FreeBSD ports repository > > Modified files: > multimedia/ffmpeg Makefile > Log: > Add a missing \. > > Submitted by: FreshPorts sanity checking, which I didn't even know was > trolling my commits. Cool!!1 > > Revision Changes Path > 1.33 +1 -1 ports/multimedia/ffmpeg/Makefile There is a stray quotation mark in the non-optimised case. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/ffmpeg/Makefile,v retrieving revision 1.33 diff -c -r1.33 Makefile *** Makefile 28 Feb 2004 19:44:10 -0000 1.33 --- Makefile 29 Feb 2004 23:27:43 -0000 *************** *** 137,143 **** .else CONFIGURE_ARGS+= --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \ -I${X11BASE}/include" \ ! --disable-opts" \ --extra-ldflags="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm " .endif --- 137,143 ---- .else CONFIGURE_ARGS+= --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \ -I${X11BASE}/include" \ ! --disable-opts \ --extra-ldflags="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm " .endif -- John Birrell