Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 15:26:23 +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: r326011 - in head: comms/anyremote databases/postgresql-libpqxx3 devel/libccid devel/libvirt games/libmt_client graphics/libraw security/razorback-masterNugget x11-toolkits/open-motif x...
Message-ID:  <201309021526.r82FQN5L037410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 15:26:23 2013
New Revision: 326011
URL: http://svnweb.freebsd.org/changeset/ports/326011

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/comms/anyremote/Makefile
  head/databases/postgresql-libpqxx3/Makefile
  head/devel/libccid/Makefile
  head/devel/libvirt/Makefile
  head/games/libmt_client/Makefile
  head/graphics/libraw/Makefile
  head/security/razorback-masterNugget/Makefile
  head/x11-toolkits/open-motif/Makefile
  head/x11-wm/fluxbox/Makefile
  head/x11/startup-notification/Makefile
  head/x11/xcb-util-image/Makefile
  head/x11/xcb-util-keysyms/Makefile
  head/x11/xcb-util-renderutil/Makefile
  head/x11/xcb-util-wm/Makefile

Modified: head/comms/anyremote/Makefile
==============================================================================
--- head/comms/anyremote/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/comms/anyremote/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -11,6 +11,7 @@ COMMENT=	Remote control service over Blu
 
 LICENSE=	GPLv2
 
+USES=		pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/databases/postgresql-libpqxx3/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx3/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/databases/postgresql-libpqxx3/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	PostgreSQL Pgaccess
-# Date created:		December 1st, 2002
-# Whom:			Palle Girgensohn <girgen@pingpong.net>
-#
+# Created by: Palle Girgensohn <girgen@pingpong.net>
 # $FreeBSD$
-#
 
 PORTNAME=	libpqxx
 PORTVERSION=	3.1
@@ -20,7 +16,7 @@ LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}
 PORTSCOUT=	limit:^2\.
 
 USE_PGSQL=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 PLIST_SUB=	PORTVERSION=${PORTVERSION}

Modified: head/devel/libccid/Makefile
==============================================================================
--- head/devel/libccid/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/devel/libccid/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -1,7 +1,4 @@
-# New ports collection Makefile for:		libccid
-# Date created:					2005-01-20
-# Whom:						arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	ccid
@@ -20,8 +17,9 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_BZIP2=	yes
+USES=		pkgconfig perl5
 GNU_CONFIGURE=	yes
-USE_PERL5_BUILD=yes
+USE_PERL5=	build
 CONFIGURE_ARGS=	--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
 		--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial
 CONFIGURE_ENV=	LIBUSB_CFLAGS="-I${LOCALBASE}/include" \

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/devel/libvirt/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -51,7 +51,7 @@ PORTSCOUT=	limit:\d+\.\d+\.\d+$$
 
 LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector
 
-USES=		charsetfix pathfix gmake
+USES=		charsetfix pathfix gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_PYTHON_BUILD=	yes
 SHLIB_VER=	1001

Modified: head/games/libmt_client/Makefile
==============================================================================
--- head/games/libmt_client/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/games/libmt_client/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libmt_client
-# Date created:		Sun 7 mar 2004
-# Whom:			thierry@pompo.net
-#
+# Created by: thierry@pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=		libmt_client
 PORTVERSION=		0.1.98
@@ -17,6 +13,7 @@ COMMENT=		Client-side library of MaitreT
 
 LIB_DEPENDS=		maitretarot.0:${PORTSDIR}/games/libmaitretarot
 
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=		yes
 GNU_CONFIGURE=		yes

Modified: head/graphics/libraw/Makefile
==============================================================================
--- head/graphics/libraw/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/graphics/libraw/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	raw images library
-# Date created:				26 Apr 2008
-# Whom:					Sergey A. Osokin <osa@FreeBSD.org>
-#
+# Created by: Sergey A. Osokin <osa@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libraw
 PORTVERSION=	0.14.7
@@ -21,6 +17,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg
 
 USE_LDCONFIG=	yes
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-examples --disable-jasper
 CFLAGS+=	-fPIC

Modified: head/security/razorback-masterNugget/Makefile
==============================================================================
--- head/security/razorback-masterNugget/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/security/razorback-masterNugget/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	razorback-masterNugget
-# Date created:				2011/06/8
-# Whom:					Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
 # $FreeBSD$
-#
 
 PORTNAME=	masterNugget
 PORTVERSION=	0.5.0
@@ -23,6 +19,8 @@ LIB_DEPENDS=	razorback_api:${PORTSDIR}/s
 OPTIONS_DEFINE=	DEBUG ASSERT
 ASSERT_DESC=	Enable Asserts
 
+USES=		pkgconfig
+
 .include <bsd.port.options.mk>
 
 GNU_CONFIGURE=	yes

Modified: head/x11-toolkits/open-motif/Makefile
==============================================================================
--- head/x11-toolkits/open-motif/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/x11-toolkits/open-motif/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -23,7 +23,7 @@ CONFLICTS=	lesstif-[0-9]*
 # WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 WRKSRC=		${WRKDIR}/motif-${PORTVERSION}
 
-USES=		iconv gmake
+USES=		iconv gmake pkgconfig
 USE_AUTOTOOLS=	libtool autoconf:env automake:env
 USE_XORG=	xaw xbitmaps xft
 GNU_CONFIGURE=	yes

Modified: head/x11-wm/fluxbox/Makefile
==============================================================================
--- head/x11-wm/fluxbox/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/x11-wm/fluxbox/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -16,7 +16,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	xmessage:${PORTSDIR}/x11/xmessage
 
 USE_XORG=	xextproto xft xpm xrandr
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/x11/startup-notification/Makefile
==============================================================================
--- head/x11/startup-notification/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/x11/startup-notification/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -16,8 +16,8 @@ LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xc
 
 USE_XORG=	x11
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack ltasneededhack
+USES=		gmake pathfix pkgconfig
+USE_GNOME=	ltasneededhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/x11/xcb-util-image/Makefile
==============================================================================
--- head/x11/xcb-util-image/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/x11/xcb-util-image/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -11,8 +11,8 @@ COMMENT=	A port of Xlib's XImage and XSh
 LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
 #BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
 
-USES=		gmake
 USE_BZIP2=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros
 #USE_XORG=	xau xdmcp

Modified: head/x11/xcb-util-keysyms/Makefile
==============================================================================
--- head/x11/xcb-util-keysyms/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/x11/xcb-util-keysyms/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -11,7 +11,7 @@ COMMENT=	Standard X key constants and co
 LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
 #BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros

Modified: head/x11/xcb-util-renderutil/Makefile
==============================================================================
--- head/x11/xcb-util-renderutil/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/x11/xcb-util-renderutil/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -11,8 +11,8 @@ COMMENT=	Convenience functions for the R
 LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
 #BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
 
-USES=		gmake
 USE_BZIP2=	yes
+USES=		gmake pkgconfig
 USE_XORG=	xcb xorg-macros
 USE_LDCONFIG=	yes
 #USE_XORG=	xau xdmcp

Modified: head/x11/xcb-util-wm/Makefile
==============================================================================
--- head/x11/xcb-util-wm/Makefile	Mon Sep  2 15:19:17 2013	(r326010)
+++ head/x11/xcb-util-wm/Makefile	Mon Sep  2 15:26:23 2013	(r326011)
@@ -11,8 +11,8 @@ COMMENT=	Framework for window manager im
 LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
 #BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
 
-USES=		gmake
 USE_BZIP2=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros
 #USE_XORG=	xau xdmcp



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