From owner-cvs-all@FreeBSD.ORG Fri Dec 16 01:22:20 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54C6B106564A; Fri, 16 Dec 2011 01:22:20 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77]) by mx1.freebsd.org (Postfix) with ESMTP id 09B198FC08; Fri, 16 Dec 2011 01:22:19 +0000 (UTC) Received: from manning.torservers.net ([173.254.192.36]:35850 helo=internal.tormail.net) by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RbMV3-000d7j-Ci; Thu, 15 Dec 2011 20:22:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.net; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=V/FHLXNKH/i5c+8wt/6JynNDNacJZuiKZGz8s1VQbAc=; b=jKCOF4bU5Eyssv288CMsos9KuDjQlt+IDcGB4gVwyrDqxi29NQEYjMzJuo8BdmZekwGIYPiqwuADHrgZW1xUI1yKR0sa5CWwsK0dFm3TF68mlZsDAP5qOX1rLDx7FIegCHxZ9bteXacN9iGN09tBnjFMQvcny9seriGvnm/gf60=; Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RbMTs-0007Ho-AC; Fri, 16 Dec 2011 01:21:02 +0000 From: Jan Beich To: Erwin Lansing In-Reply-To: <201112141011.pBEABd5F013350__19004.2356880896$1323857519$gmane$org@repoman.freebsd.org> (Erwin Lansing's message of "Wed, 14 Dec 2011 10:11:39 +0000 (UTC)") Date: Thu, 15 Dec 2011 15:18:04 -1000 References: <201112141011.pBEABd5F013350__19004.2356880896$1323857519$gmane$org@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1RbMTs-0007Ho-AC@internal.tormail.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.hudsonvalleyhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.net X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/pdftohtml/files patch-fofi::Makefile patch-splash::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2011 01:22:20 -0000 Erwin Lansing writes: > FreeBSD ports repository > > Modified files: > textproc/pdftohtml/files patch-fofi::Makefile > patch-splash::Makefile > Log: > Respect CC [...] > --- fofi/Makefile > +++ fofi/Makefile > @@ -10,5 +10,8 @@ $FreeBSD: /usr/local/www/cvsroot/FreeBSD > -CXXFLAGS = -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir) > +CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir) > > - CXX = g++ > + CXX =? g++ > AR = ar rc This change has no effect, it's treated as fuzz by patch(1) and contains a typo (`?=' vs. `=?'). $ mv /usr/bin/g++ $HOME $ echo CXX=$HOME/g++ >>Makefile.local $ make patch PATCH_DEBUG= |& fgrep -B1 fuzz Patching file fofi/Makefile using Plan A... Hunk #1 succeeded at 14 with fuzz 2. $ __MAKE_CONF= make ===> Building for pdftohtml-0.39_5 cd goo; gmake gmake[1]: Entering directory `/usr/ports/textproc/pdftohtml/work/pdftohtml-0.39/goo' /home/luser/g++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I. -c GHash.cc /home/luser/g++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I. -c GList.cc /home/luser/g++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I. -c GString.cc /home/luser/g++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I. -c gmempp.cc /home/luser/g++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I. -c gfile.cc cc -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I. -c gmem.c cc -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I. -c parseargs.c rm -f libGoo.a ar rc libGoo.a GHash.o GList.o GString.o gmempp.o gfile.o gmem.o parseargs.o ranlib libGoo.a gmake[1]: Leaving directory `/usr/ports/textproc/pdftohtml/work/pdftohtml-0.39/goo' cd fofi; gmake gmake[1]: Entering directory `/usr/ports/textproc/pdftohtml/work/pdftohtml-0.39/fofi' g++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiBase.cc gmake[1]: g++: Command not found gmake[1]: *** [FoFiBase.o] Error 127 gmake[1]: Leaving directory `/usr/ports/textproc/pdftohtml/work/pdftohtml-0.39/fofi' gmake: *** [all] Error 2 *** [do-build] Error code 1