From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:39:20 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id E85A5CB6; Mon, 2 Sep 2013 15:39:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1DD82BFA; Mon, 2 Sep 2013 15:39:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FdJev044248; Mon, 2 Sep 2013 15:39:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FdHVJ044234; Mon, 2 Sep 2013 15:39:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021539.r82FdHVJ044234@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 15:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326013 - in head: deskutils/libopensync-plugin-python devel/art games/ldmud games/maitretarot misc/gnome-devel-docs multimedia/libbluray security/lasso security/pinentry sysutils/polic... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 15:39:20 -0000 Author: bapt Date: Mon Sep 2 15:39:17 2013 New Revision: 326013 URL: http://svnweb.freebsd.org/changeset/ports/326013 Log: Add an explicit dependency on pkgconf Modified: head/deskutils/libopensync-plugin-python/Makefile head/devel/art/Makefile head/games/ldmud/Makefile head/games/maitretarot/Makefile head/misc/gnome-devel-docs/Makefile head/multimedia/libbluray/Makefile head/security/lasso/Makefile head/security/pinentry/Makefile head/sysutils/policykit/Makefile head/textproc/p5-XML-GDOME/Makefile Modified: head/deskutils/libopensync-plugin-python/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-python/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/deskutils/libopensync-plugin-python/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-python -# Date created: 18 July 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= libopensync-plugin-python PORTVERSION= 0.22 @@ -17,6 +13,7 @@ LIB_DEPENDS= opensync.0:${PORTSDIR}/deve CONFLICTS= libopensync-plugin-python-devel-[0-9]* +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_PYTHON= yes Modified: head/devel/art/Makefile ============================================================================== --- head/devel/art/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/devel/art/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: art -# Date created: 2011-11-05 -# Whom: Vladimir Gorelov -# +# Created by: Vladimir Gorelov # $FreeBSD$ -# PORTNAME= art PORTVERSION= 0.9.01 @@ -18,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26 -USE_GMAKE= yes +USES= gmake pkgconfig do-install: @${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin Modified: head/games/ldmud/Makefile ============================================================================== --- head/games/ldmud/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/games/ldmud/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -16,7 +16,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_OPENSSL= yes -USES= iconv +USES= iconv pkgconfig CONFIGURE_ARGS+=--libdir=${DATADIR} \ --bindir=${PREFIX}/sbin \ --enable-use-pcre \ Modified: head/games/maitretarot/Makefile ============================================================================== --- head/games/maitretarot/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/games/maitretarot/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: maitretarot -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= maitretarot PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= Server side of MaitreTarot, a LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/misc/gnome-devel-docs/Makefile ============================================================================== --- head/misc/gnome-devel-docs/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/misc/gnome-devel-docs/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-devel-docs -# Date created: 2007-09-18 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.22 2010/09/29 15:17:53 kwm Exp $ -# PORTNAME= gnome-devel-docs PORTVERSION= 2.32.0 @@ -20,7 +16,7 @@ RUN_DEPENDS= gnome-doc-prepare:${PORTSDI USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehier INSTALLS_OMF= yes Modified: head/multimedia/libbluray/Makefile ============================================================================== --- head/multimedia/libbluray/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/multimedia/libbluray/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -17,7 +17,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/text # dlopen dependencies, libbdplus not yet available LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs -USES= iconv +USES= iconv pkgconfig USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= autoconf aclocal automake libtool Modified: head/security/lasso/Makefile ============================================================================== --- head/security/lasso/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/security/lasso/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -15,6 +15,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} CONFIGURE_ARGS+= --disable-java --disable-php4 --with-zlib GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gnomehack glib20 libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/security/pinentry/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -17,7 +17,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security CONFLICTS_INSTALL?= pinentry-[a-z]* USE_BZIP2= yes -USES= iconv gmake +USES= iconv gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-pinentry-qt INFO= pinentry Modified: head/sysutils/policykit/Makefile ============================================================================== --- head/sysutils/policykit/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/sysutils/policykit/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev USERS= polkit GROUPS= polkit -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 intlhack USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/textproc/p5-XML-GDOME/Makefile ============================================================================== --- head/textproc/p5-XML-GDOME/Makefile Mon Sep 2 15:35:16 2013 (r326012) +++ head/textproc/p5-XML-GDOME/Makefile Mon Sep 2 15:39:17 2013 (r326013) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::GDOME -# Date created: 2003-10-02 -# Whom: Stefan Esser -# +# Created by: Stefan Esser # $FreeBSD$ -# PORTNAME= XML-GDOME PORTVERSION= 0.86 @@ -20,7 +16,7 @@ RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/t p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= configure MAN3= XML::GDOME.3 \