From owner-svn-ports-all@FreeBSD.ORG Thu Aug 23 01:29:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6BFAC106566B; Thu, 23 Aug 2012 01:29:09 +0000 (UTC) Date: Thu, 23 Aug 2012 01:29:09 +0000 From: Alexey Dokuchaev To: Raphael Kubo da Costa Message-ID: <20120823012909.GA87598@FreeBSD.org> References: <201208222155.q7MLttxX004348@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201208222155.q7MLttxX004348@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r302968 - in head/textproc/liblrdf: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 01:29:09 -0000 On Wed, Aug 22, 2012 at 09:55:55PM +0000, Raphael Kubo da Costa wrote: > New Revision: 302968 > URL: http://svn.freebsd.org/changeset/ports/302968 > > Log: > Make the port build if textproc/raptor is installed. > > Both textproc/raptor and textproc/raptor2 provide a raptor.h header; the > former puts it in ${LOCALBASE}/include, whereas the latter puts it into > ${LOCALBASE}/include/raptor2. > > The way CPPFLAGS and LDFLAGS were changed so far, -I${LOCALBASE}/include was > passed to the compiler before -I${LOCALBASE}/include/raptor2, so the raptor1 > headers were picked up and the build failed. Thanks for the fix! Original patch from nox@ [1] patched the sources to avoid this kind of clash. I've decided to drop it since raptor and raptor2 conflict with each other, and I expect to raptor1 be completely removed in the [near] future. ./danfe [1] http://people.freebsd.org/~nox/tmp/liblrdf-0.5.0.patch