Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 15:28:27 +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: r326513 - in head: audio/pidgin-musictracker deskutils/gnome-main-menu deskutils/libopensync-plugin-evolution2 deskutils/tomboy-plugin-latex deskutils/tomboy-plugin-reminder devel/glade...
Message-ID:  <201309061528.r86FSRip072206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep  6 15:28:27 2013
New Revision: 326513
URL: http://svnweb.freebsd.org/changeset/ports/326513

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/pidgin-musictracker/Makefile
  head/deskutils/gnome-main-menu/Makefile
  head/deskutils/libopensync-plugin-evolution2/Makefile
  head/deskutils/tomboy-plugin-latex/Makefile
  head/deskutils/tomboy-plugin-reminder/Makefile
  head/devel/glade2/Makefile
  head/devel/libglade-java/Makefile
  head/devel/monodevelop-database/Makefile
  head/games/gbrainy/Makefile
  head/games/opencity/Makefile
  head/misc/xmonad-log-applet/Makefile
  head/multimedia/gnome-subtitles/Makefile
  head/multimedia/imagination/Makefile
  head/net-im/pidgin-fetion/Makefile
  head/net-im/pidgin-guifications/Makefile
  head/net-im/pidgin-privacy-please/Makefile
  head/net-im/telepathy-haze/Makefile
  head/net/remmina-applet/Makefile
  head/palm/gnome-pilot-conduits/Makefile
  head/print/lilypond-devel/Makefile
  head/x11/gnome-swallow/Makefile

Modified: head/audio/pidgin-musictracker/Makefile
==============================================================================
--- head/audio/pidgin-musictracker/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/audio/pidgin-musictracker/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/p
 LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 USE_BZIP2=	yes
-USES=		gmake
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include -Wno-return-type

Modified: head/deskutils/gnome-main-menu/Makefile
==============================================================================
--- head/deskutils/gnome-main-menu/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/deskutils/gnome-main-menu/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gnome-main-menu
-# Date created:				06 July 2008
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gnome-main-menu
 PORTVERSION=	0.9.12
@@ -20,8 +16,7 @@ LIB_DEPENDS=	gtop-2.0.7:${PORTSDIR}/deve
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \
 		libgnomeui
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="`pkg-config --libs libgnomeui-2.0`"
 CPPFLAGS+=	-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`

Modified: head/deskutils/libopensync-plugin-evolution2/Makefile
==============================================================================
--- head/deskutils/libopensync-plugin-evolution2/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/deskutils/libopensync-plugin-evolution2/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libopensync-plugin-evolution2
-# Date created:				18 July 2008
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libopensync-plugin-evolution2
 PORTVERSION=	0.22
@@ -20,6 +16,7 @@ CONFLICTS=	libopensync-plugin-evolution2
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GNOME=	evolutiondataserver gconf2
 
 .include <bsd.port.mk>

Modified: head/deskutils/tomboy-plugin-latex/Makefile
==============================================================================
--- head/deskutils/tomboy-plugin-latex/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/deskutils/tomboy-plugin-latex/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tomboy-plugin-latex
-# Date created:		2008-12-21
-# Whom:			Romain Tartiere <romain@blogreen.org>
-#
+# Created by: Romain Tartiere <romain@blogreen.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tomboy-plugin-latex
 PORTVERSION=	0.6
@@ -19,7 +15,7 @@ BUILD_DEPENDS=	tomboy:${PORTSDIR}/deskut
 RUN_DEPENDS=	tomboy:${PORTSDIR}/deskutils/tomboy
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_TEX=	latex
 
 .include <bsd.port.mk>

Modified: head/deskutils/tomboy-plugin-reminder/Makefile
==============================================================================
--- head/deskutils/tomboy-plugin-reminder/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/deskutils/tomboy-plugin-reminder/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tomboy-plugin-reminder
-# Date created:		2008-12-21
-# Whom:			Romain Tartiere <romain@blogreen.org>
-#
+# Created by: Romain Tartiere <romain@blogreen.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tomboy-plugin-reminder
 PORTVERSION=	0.9.2
@@ -19,6 +15,6 @@ BUILD_DEPENDS=	tomboy:${PORTSDIR}/deskut
 RUN_DEPENDS=	tomboy:${PORTSDIR}/deskutils/tomboy
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 .include <bsd.port.mk>

Modified: head/devel/glade2/Makefile
==============================================================================
--- head/devel/glade2/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/devel/glade2/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -18,9 +18,8 @@ LIB_DEPENDS=	rarian.0:${PORTSDIR}/textpr
 USE_BZIP2=	yes
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix gettext
+USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix intlhack gtk20 desktopfileutils
-USE_GMAKE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/devel/libglade-java/Makefile
==============================================================================
--- head/devel/libglade-java/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/devel/libglade-java/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${JAVALIBDIR}/gtk${GTK_API_
 		${JAVALIBDIR}/gnome${GNOME_API_VERSION}.jar:${PORTSDIR}/x11/libgnome-java
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_JAVA=	yes

Modified: head/devel/monodevelop-database/Makefile
==============================================================================
--- head/devel/monodevelop-database/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/devel/monodevelop-database/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	monodevelop-database
-# Date created:		2008-03-02
-# Whom:			Romain Tartiere <romain@blogreen.org>
-#
+# Created by: Romain Tartiere <romain@blogreen.org>
 # $FreeBSD$
-#
 
 PORTNAME=	monodevelop-database
 PORTVERSION=	3.0.2
@@ -19,8 +15,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gnomehack gtksharp20
 
 post-patch:

Modified: head/games/gbrainy/Makefile
==============================================================================
--- head/games/gbrainy/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/games/gbrainy/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -17,8 +17,7 @@ BUILD_DEPENDS=	mautil:${PORTSDIR}/devel/
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_GNOME=	desktopfileutils gnomehack gtksharp20 gnomesharp20
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/games/opencity/Makefile
==============================================================================
--- head/games/opencity/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/games/opencity/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -13,7 +13,7 @@ COMMENT=	Free 3D city simulator
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_SDL=	sdl mixer image net
 USE_GL=		gl glu
 USE_GCC=	any

Modified: head/misc/xmonad-log-applet/Makefile
==============================================================================
--- head/misc/xmonad-log-applet/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/misc/xmonad-log-applet/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmonad-log-applet
-# Date created:				01 September 2011
-# Whom:					Alexander Kojevnikov <alexander@kojevnikov.com>
-#
+# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	xmonad-log-applet
 PORTVERSION=	2.0.0
@@ -15,7 +11,7 @@ MAINTAINER=	alexander@kojevnikov.com
 COMMENT=	An applet that will display Xmonad log information
 
 INSTALLS_ICONS=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomeprefix gnomehack gnomepanel
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-panel=gnome2

Modified: head/multimedia/gnome-subtitles/Makefile
==============================================================================
--- head/multimedia/gnome-subtitles/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/multimedia/gnome-subtitles/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	enchant.1:${PORTSDIR}/textp
 BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
 RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomeprefix gtksharp20 gnomesharp20 gnomedocutils
 USE_GSTREAMER=	yes
 GNU_CONFIGURE=	yes

Modified: head/multimedia/imagination/Makefile
==============================================================================
--- head/multimedia/imagination/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/multimedia/imagination/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/gtk-2.0:
 RUN_DEPENDS=	${LOCALBASE}/bin/ffmpeg:${PORTSDIR}/multimedia/ffmpeg
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 INSTALLS_ICONS=	yes
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/net-im/pidgin-fetion/Makefile
==============================================================================
--- head/net-im/pidgin-fetion/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/net-im/pidgin-fetion/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pidgin-fetion
-# Date created:				17 October 2008
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	fetion
 PORTVERSION=	0.98.5.2
@@ -18,9 +14,9 @@ COMMENT=	Fetion protocol plugin for libp
 
 LIB_DEPENDS=	purple.10:${PORTSDIR}/net-im/libpurple
 
-
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/net-im/pidgin-guifications/Makefile
==============================================================================
--- head/net-im/pidgin-guifications/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/net-im/pidgin-guifications/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -14,8 +14,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/pidg
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=        pathfix gettext
+USES=        pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"

Modified: head/net-im/pidgin-privacy-please/Makefile
==============================================================================
--- head/net-im/pidgin-privacy-please/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/net-im/pidgin-privacy-please/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20
 USE_LDCONFIG=	${PREFIX}/lib/pidgin
 

Modified: head/net-im/telepathy-haze/Makefile
==============================================================================
--- head/net-im/telepathy-haze/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/net-im/telepathy-haze/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	purple:${PORTSDIR}/net-im/l
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 MAN8=		telepathy-haze.8
 

Modified: head/net/remmina-applet/Makefile
==============================================================================
--- head/net/remmina-applet/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/net/remmina-applet/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	remmina:${PORTSDIR}/net/rem
 OPTIONS_DEFINE=	AVAHI
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack glib20 gtk20 gnomepanel
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/palm/gnome-pilot-conduits/Makefile
==============================================================================
--- head/palm/gnome-pilot-conduits/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/palm/gnome-pilot-conduits/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -15,8 +15,7 @@ COMMENT=	Additional conduits for gnome-p
 LIB_DEPENDS=	gpilotd.2:${PORTSDIR}/palm/gnome-pilot
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		bison pathfix gettext
+USES=		bison pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix libgnome
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pisock=${LOCALBASE}

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/print/lilypond-devel/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -43,11 +43,10 @@ INFO=		lilypond-notation \
 		music-glossary \
 		internals
 
-USES=		bison gettext
-USE_GMAKE=	yes
+USES=		bison gettext gmake pkgconfig perl5
 USE_GHOSTSCRIPT=9
 USE_PYTHON=	yes
-USE_PERL5_BUILD=yes
+USE_PERL5=	build
 USE_TEX=	latex
 USE_GNOME=	pango
 

Modified: head/x11/gnome-swallow/Makefile
==============================================================================
--- head/x11/gnome-swallow/Makefile	Fri Sep  6 15:24:58 2013	(r326512)
+++ head/x11/gnome-swallow/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gnome-swallow
-# Date created:				16 April 2003
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gnome-swallow
 PORTVERSION=	1.2
@@ -15,7 +11,7 @@ MAINTAINER=	marcus@FreeBSD.org
 COMMENT=	Applet that swallows any X11 application into the GNOME 2 panel
 
 USE_XORG=	x11
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomeprefix gnomehack gnomepanel libgnomeui
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="`pkg-config --libs libgnomeui-2.0`"



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