From owner-svn-ports-all@FreeBSD.ORG Wed May 21 06:59:49 2014 Return-Path: Delivered-To: svn-ports-all@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 2BB1DF2B; Wed, 21 May 2014 06:59:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1911D224B; Wed, 21 May 2014 06:59:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L6xm6l044446; Wed, 21 May 2014 06:59:48 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4L6xmKH044445; Wed, 21 May 2014 06:59:48 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405210659.s4L6xmKH044445@svn.freebsd.org> From: Koop Mast Date: Wed, 21 May 2014 06:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r354714 - branches/2014Q2/textproc/libxml2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 06:59:49 -0000 Author: kwm Date: Wed May 21 06:59:48 2014 New Revision: 354714 URL: http://svnweb.freebsd.org/changeset/ports/354714 QAT: https://qat.redports.org/buildarchive/r354714/ Log: Allow USE_GNOME to be added to. So the libxml2 dependancy in py-libxml2 is recorded. This fix was supposed to be in the libxml2 merge but somehow got lost. Submitted by: David Demelier (via IRC) Approved by: portmgr (antoine@) Modified: branches/2014Q2/textproc/libxml2/Makefile Modified: branches/2014Q2/textproc/libxml2/Makefile ============================================================================== --- branches/2014Q2/textproc/libxml2/Makefile Wed May 21 06:56:47 2014 (r354713) +++ branches/2014Q2/textproc/libxml2/Makefile Wed May 21 06:59:48 2014 (r354714) @@ -18,7 +18,7 @@ COMMENT?= XML parser library for GNOME GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig shebangfix -USE_GNOME= ltverhack:5 +USE_GNOME+= ltverhack:5 USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \ --with-html-dir=${PREFIX}/share/doc \