From owner-freebsd-perl@FreeBSD.ORG Wed Jan 29 00:15:02 2014 Return-Path: Delivered-To: perl@FreeBSD.org 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) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bromine.jlkhosting.com; s=x; h=Date:Message-Id:Cc:From:Subject:To; bh=0BLLc8PFhxryKqZH44iQWfdX+7uaoCXbdci0bz8cgBc=; b=mUWOh6AXtyu051EvtI8XCW8Hhm8I3ZHMukCnS5mp6AAcxR1hG55Q4+6O5HblF6zcr7ys3G6Mp7Va9oHHvZsWl4F3XKOEtbaBovzQFyGmP1zVPhr1suplISxSdTDRRjzppIwmZLcjx3L1QXrM1B/PkQznlniRAu5137rd/rvXlrU=; 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 To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] textproc/p5-XML-LibXML: switch to USE_GNOME=libxml From: Jim Ohlstein X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Wed, 29 Jan 2014 01:14:52 +0100 Cc: perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 00:15:02 -0000 >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 ---