This package links to libxslt on my system: [corn:~]> ldd /usr/local/lib/libraptor2.so.0 | grep xslt libxslt.so.2 => /usr/local/lib/libxslt.so.2 (0x80227a000) checking for xsltSaveResultToString... yes checking for system libxslt library... yes - version 1.1.28 checking for xsltInit... yes checking libxslt/xslt.h usability... yes checking libxslt/xslt.h presence... yes checking for libxslt/xslt.h... yes Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
Author: makc Date: Mon Feb 11 18:31:49 2013 New Revision: 312070 URL: http://svnweb.freebsd.org/changeset/ports/312070 Log: Add dependence on libxslt PR: ports/175971 Submitted by: pawel@ Modified: head/textproc/raptor2/Makefile (contents, props changed) Modified: head/textproc/raptor2/Makefile ============================================================================== --- head/textproc/raptor2/Makefile Mon Feb 11 18:04:55 2013 (r312069) +++ head/textproc/raptor2/Makefile Mon Feb 11 18:31:49 2013 (r312070) @@ -3,7 +3,7 @@ PORTNAME= raptor2 PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 -USE_GNOME= gnomehack libxml2 +USE_GNOME= gnomehack libxml2 libxslt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!