Date: Thu, 23 Aug 2012 01:29:09 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Raphael Kubo da Costa <rakuco@FreeBSD.org> 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 Message-ID: <20120823012909.GA87598@FreeBSD.org> In-Reply-To: <201208222155.q7MLttxX004348@svn.freebsd.org> References: <201208222155.q7MLttxX004348@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120823012909.GA87598>