svn commit: r326921 - in head: audio/ocp graphics/pornview net-p2p/valknut security/razorback-dispatcher
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 10 17:39:42 UTC 2013
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 at yahoo.se> and
-# Amar Takhar <verm at drunkmonk.net> et al
-#
+# Created by: Sverrir Valgeirsson <e96sv at 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 at tomjudge.com>
-#
+# Created by: Tom Judge <tom at 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
More information about the svn-ports-all
mailing list