[PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml
Jim Ohlstein
jim at ohlste.in
Wed Jan 29 00:15:02 UTC 2014
>Submitter-Id: current-users
>Originator: Jim Ohlstein
>Organization:
>Confidential: no
>Synopsis: [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 10.0-STABLE amd64
>Environment:
System: FreeBSD bromine.jlkhosting.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r260997: Wed Jan 22 02:56:43 CET
>Description:
switch to USE_GNOME=libxml
Port maintainer (perl at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- p5-XML-LibXML-2.0108,1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 341678)
+++ Makefile (working copy)
@@ -16,11 +16,12 @@
BUILD_DEPENDS= p5-XML-NamespaceSupport>=1.07:${PORTSDIR}/textproc/p5-XML-NamespaceSupport \
p5-XML-SAX>=0.11:${PORTSDIR}/textproc/p5-XML-SAX
-LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \
p5-URI>=0:${PORTSDIR}/net/p5-URI
+USE_GNOME= libxml2
+
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= XMLPREFIX=${LOCALBASE}
--- p5-XML-LibXML-2.0108,1.patch ends here ---
More information about the freebsd-perl
mailing list