svn commit: r327041 - in head: games/gtkatlantic games/warzone2100 graphics/gimp-resynthesizer graphics/gkrellkam2 graphics/mandelbulber graphics/meshviewer graphics/qcomicbook graphics/separate gr...

John Marino marino at FreeBSD.org
Thu Sep 12 08:41:57 UTC 2013


Author: marino
Date: Thu Sep 12 08:41:52 2013
New Revision: 327041
URL: http://svnweb.freebsd.org/changeset/ports/327041

Log:
  Add explicit dependency on pkgconf (20 ports)
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/games/gtkatlantic/Makefile
  head/games/warzone2100/Makefile
  head/graphics/gimp-resynthesizer/Makefile
  head/graphics/gkrellkam2/Makefile
  head/graphics/mandelbulber/Makefile
  head/graphics/meshviewer/Makefile
  head/graphics/qcomicbook/Makefile
  head/graphics/separate/Makefile
  head/graphics/shotwell/Makefile
  head/graphics/zathura-djvu/Makefile
  head/japanese/kanjipad/Makefile
  head/korean/fcitx-hangul/Makefile
  head/misc/gkrellm-gamma/Makefile
  head/misc/wmcalendar/Makefile
  head/multimedia/phonon-xine/Makefile
  head/net-mgmt/spectools/Makefile
  head/sysutils/syslog-ng2/Makefile
  head/x11-fm/pbi-thumbnailer/Makefile
  head/x11-wm/simple-ccsm/Makefile
  head/x11/xpra/Makefile

Modified: head/games/gtkatlantic/Makefile
==============================================================================
--- head/games/gtkatlantic/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/games/gtkatlantic/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gtkatlantic
-# Date created:		2005-03-17
-# Whom:			Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports-stable/games/gtkatlantic/Makefile,v 1.1 2006/03/04 21:36:29 ahze Exp $
 
 PORTNAME=	gtkatlantic
 PORTVERSION=	0.4.3
@@ -14,9 +10,9 @@ MASTER_SITES=	http://download.tuxfamily.
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A game like Monopoly(tm)
 
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/games/warzone2100/Makefile
==============================================================================
--- head/games/warzone2100/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/games/warzone2100/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -26,11 +26,10 @@ LIB_DEPENDS=	physfs:${PORTSDIR}/devel/ph
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 
 USE_XZ=		yes
-USES=		bison
+USES=		bison gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_OPENAL=	al
 USE_GL=		yes
-USE_GMAKE=	yes
 USE_SDL=	sdl
 USE_QT4=	corelib network script gui moc_build
 QT_NONSTANDARD=	yes

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/gimp-resynthesizer/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -20,9 +20,8 @@ GH_COMMIT=	28cade5
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lintl"
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_AUTOTOOLS=	aclocal automake
-USE_GMAKE=	yes
 AUTOMAKE_ARGS=	--add-missing
 USE_GCC=	any # uses nested functions (gcc ext.)
 

Modified: head/graphics/gkrellkam2/Makefile
==============================================================================
--- head/graphics/gkrellkam2/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/gkrellkam2/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -1,17 +1,12 @@
-# New ports collection makefile for:	gkrellkam2
-# Date Created:		24 Nov 2002
-# Whom:			Jean-Yves Lefort <jylefort at brutele.be>
-#
+# Created by: Jean-Yves Lefort <jylefort at brutele.be>
 # $FreeBSD$
-# $Id: Makefile,v 1.1.1.1 2002/11/24 03:37:56 jylefort Exp $
-#
 
-PORTNAME=		gkrellkam
-PORTVERSION=		2.0.0
+PORTNAME=	gkrellkam
+PORTVERSION=	2.0.0
 PORTREVISION=	12
-CATEGORIES=		graphics
-MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION}
-DISTNAME=		${PORTNAME}_${PORTVERSION}
+CATEGORIES=	graphics
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION}
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GKrellM plugin that display thumbnails of periodically updated images
@@ -20,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/gkre
 RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 LATEST_LINK=	gkrellkam2
 
 MAN5=		gkrellkam-list.5

Modified: head/graphics/mandelbulber/Makefile
==============================================================================
--- head/graphics/mandelbulber/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/mandelbulber/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -13,7 +13,7 @@ COMMENT=	3D Mandelbrot fractal renderer
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	glib20 gtk20
 BUILD_WRKSRC=	${WRKSRC}/makefiles
 MAKEFILE=	makefile

Modified: head/graphics/meshviewer/Makefile
==============================================================================
--- head/graphics/meshviewer/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/meshviewer/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -15,9 +15,9 @@ LICENSE=	GPLv2
 
 WRKSRC=		${WRKDIR}/mview-${PORTVERSION}
 
+USES=		gmake pkgconfig
 USE_GL=		glu
 USE_QT4=	corelib gui opengl moc_build
-USE_GMAKE=	yes
 CXXFLAGS+=	-I. -Imesh -Imathvector \
 		`pkg-config --cflags QtOpenGL glu`
 LDFLAGS+=	${PTHREAD_LIBS} \

Modified: head/graphics/qcomicbook/Makefile
==============================================================================
--- head/graphics/qcomicbook/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/qcomicbook/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	unzip:${PORTSDIR}/archivers
 		unrar:${PORTSDIR}/archivers/unrar
 USE_QT4=	corelib gui linguist_build moc_build qmake_build rcc_build \
 		uic_build xml
-USES=		cmake
+USES=		cmake pkgconfig
 
 PLIST_FILES=	\
 		${DESKTOPDIR:S,^${PREFIX}/,,}/${PORTNAME}.desktop \

Modified: head/graphics/separate/Makefile
==============================================================================
--- head/graphics/separate/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/separate/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	lcms.1:${PORTSDIR}/graphics
 		gimp-2.0:${PORTSDIR}/graphics/gimp-app
 
 USE_ZIP=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 BIN_TARGETS=	separate separate_import icc_colorspace
 L10N_TARGETS=	cs es fr ja ko pl ru

Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/shotwell/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -26,10 +26,9 @@ LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/dev
 		rest:${PORTSDIR}/devel/librest
 
 USE_XZ=		yes
-USES=		shebangfix gettext desktop-file-utils
+USES=		shebangfix gettext desktop-file-utils gmake pkgconfig
 USE_GNOME=	gnomehier gconf2 gtk20 librsvg2
 USE_SQLITE=	3
-USE_GMAKE=	yes
 USE_GSTREAMER1=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-icon-update

Modified: head/graphics/zathura-djvu/Makefile
==============================================================================
--- head/graphics/zathura-djvu/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/graphics/zathura-djvu/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	zathura:${PORTSDIR}/graph
 RUN_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
 
 USE_GNOME=	glib20 gtk20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 PLIST_FILES=	lib/zathura/djvu.so
 PLIST_DIRSTRY=	lib/zathura

Modified: head/japanese/kanjipad/Makefile
==============================================================================
--- head/japanese/kanjipad/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/japanese/kanjipad/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -10,9 +10,8 @@ MASTER_SITES=	http://fishsoup.net/softwa
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Japanese Handwriting recognition
 
-USES=		perl5
+USES=		perl5 gmake pkgconfig
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 MAKE_ARGS=	OPTIMIZE="${CFLAGS}" PREFIX="${PREFIX}" \
 		GTKINC="`pkg-config --cflags gtk+-2.0`"
 

Modified: head/korean/fcitx-hangul/Makefile
==============================================================================
--- head/korean/fcitx-hangul/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/korean/fcitx-hangul/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	fcitx-config:${PORTSDIR}/ch
 		hangul:${PORTSDIR}/korean/libhangul
 
 USE_XZ=		yes
-USES=		cmake gettext
+USES=		cmake gettext pkgconfig
 USE_GNOME=	intltool
 INSTALLS_ICONS=	yes
 

Modified: head/misc/gkrellm-gamma/Makefile
==============================================================================
--- head/misc/gkrellm-gamma/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/misc/gkrellm-gamma/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gkrellm-gamma
-# Date Created:				Jun 26 2003
-# Whom:					Pav Lucistnik <pav at oook.cz>
-#
+# Created by: Pav Lucistnik <pav at oook.cz>
 # $FreeBSD$
-#
 
 PORTNAME=	gkrellm-gamma
 PORTVERSION=	2.03
@@ -17,6 +13,7 @@ COMMENT=	XFree86 gamma correction plugin
 BUILD_DEPENDS=	${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
 RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm2
 
+USES=		pkgconfig
 USE_XORG=	x11 xxf86vm
 PLIST_FILES=	libexec/gkrellm2/plugins/gamma.so
 MAKE_ENV=	PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins

Modified: head/misc/wmcalendar/Makefile
==============================================================================
--- head/misc/wmcalendar/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/misc/wmcalendar/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmcalendar
-# Date created:				24 Apr 2003
-# Whom:					Alexey Dokuchaev <danfe at regency.nsu.ru>
-#
+# Created by: Alexey Dokuchaev <danfe at regency.nsu.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	wmcalendar
 PORTVERSION=	0.5.2
@@ -18,6 +14,7 @@ LIB_DEPENDS=	ical:${PORTSDIR}/devel/libi
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/Src
 
+USES=		pkgconfig
 USE_XORG=	xpm
 USE_GNOME=	gtk20
 MAKE_ARGS=	CC="${CC}" \

Modified: head/multimedia/phonon-xine/Makefile
==============================================================================
--- head/multimedia/phonon-xine/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/multimedia/phonon-xine/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -1,7 +1,4 @@
-# New ports collection Makefile for:	phonon
-# Date created:				2008-01-30
-# Whom:					Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	phonon
@@ -23,7 +20,7 @@ CONFLICTS=	phonon-4.3.0*
 
 PHONON_BRANCH=	stable
 USE_BZIP2=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 USE_KDE4=	kdehier automoc4 kdeprefix
 USE_QT4=	gui dbus xml phonon \
 		qmake_build moc_build rcc_build uic_build

Modified: head/net-mgmt/spectools/Makefile
==============================================================================
--- head/net-mgmt/spectools/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/net-mgmt/spectools/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -18,7 +18,7 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 PORTDOCS=	README
 

Modified: head/sysutils/syslog-ng2/Makefile
==============================================================================
--- head/sysutils/syslog-ng2/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/sysutils/syslog-ng2/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -19,6 +19,7 @@ MAN5=		syslog-ng.conf.5
 MAN8=		syslog-ng.8
 
 USE_RC_SUBR=	syslog-ng
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 SUB_FILES=	pkg-message

Modified: head/x11-fm/pbi-thumbnailer/Makefile
==============================================================================
--- head/x11-fm/pbi-thumbnailer/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/x11-fm/pbi-thumbnailer/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pbi-thumbnailer
-# Date created:				08 June 2008
-# Whom:					Joe Marcus Clarke <marcus at FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pbi-thumbnailer
 PORTVERSION=	0.9.2
@@ -14,6 +10,7 @@ MASTER_SITES=	http://www.marcuscom.com/p
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Generates icon thumbnails for PC-BSD installer files
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20 gconf2
 MAKE_ENV=	GCONF_CONFIG_SOURCE=${GCONF_CONFIG_SOURCE}

Modified: head/x11-wm/simple-ccsm/Makefile
==============================================================================
--- head/x11-wm/simple-ccsm/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/x11-wm/simple-ccsm/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	simple-ccsm
-# Date created:		2008-09-21
-# Whom:			Robert Noland <rnoland at FreeBSD.org>
-#
+# Created by: Robert Noland <rnoland at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	simple-ccsm
 PORTVERSION=	0.8.4
@@ -17,8 +13,7 @@ COMMENT=	A Python/GTK based settings man
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_GNOME=	pygtk2
 USE_PYTHON=	-2.7
 

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Thu Sep 12 08:00:37 2013	(r327040)
+++ head/x11/xpra/Makefile	Thu Sep 12 08:41:52 2013	(r327041)
@@ -24,6 +24,7 @@ LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/mult
 MANCOMPRESSED=	no
 MAN1=		xpra.1 xpra_launcher.1 parti.1
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 USE_XORG=	x11 xext xtst xfixes xcomposite xdamage


More information about the svn-ports-head mailing list