Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 19:55:48 +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: r326070 - in head: converters/pecl-fribidi databases/pecl-tokyo_tyrant deskutils/msynctool devel/eggdbus devel/libpeas games/burgerspace games/diameter games/hitori games/phlipple games...
Message-ID:  <201309021955.r82JtmfQ099719@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 19:55:48 2013
New Revision: 326070
URL: http://svnweb.freebsd.org/changeset/ports/326070

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/converters/pecl-fribidi/Makefile
  head/databases/pecl-tokyo_tyrant/Makefile
  head/deskutils/msynctool/Makefile
  head/devel/eggdbus/Makefile
  head/devel/libpeas/Makefile
  head/games/burgerspace/Makefile
  head/games/diameter/Makefile
  head/games/hitori/Makefile
  head/games/phlipple/Makefile
  head/games/warmux/Makefile
  head/games/xteddy/Makefile
  head/games/zaz/Makefile
  head/graphics/clutter-box2d/Makefile
  head/graphics/goocanvasmm2/Makefile
  head/graphics/libwpg01/Makefile
  head/irc/dxirc/Makefile
  head/mail/libvmime/Makefile
  head/misc/toilet/Makefile
  head/net-im/centerim-devel/Makefile
  head/net-mgmt/scli/Makefile
  head/security/razorback-fileInject/Makefile
  head/security/razorback-yaraNugget/Makefile
  head/sysutils/fusefs-s3fs/Makefile
  head/sysutils/mtpfs/Makefile
  head/sysutils/rsyslog7-devel/Makefile
  head/sysutils/rsyslog7/Makefile
  head/textproc/libtranslate/Makefile
  head/textproc/libxml++26-reference/Makefile
  head/www/castget/Makefile
  head/www/varnish-libvmod-header/Makefile
  head/x11-toolkits/libunique3/Makefile
  head/x11/xcb-util-cursor/Makefile

Modified: head/converters/pecl-fribidi/Makefile
==============================================================================
--- head/converters/pecl-fribidi/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/converters/pecl-fribidi/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -14,6 +14,7 @@ COMMENT=	A PECL extension for the Unicod
 
 LIB_DEPENDS=	fribidi.3:${PORTSDIR}/converters/fribidi
 
+USES=		pkgconfig
 USE_PHP=	yes
 USE_PHPEXT=	yes
 

Modified: head/databases/pecl-tokyo_tyrant/Makefile
==============================================================================
--- head/databases/pecl-tokyo_tyrant/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/databases/pecl-tokyo_tyrant/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -13,6 +13,7 @@ COMMENT=	Wrapper to the Tokyo Tyrant cli
 
 LIB_DEPENDS=	tokyotyrant:${PORTSDIR}/databases/tokyotyrant
 
+USES=		pkgconfig
 USE_PHP=	session
 USE_PHP_BUILD=	spl
 USE_PHPIZE=	yes

Modified: head/deskutils/msynctool/Makefile
==============================================================================
--- head/deskutils/msynctool/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/deskutils/msynctool/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	msynctool
-# Date created:				11 July 2008
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	msynctool
 PORTVERSION=	0.22
@@ -17,6 +13,7 @@ LIB_DEPENDS=	opensync.0:${PORTSDIR}/deve
 
 CONFLICTS=	osynctool-[0-9]*
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/devel/eggdbus/Makefile
==============================================================================
--- head/devel/eggdbus/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/devel/eggdbus/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -14,8 +14,7 @@ COMMENT=	D-Bus bindings for GObject
 LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
 USE_GNOME=	glib20 gnomehack
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 MAKE_JOBS_UNSAFE=yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/devel/libpeas/Makefile
==============================================================================
--- head/devel/libpeas/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/devel/libpeas/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -17,9 +17,8 @@ BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/
 USE_XZ=		yes
 USE_PYTHON=	2.5+
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-USES=		pathfix gettext
+USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	glib20 gtk30 ltverhack
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/games/burgerspace/Makefile
==============================================================================
--- head/games/burgerspace/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/games/burgerspace/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	flatzebra:${PORTSDIR}/devel/flatzebra
 
+USES=		pkgconfig
 USE_SDL=	mixer sdl
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/diameter/Makefile
==============================================================================
--- head/games/diameter/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/games/diameter/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GL=		gl
 USE_SDL=	sdl mixer image
 USE_PYTHON=	yes

Modified: head/games/hitori/Makefile
==============================================================================
--- head/games/hitori/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/games/hitori/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/
 
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	glib20 gtk30
 INSTALLS_ICONS=	yes
 

Modified: head/games/phlipple/Makefile
==============================================================================
--- head/games/phlipple/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/games/phlipple/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libog
 		GLEW:${PORTSDIR}/graphics/glew
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_SDL=	sdl mixer image
 USE_GL=		gl glu
 

Modified: head/games/warmux/Makefile
==============================================================================
--- head/games/warmux/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/games/warmux/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	wormux-*
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_SDL=	sdl image mixer ttf gfx net
 USE_DOS2UNIX=	fixed_class.h
 

Modified: head/games/xteddy/Makefile
==============================================================================
--- head/games/xteddy/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/games/xteddy/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -11,6 +11,7 @@ COMMENT=	Cuddlesome teddy for the X desk
 
 LICENSE=	GPLv2
 
+USES=		pkgconfig
 USE_EFL=	imlib2
 GNU_CONFIGURE=	yes
 

Modified: head/games/zaz/Makefile
==============================================================================
--- head/games/zaz/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/games/zaz/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_SDL=	sdl image
 USE_GL=		gl glu
 

Modified: head/graphics/clutter-box2d/Makefile
==============================================================================
--- head/graphics/clutter-box2d/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/graphics/clutter-box2d/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -12,9 +12,8 @@ COMMENT=	Clutter Box2D integration libra
 
 LIB_DEPENDS=	clutter-glx-1.0:${PORTSDIR}/graphics/clutter
 
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-USES=		pathfix
+USES=		gmake pathfix pkgconfig
 USE_GNOME=	ltverhack gnomeprefix
 USE_GL=		gl
 USE_XORG=	xp x11

Modified: head/graphics/goocanvasmm2/Makefile
==============================================================================
--- head/graphics/goocanvasmm2/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/graphics/goocanvasmm2/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -13,7 +13,7 @@ COMMENT=	C++ bindings for the goocanvas 
 
 LIB_DEPENDS=	goocanvas-2.0:${PORTSDIR}/graphics/goocanvas2
 
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_GNOME=	ltverhack gtkmm30
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/graphics/libwpg01/Makefile
==============================================================================
--- head/graphics/libwpg01/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/graphics/libwpg01/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	graphics/libwpg
-# Date created:		2009-01-09
-# Whom:			Dima Panov <fluffy@Fluffy.Khv.RU>
-#
+# Created by: Dima Panov <fluffy@Fluffy.Khv.RU>
 # $FreeBSD$
-#
 
 PORTNAME=	libwpg
 PORTVERSION=	0.1.3
@@ -22,7 +18,7 @@ LICENSE=	LGPL20
 
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomeprefix gnomehack ltverhack
-USE_PERL5=	yes
+USES=		perl5 pkgconfig
 USE_LDCONFIG=	yes
 
 post-patch:

Modified: head/irc/dxirc/Makefile
==============================================================================
--- head/irc/dxirc/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/irc/dxirc/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
 
 USE_XORG=	xft
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

Modified: head/mail/libvmime/Makefile
==============================================================================
--- head/mail/libvmime/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/mail/libvmime/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    libvmime
-# Date created:				September 17, 2005
-# Whom:					delphij@FreeBSD.org
-#
+# Created by: delphij@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	libvmime
 PORTVERSION=	0.9.1
@@ -18,8 +14,7 @@ LIB_DEPENDS+=	gnutls:${PORTSDIR}/securit
 LIB_DEPENDS+=	gsasl:${PORTSDIR}/security/gsasl
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/misc/toilet/Makefile
==============================================================================
--- head/misc/toilet/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/misc/toilet/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	toilet
-# Date created:		13 August 2007
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	toilet
 PORTVERSION=	0.3
@@ -18,6 +14,7 @@ LIB_DEPENDS=	caca.0:${PORTSDIR}/graphics
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-transform-name=""
+USES=		pkgconfig
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-fno-strength-reduce

Modified: head/net-im/centerim-devel/Makefile
==============================================================================
--- head/net-im/centerim-devel/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/net-im/centerim-devel/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -16,11 +16,10 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
-USE_PERL5_RUN=	yes
 USE_PYTHON_RUN=	yes
-USES=		iconv
+USES=		iconv gmake perl5 pkgconfig
+USE_PERL5=	run
 USE_OPENSSL=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ssl --with-openssl
 CONFLICTS=	centericq-[0-9]* centerim-[0-9]*

Modified: head/net-mgmt/scli/Makefile
==============================================================================
--- head/net-mgmt/scli/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/net-mgmt/scli/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	scli
-# Date created:		10 September 2001
-# Whom:			Michael Lyngbøl <lyngbol@wheel.dk>
-#
+# Created by: Michael Lyngbøl <lyngbol@wheel.dk>
 # $FreeBSD$
-#
 
 PORTNAME=	scli
 PORTVERSION=	0.3.1
@@ -18,7 +14,7 @@ COMMENT=	A collection of SNMP command li
 LIB_DEPENDS=	gsnmp:${PORTSDIR}/net-mgmt/gsnmp
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	libxml2
 
 MAN1=		scli.1

Modified: head/security/razorback-fileInject/Makefile
==============================================================================
--- head/security/razorback-fileInject/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/security/razorback-fileInject/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	razorback-fileInject
-# Date created:				2011/06/8
-# Whom:					Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
 # $FreeBSD$
-#
 
 PORTNAME=	fileInject
 PORTVERSION=	0.5.0
@@ -22,13 +18,14 @@ LIB_DEPENDS=	razorback_api.2:${PORTSDIR}
 
 OPTIONS_DEFINE=	DEBUG ASSERT
 
-.include <bsd.port.options.mk>
-
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+.include <bsd.port.options.mk>
+
 .if !empty(PORT_OPTIONS:MDEBUG)
 CONFIGURE_ARGS+=--enable-debug
 .endif

Modified: head/security/razorback-yaraNugget/Makefile
==============================================================================
--- head/security/razorback-yaraNugget/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/security/razorback-yaraNugget/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	razorback-yaraNugget
-# Date created:				2011/06/8
-# Whom:					Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
 # $FreeBSD$
-#
 
 PORTNAME=	yaraNugget
 PORTVERSION=	0.5.0
@@ -27,13 +23,14 @@ RUN_DEPENDS=	razorback-masterNugget>=0.5
 OPTIONS_DEFINE=	DEBUG ASSERT
 ASSERT_DESC=	Enable Asserts
 
-.include <bsd.port.options.mk>
-
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	${RB_LIBDIR}
 
+.include <bsd.port.options.mk>
+
 .if ${PORT_OPTIONS:MDEBUG}
 CONFIGURE_ARGS+=--enable-debug
 .endif

Modified: head/sysutils/fusefs-s3fs/Makefile
==============================================================================
--- head/sysutils/fusefs-s3fs/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/sysutils/fusefs-s3fs/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/s3fs
-USES=		fuse
+USES=		fuse pkgconfig
 
 MAN1=		s3fs.1
 

Modified: head/sysutils/mtpfs/Makefile
==============================================================================
--- head/sysutils/mtpfs/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/sysutils/mtpfs/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	mtp:${PORTSDIR}/audio/libmt
 		id3tag:${PORTSDIR}/audio/libid3tag \
 		mad:${PORTSDIR}/audio/libmad
 
-USES=		fuse
+USES=		fuse pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/mtpfs

Modified: head/sysutils/rsyslog7-devel/Makefile
==============================================================================
--- head/sysutils/rsyslog7-devel/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/sysutils/rsyslog7-devel/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -36,11 +36,12 @@ RELP_DESC=	RELP input/output module for 
 RFC3195_DESC=	RFC3195 input support for rsyslog
 SNMP_DESC=	SNMP trap sender for rsyslog
 
+USES=		pkgconfig
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBI}
 LIB_DEPENDS+=	dbi.1:${PORTSDIR}/databases/libdbi
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-libdbi
 PLIST_FILES+=	lib/rsyslog/omlibdbi.la \
 		lib/rsyslog/omlibdbi.so
@@ -51,7 +52,6 @@ CONFIGURE_ARGS+=--disable-libdbi
 .if ${PORT_OPTIONS:MGNUTLS}
 LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls \
 		gcrypt:${PORTSDIR}/security/libgcrypt
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-gnutls
 PLIST_FILES+=	lib/rsyslog/lmnsd_gtls.la \
 		lib/rsyslog/lmnsd_gtls.so
@@ -91,7 +91,6 @@ CONFIGURE_ARGS+=--disable-pgsql
 
 .if ${PORT_OPTIONS:MRELP}
 LIB_DEPENDS+=	relp.0:${PORTSDIR}/devel/librelp
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-relp
 PLIST_FILES+=	lib/rsyslog/imrelp.la \
 		lib/rsyslog/imrelp.so \
@@ -103,7 +102,6 @@ CONFIGURE_ARGS+=--disable-relp
 
 .if ${PORT_OPTIONS:MRFC3195}
 LIB_DEPENDS+=	logging.0:${PORTSDIR}/devel/liblogging
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-rfc3195
 PLIST_FILES+=	lib/rsyslog/im3195.la \
 		lib/rsyslog/im3195.so

Modified: head/sysutils/rsyslog7/Makefile
==============================================================================
--- head/sysutils/rsyslog7/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/sysutils/rsyslog7/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -32,11 +32,12 @@ RELP_DESC=	RELP input/output module for 
 RFC3195_DESC=	RFC3195 input support for rsyslog
 SNMP_DESC=	SNMP trap sender for rsyslog
 
+USES=		pkgconfig
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBI}
 LIB_DEPENDS+=	dbi.1:${PORTSDIR}/databases/libdbi
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-libdbi
 PLIST_FILES+=	lib/rsyslog/omlibdbi.la \
 		lib/rsyslog/omlibdbi.so
@@ -46,7 +47,6 @@ CONFIGURE_ARGS+=--disable-libdbi
 
 .if ${PORT_OPTIONS:MGNUTLS}
 LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-gnutls
 PLIST_FILES+=	lib/rsyslog/lmnsd_gtls.la \
 		lib/rsyslog/lmnsd_gtls.so
@@ -86,7 +86,6 @@ CONFIGURE_ARGS+=--disable-pgsql
 
 .if ${PORT_OPTIONS:MRELP}
 LIB_DEPENDS+=	relp.0:${PORTSDIR}/devel/librelp
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-relp
 PLIST_FILES+=	lib/rsyslog/imrelp.la \
 		lib/rsyslog/imrelp.so \
@@ -98,7 +97,6 @@ CONFIGURE_ARGS+=--disable-relp
 
 .if ${PORT_OPTIONS:MRFC3195}
 LIB_DEPENDS+=	logging.0:${PORTSDIR}/devel/liblogging
-USES+=		pkgconfig
 CONFIGURE_ARGS+=--enable-rfc3195
 PLIST_FILES+=	lib/rsyslog/im3195.la \
 		lib/rsyslog/im3195.so

Modified: head/textproc/libtranslate/Makefile
==============================================================================
--- head/textproc/libtranslate/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/textproc/libtranslate/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -17,10 +17,9 @@ PATCH_DIST_STRIP=	-p1
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=		A natural language translation library
 
-USES=        pathfix
+USES=			gmake pathfix pkgconfig
 USE_GNOME=		glib20 intlhack
 GNU_CONFIGURE=		yes
-USE_GMAKE=		yes
 USE_LDCONFIG=		yes
 CPPFLAGS+=		-I${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib

Modified: head/textproc/libxml++26-reference/Makefile
==============================================================================
--- head/textproc/libxml++26-reference/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/textproc/libxml++26-reference/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,17 +1,13 @@
-# New ports collection makefile for:	libxml++26-reference
-# Date created:				03 April 2010
-# Whom:					Alexander Logvinov <avl@FreeBSD.org>
-#
+# Created by: Alexander Logvinov <avl@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/textproc/libxml++26-reference/Makefile,v 1.1 2010/04/03 16:21:50 avl Exp $
-#
 
 PORTREVISION=	0
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:${PORTSDIR}/textproc/libxml++26 \
 		glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/libxml++-2.6

Modified: head/www/castget/Makefile
==============================================================================
--- head/www/castget/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/www/castget/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	castget
-# Date created:		16 February 2007
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	castget
 PORTVERSION=	1.0.1
@@ -18,6 +14,7 @@ LIB_DEPENDS=	id3-3.8.3:${PORTSDIR}/audio
 		curl:${PORTSDIR}/ftp/curl
 
 USE_LDCONFIG=	yes
+USES=		pkgconfig
 USE_GNOME=	glib20 libxml2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/www/varnish-libvmod-header/Makefile
==============================================================================
--- head/www/varnish-libvmod-header/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/www/varnish-libvmod-header/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	varnish-libvmod-header
-# Date created:				2011-08-23
-# Whom:					anders
-#
+# Created by: anders
 # $FreeBSD$
-#
 
 PORTNAME=	libvmod-header
 DISTVERSION=	0.3-5
@@ -24,7 +20,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/varn
 FETCH_ARGS=	-Fpr
 
 USE_AUTOTOOLS=	aclocal libtool libtoolize autoheader automake autoconf
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 ACLOCAL_ARGS=	-I m4
 LIBTOOLFLAGS=	--copy --force
 AUTOMAKE_ARGS=	--add-missing --copy --foreign

Modified: head/x11-toolkits/libunique3/Makefile
==============================================================================
--- head/x11-toolkits/libunique3/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/x11-toolkits/libunique3/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -15,8 +15,7 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/d
 LATEST_LINK=	libunique3
 USE_XORG=	ice x11
 USE_XZ=		yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gtk30 gnomeprefix ltverhack:0

Modified: head/x11/xcb-util-cursor/Makefile
==============================================================================
--- head/x11/xcb-util-cursor/Makefile	Mon Sep  2 19:35:03 2013	(r326069)
+++ head/x11/xcb-util-cursor/Makefile	Mon Sep  2 19:55:48 2013	(r326070)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros
-USES=		gmake
+USES=		gmake pkgconfig
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"



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