svn commit: r302968 - in head/textproc/liblrdf: . files

Alexey Dokuchaev danfe at FreeBSD.org
Thu Aug 23 01:29:09 UTC 2012


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



More information about the svn-ports-head mailing list