Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 15:39:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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...
Message-ID:  <201309021539.r82FdHVJ044234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $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 <virtual.lark@gmail.com>
-#
+# Created by: Vladimir Gorelov <virtual.lark@gmail.com>
 # $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 <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $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 <se@FreeBSD.org>
-#
+# Created by: Stefan Esser <se@FreeBSD.org>
 # $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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021539.r82FdHVJ044234>