Date: Wed, 29 Jan 2014 01:14:52 +0100 From: Jim Ohlstein <jim@ohlste.in> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org Subject: [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml Message-ID: <E1W8Ins-000PrM-RB@bromine.jlkhosting.com>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1W8Ins-000PrM-RB>
