Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 17:39:41 +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: r326921 - in head: audio/ocp graphics/pornview net-p2p/valknut security/razorback-dispatcher
Message-ID:  <201309101739.r8AHdfnP079508@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep 10 17:39:41 2013
New Revision: 326921
URL: http://svnweb.freebsd.org/changeset/ports/326921

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/ocp/Makefile
  head/graphics/pornview/Makefile
  head/net-p2p/valknut/Makefile
  head/security/razorback-dispatcher/Makefile

Modified: head/audio/ocp/Makefile
==============================================================================
--- head/audio/ocp/Makefile	Tue Sep 10 17:26:57 2013	(r326920)
+++ head/audio/ocp/Makefile	Tue Sep 10 17:39:41 2013	(r326921)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	id3tag:${PORTSDIR}/audio/li
 ONLY_FOR_ARCHS=	i386 amd64
 
 GNU_CONFIGURE=	yes
-USES=		ncurses gmake
+USES=		ncurses gmake pkgconfig
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 MAKE_JOBS_UNSAFE=	yes

Modified: head/graphics/pornview/Makefile
==============================================================================
--- head/graphics/pornview/Makefile	Tue Sep 10 17:26:57 2013	(r326920)
+++ head/graphics/pornview/Makefile	Tue Sep 10 17:39:41 2013	(r326921)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	exif:${PORTSDIR}/graphics/l
 		xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil
 
 USE_XORG=	x11 xi xext xinerama
+USES=		pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gtk2

Modified: head/net-p2p/valknut/Makefile
==============================================================================
--- head/net-p2p/valknut/Makefile	Tue Sep 10 17:26:57 2013	(r326920)
+++ head/net-p2p/valknut/Makefile	Tue Sep 10 17:39:41 2013	(r326921)
@@ -1,11 +1,5 @@
-# ex: ts=8
-# New ports collection makefile for:    dcgui
-# Date created:                         Wed 10 Jul 2002
-# Whom:	Sverrir Valgeirsson <e96sv@yahoo.se> and
-#	Amar Takhar <verm@drunkmonk.net> et al
-#
+# Created by: Sverrir Valgeirsson <e96sv@yahoo.se>
 # $FreeBSD$
-#
 
 PORTNAME=	valknut
 PORTVERSION=	0.4.9
@@ -26,8 +20,8 @@ MAN1=	valknut.1
 USE_QT4=	corelib gui network qt3support \
 		moc_build uic_build rcc_build linguist_build
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
+USES=		gmake perl5 pkgconfig
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CFLAGS+=	-I${QT_INCDIR}

Modified: head/security/razorback-dispatcher/Makefile
==============================================================================
--- head/security/razorback-dispatcher/Makefile	Tue Sep 10 17:26:57 2013	(r326920)
+++ head/security/razorback-dispatcher/Makefile	Tue Sep 10 17:39:41 2013	(r326921)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	razorback-dispatcher
-# Date created:				2011/06/8
-# Whom:					Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
 # $FreeBSD$
-#
 
 PORTNAME=	dispatcher
 PORTVERSION=	0.5.0
@@ -27,9 +23,7 @@ OPTIONS_DEFINE=	DEBUG ASSERT ACTIVEMQ
 ASSERT_DESC=	Enable Asserts
 ACTIVEMQ_DESC=	ActiveMQ runs locally
 
-.include <bsd.port.options.mk>
-
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_MYSQL=	yes
@@ -41,6 +35,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USERS?=		razorback
 GROUPS?=	razorback
 
+.include <bsd.port.options.mk>
+
 .if ${PORT_OPTIONS:MDEBUG}
 CONFIGURE_ARGS+=--enable-debug
 .endif



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