From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 29 00:20:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15CB7364 for ; Wed, 29 Jan 2014 00:20:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE22F196D for ; Wed, 29 Jan 2014 00:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0T0K2BZ060818 for ; Wed, 29 Jan 2014 00:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0T0K2E4060817; Wed, 29 Jan 2014 00:20:02 GMT (envelope-from gnats) Resent-Date: Wed, 29 Jan 2014 00:20:02 GMT Resent-Message-Id: <201401290020.s0T0K2E4060817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Ohlstein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 128CF28B; Wed, 29 Jan 2014 00:15:02 +0000 (UTC) Received: from bromine.jlkhosting.com (bromine.jlkhosting.com [5.135.138.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCAAA192E; Wed, 29 Jan 2014 00:15:01 +0000 (UTC) Received: from root by bromine.jlkhosting.com with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1W8Ins-000PrM-RB; Wed, 29 Jan 2014 01:14:52 +0100 Message-Id: Date: Wed, 29 Jan 2014 01:14:52 +0100 From: Jim Ohlstein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186218: [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml Cc: perl@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 00:20:03 -0000 >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: