Bug 186218 - [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml
Summary: [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-29 00:20 UTC by jim
Modified: 2014-02-23 15:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-XML-LibXML-2.0108,1.patch (604 bytes, patch)
2014-01-29 00:20 UTC, jim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jim 2014-01-29 00:20:02 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-29 00:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-23 14:34:08 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-23 15:21:20 UTC
Author: sunpoet
Date: Sun Feb 23 15:21:11 2014
New Revision: 345734
URL: http://svnweb.freebsd.org/changeset/ports/345734
QAT: https://qat.redports.org/buildarchive/r345734/

Log:
  - Use USE_GNOME=libxml2 instead of hardcoded LIB_DEPENDS
  
  PR:		ports/186218
  Submitted by:	Jim Ohlstein <jim@ohlste.in>

Modified:
  head/textproc/p5-XML-LibXML/Makefile

Modified: head/textproc/p5-XML-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXML/Makefile	Sun Feb 23 15:21:06 2014	(r345733)
+++ head/textproc/p5-XML-LibXML/Makefile	Sun Feb 23 15:21:11 2014	(r345734)
@@ -16,12 +16,12 @@ LICENSE_COMB=	dual
 
 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
 
 USES=		perl5
+USE_GNOME=	libxml2
 USE_PERL5=	configure
 CONFIGURE_ENV=	XMLPREFIX=${LOCALBASE}
 
_______________________________________________
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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-23 15:30:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!