Skip site navigation (1)Skip section navigation (2)
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:   ports/186218: [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml
Message-ID:  <E1W8Ins-000PrM-RB@bromine.jlkhosting.com>
Resent-Message-ID: <201401290020.s0T0K2E4060817@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186218
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 29 00:20:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jim Ohlstein
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1W8Ins-000PrM-RB>