From owner-svn-ports-head@FreeBSD.ORG Fri Jul 19 20:15:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 937E111E; Fri, 19 Jul 2013 20:15:28 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep19.mx.upcmail.net (fep19.mx.upcmail.net [62.179.121.39]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8F2EFE; Fri, 19 Jul 2013 20:15:27 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep19-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130719201519.ZNRG9577.viefep19-int.chello.at@edge04.upcmail.net>; Fri, 19 Jul 2013 22:15:19 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge04.upcmail.net with edge id 2LFJ1m00p0i5fp603LFJA5; Fri, 19 Jul 2013 22:15:19 +0200 X-SourceIP: 178.84.132.32 Message-ID: <51E99E57.8070206@rainbow-runner.nl> Date: Fri, 19 Jul 2013 22:15:19 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Greg Larkin Subject: Re: svn commit: r323303 - in head/print/pdftk: . files References: <201307191515.r6JFFlIV022469@svn.freebsd.org> In-Reply-To: <201307191515.r6JFFlIV022469@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130719-0, 19-07-2013), Outbound message X-Antivirus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 20:15:28 -0000 On 19-7-2013 17:15, Greg Larkin wrote: > Author: glarkin > Date: Fri Jul 19 15:15:47 2013 > New Revision: 323303 > URL: http://svnweb.freebsd.org/changeset/ports/323303 > > Log: > - Fixed build on 10-CURRENT where /usr/bin/cpp is supplied by clang. The > port now explicitly uses cpp46 which is supplied by the gcc dependency. Is it perhaps possible of utilizing devel/tradcpp for this, instead of dragging a gcc port in? tradcpp is used by imake as cpp replacement, so it might very well be usefull for pdftk. -Koop