From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 10 21:40:09 2011 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 F13E4106566B for ; Sat, 10 Dec 2011 21:40:08 +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 CDAAC8FC13 for ; Sat, 10 Dec 2011 21:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBALe87e082978 for ; Sat, 10 Dec 2011 21:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBALe8VE082977; Sat, 10 Dec 2011 21:40:08 GMT (envelope-from gnats) Resent-Date: Sat, 10 Dec 2011 21:40:08 GMT Resent-Message-Id: <201112102140.pBALe8VE082977@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8F0D1065670 for ; Sat, 10 Dec 2011 21:30:14 +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 A6F938FC08 for ; Sat, 10 Dec 2011 21:30:14 +0000 (UTC) Received: from jennifer.idxf.com ([85.17.122.36]:52059 helo=internal.tormail.net) by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RZUUm-0048Go-G2 for FreeBSD-gnats-submit@freebsd.org; Sat, 10 Dec 2011 16:30:13 -0500 Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RZUU9-0000uM-GU for FreeBSD-gnats-submit@freebsd.org; Sat, 10 Dec 2011 21:29:36 +0000 Message-Id: <1RZUU9-0000uM-GU@internal.tormail.net> Date: Sat, 10 Dec 2011 23:07:16 +0300 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/163171: [patch] textproc/pdftohtml: respect CC 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: Sat, 10 Dec 2011 21:40:09 -0000 >Number: 163171 >Category: ports >Synopsis: [patch] textproc/pdftohtml: respect CC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 10 21:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: # slightly different from pointyhat $ export PATH=~/.bin:$PATH $ for cc in CC cc c++ gcc g++ cpp; do ln -s /usr/bin/false ~/.bin/${cc}; done >Description: >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/pdftohtml-0.39_5.log >Fix: --- cc.diff begins here --- Index: textproc/pdftohtml/files/patch-fofi::Makefile =================================================================== RCS file: /a/.csup/ports/textproc/pdftohtml/files/patch-fofi::Makefile,v retrieving revision 1.1 diff -u -p -r1.1 patch-fofi::Makefile --- textproc/pdftohtml/files/patch-fofi::Makefile 20 Apr 2007 21:13:41 -0000 1.1 +++ textproc/pdftohtml/files/patch-fofi::Makefile 10 Dec 2011 19:59:39 -0000 @@ -3,12 +3,15 @@ $FreeBSD: ports/textproc/pdftohtml/files --- fofi/Makefile +++ fofi/Makefile -@@ -14,7 +14,7 @@ +@@ -14,9 +14,9 @@ GOOSRCDIR = $(srcdir)/../goo GOOLIBDIR = ../goo -CXXFLAGS = -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir) +CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir) - CXX = g++ +-CXX = g++ ++CXX ?= g++ AR = ar rc + RANLIB = ranlib + Index: textproc/pdftohtml/files/patch-splash::Makefile =================================================================== RCS file: /a/.csup/ports/textproc/pdftohtml/files/patch-splash::Makefile,v retrieving revision 1.1 diff -u -p -r1.1 patch-splash::Makefile --- textproc/pdftohtml/files/patch-splash::Makefile 20 Apr 2007 21:13:41 -0000 1.1 +++ textproc/pdftohtml/files/patch-splash::Makefile 10 Dec 2011 20:00:20 -0000 @@ -3,12 +3,15 @@ $FreeBSD: ports/textproc/pdftohtml/files --- splash/Makefile +++ splash/Makefile -@@ -16,7 +16,7 @@ +@@ -16,9 +16,9 @@ FOFISRCDIR = $(srcdir)/../fofi FOFILIBDIR = ../fofi -CXXFLAGS = -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) +CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) - CXX = g++ +-CXX = g++ ++CXX ?= g++ AR = ar rc + RANLIB = ranlib + --- cc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: