Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 16:21:38 +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: r326025 - in head: databases/rrdtool devel/libnfc games/mt_dolphin_ia graphics/cairomm graphics/evas_generic_loaders-ps graphics/gtk-update-icon-cache graphics/libgaiagraphics graphics/...
Message-ID:  <201309021621.r82GLclB072091@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 16:21:38 2013
New Revision: 326025
URL: http://svnweb.freebsd.org/changeset/ports/326025

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/databases/rrdtool/Makefile
  head/devel/libnfc/Makefile
  head/games/mt_dolphin_ia/Makefile
  head/graphics/cairomm/Makefile
  head/graphics/evas_generic_loaders-ps/Makefile
  head/graphics/gtk-update-icon-cache/Makefile
  head/graphics/libgaiagraphics/Makefile
  head/graphics/libsvg-cairo/Makefile
  head/graphics/poppler/Makefile
  head/graphics/py-cairo/Makefile
  head/mail/libpst/Makefile
  head/net-im/folks04/Makefile
  head/net-im/libtelepathy/Makefile
  head/net/avahi-app/Makefile
  head/net/glib-networking/Makefile
  head/print/libgnomeprint/Makefile
  head/sysutils/consolekit/Makefile
  head/sysutils/upower/Makefile
  head/textproc/libwpd08/Makefile
  head/textproc/libwps/Makefile
  head/textproc/wv/Makefile
  head/x11-toolkits/libgdiplus/Makefile

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/databases/rrdtool/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -24,7 +24,7 @@ USE_RC_SUBR=	rrdcached
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 WANT_PERL=	yes
 USE_GNOME=	gnomehack intltool
 

Modified: head/devel/libnfc/Makefile
==============================================================================
--- head/devel/libnfc/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/devel/libnfc/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -22,7 +22,7 @@ SERIALPROBE_DESC=	serial auto-probe
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USES=	pathfix
+USES=	pathfix pkgconfig
 
 MAN1=		nfc-anticol.1 nfc-dep-initiator.1 nfc-dep-target.1 \
 		nfc-emulate-forum-tag4.1 nfc-emulate-tag.1 nfc-emulate-uid.1 \

Modified: head/games/mt_dolphin_ia/Makefile
==============================================================================
--- head/games/mt_dolphin_ia/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/games/mt_dolphin_ia/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mt_dolphin_ia
-# Date created:		Sun 7 mar 2004
-# Whom:			thierry@pompo.net
-#
+# Created by: thierry@pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=		mt_dolphin_ia
 PORTVERSION=		0.1.98
@@ -17,6 +13,7 @@ COMMENT=		A basic AI for MaitreTarot, a 
 
 LIB_DEPENDS=		mt_client.0:${PORTSDIR}/games/libmt_client
 
+USES=			pkgconfig
 USE_BZIP2=		yes
 GNU_CONFIGURE=		yes
 USE_GNOME=		glib20 libxml2

Modified: head/graphics/cairomm/Makefile
==============================================================================
--- head/graphics/cairomm/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/graphics/cairomm/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	cairomm
-# Date created:		2005-12-07
-# Whom:			Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $
-#
 
 PORTNAME=	cairomm
 PORTVERSION=	1.10.0
@@ -22,7 +18,7 @@ LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack ltverhack
 CONFIGURE_ENV=	AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/evas_generic_loaders-ps/Makefile
==============================================================================
--- head/graphics/evas_generic_loaders-ps/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/graphics/evas_generic_loaders-ps/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	spectre:${PORTSDIR}/print/l
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	eina
 USE_LDCONFIG=	yes
 

Modified: head/graphics/gtk-update-icon-cache/Makefile
==============================================================================
--- head/graphics/gtk-update-icon-cache/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/graphics/gtk-update-icon-cache/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -21,8 +21,8 @@ RUN_DEPENDS+=	${LOCALBASE}/share/mime/ma
 		${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
 
 USE_XZ=		yes
-USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
+USES=		gmake perl5 pkgconfig
+USE_PERL5=	build
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/graphics/libgaiagraphics/Makefile
==============================================================================
--- head/graphics/libgaiagraphics/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/graphics/libgaiagraphics/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libgaiagraphics
-# Date created:		2012-06-14
-# Whom:			lbartoletti <coder@tuxfamily.org>
-#
+# Created by: lbartoletti <coder@tuxfamily.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libgaiagraphics
 PORTVERSION=	0.4b
@@ -20,8 +16,7 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 		cairo:${PORTSDIR}/graphics/cairo
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv gmake pkgconfig
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -liconv

Modified: head/graphics/libsvg-cairo/Makefile
==============================================================================
--- head/graphics/libsvg-cairo/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/graphics/libsvg-cairo/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_LDCONFIG=	yes
 PLIST_FILES=	include/svg-cairo.h \
 		lib/libsvg-cairo.a \

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/graphics/poppler/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 		lcms2:${PORTSDIR}/graphics/lcms2
 RUN_DEPENDS=	poppler-data>0:${PORTSDIR}/graphics/poppler-data
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack libxml2 ltverhack
 USE_AUTOTOOLS=	libtool
 MAKE_JOBS_UNSAFE=	yes

Modified: head/graphics/py-cairo/Makefile
==============================================================================
--- head/graphics/py-cairo/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/graphics/py-cairo/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	py-cairo
-# Date created:		2004-12-05
-# Whom:			Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
 #	$MCom: ports/graphics/py-cairo/Makefile,v 1.28 2010/11/15 14:12:13 kwm Exp $
-#
 
 PORTNAME=	cairo
 PORTVERSION=	1.8.10
@@ -21,8 +17,7 @@ LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphic
 
 WRKSRC=		${WRKDIR}/py${PORTNAME}-${PORTVERSION}
 USE_PYTHON=	2.6-2.7
-USE_GMAKE=	yes
-USES=	pathfix
+USES=	pathfix gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/mail/libpst/Makefile
==============================================================================
--- head/mail/libpst/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/mail/libpst/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -15,8 +15,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	gsf-1:${PORTSDIR}/devel/libgsf
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		iconv pathfix
+USES=		iconv pathfix gmake pkgconfig
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -liconv
 CONFIGURE_ARGS+=	--disable-python --enable-libpst-shared

Modified: head/net-im/folks04/Makefile
==============================================================================
--- head/net-im/folks04/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/net-im/folks04/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -21,8 +21,7 @@ CONFLICTS=	folks-0.[6-9].[0-9]*
 LATEST_LINK=	${PORTNAME}04
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
-USES=		pathfix gettext
+USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	intlhack gnomehier
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/net-im/libtelepathy/Makefile
==============================================================================
--- head/net-im/libtelepathy/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/net-im/libtelepathy/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -20,7 +20,7 @@ BUILD_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${L
 RUN_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 
 USE_PYTHON_BUILD=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	gnomehack glib20 ltverhack
 USE_AUTOTOOLS=	libtool

Modified: head/net/avahi-app/Makefile
==============================================================================
--- head/net/avahi-app/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/net/avahi-app/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -26,7 +26,7 @@ USERS?=		${PORTNAME}
 GROUPS?=	${USERS}
 
 USE_GNOME+=	ltverhack glib20 intltool
-USES=		gettext gmake pathfix
+USES=		gettext gmake pathfix pkgconfig
 USE_GNOME_SUBR=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/net/glib-networking/Makefile
==============================================================================
--- head/net/glib-networking/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/net/glib-networking/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/certs/ca
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack glib20 intltool
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/print/libgnomeprint/Makefile
==============================================================================
--- head/print/libgnomeprint/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/print/libgnomeprint/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -21,8 +21,7 @@ USE_BZIP2=	yes
 LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
 		popt:${PORTSDIR}/devel/popt
 
-USES=		bison pathfix gettext
-USE_GMAKE=	yes
+USES=		bison pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix intlhack gnomehier glib20 pango libxml2 \
 		libartlgpl2 ltverhack
 USE_LDCONFIG=	yes

Modified: head/sysutils/consolekit/Makefile
==============================================================================
--- head/sysutils/consolekit/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/sysutils/consolekit/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	ConsoleKit
-# Date Created:				26 Aug 2006
-# Whom:					Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
 # $FreeBSD$
 #    $MCom: ports/sysutils/consolekit/Makefile,v 1.25 2010/10/23 10:12:30 kwm Exp $
 
@@ -20,7 +17,7 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/d
 WRKSRC=		${WRKDIR}/ConsoleKit-${PORTVERSION}
 USE_BZIP2=	yes
 USE_XORG=	x11
-USES=	pathfix gettext
+USES=	pathfix gettext pkgconfig
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/sysutils/upower/Makefile
==============================================================================
--- head/sysutils/upower/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/sysutils/upower/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	${LOCALBASE}/lib/gireposito
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gnomehack intlhack ltverhack glib20
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/textproc/libwpd08/Makefile
==============================================================================
--- head/textproc/libwpd08/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/textproc/libwpd08/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    libwpd
-# Date created:         Mon May 19 09:09:10 PDT 2003
-# Whom:                 reed@pugetsoundtechnology.com
-#
+# Created by: reed@pugetsoundtechnology.com
 # $FreeBSD$
-#
 
 PORTNAME=	libwpd
 PORTVERSION=	0.8.14
@@ -20,6 +16,7 @@ LICENSE=	LGPL21
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GNOME=	gnomehack libgsf
 USE_LDCONFIG=	yes
 

Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/textproc/libwps/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -20,6 +20,7 @@ OPTIONS_DEFINE=	DOCS
 CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
 USE_AUTOTOOLS=	libtool
+USES=		pkgconfig
 USE_GNOME=	gnomehack gnomeprefix ltverhack
 USE_LDCONFIG=	yes
 

Modified: head/textproc/wv/Makefile
==============================================================================
--- head/textproc/wv/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/textproc/wv/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    wv
-# Date created:         Fri Nov  6 09:06:33 PST 1998
-# Whom:                 sumikawa@kame.net
-#
+# Created by: sumikawa@kame.net
 # $FreeBSD$
-#
 
 PORTNAME=	wv
 PORTVERSION=	1.2.9
@@ -17,7 +13,7 @@ COMMENT=	A library and executables to ac
 LIB_DEPENDS=	wmf.2:${PORTSDIR}/graphics/libwmf
 
 USE_GNOME=	libgsf
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Mon Sep  2 16:20:26 2013	(r326024)
+++ head/x11-toolkits/libgdiplus/Makefile	Mon Sep  2 16:21:38 2013	(r326025)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:		libgdiplus
-# Date created:					20040820
-# Whom:				Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
+# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libgdiplus
 PORTVERSION=	2.10
@@ -21,8 +17,8 @@ LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack glib20
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	x11
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15



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