Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 09:15:49 +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: r326373 - in head: audio/liquidsoap benchmarks/expedite cad/geda dns/gdnsd emulators/gxmame graphics/evas-engine-sdl japanese/uim-tomoe-gtk news/nzbget
Message-ID:  <201309050915.r859FnsJ079934@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep  5 09:15:49 2013
New Revision: 326373
URL: http://svnweb.freebsd.org/changeset/ports/326373

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/liquidsoap/Makefile
  head/benchmarks/expedite/Makefile
  head/cad/geda/Makefile
  head/dns/gdnsd/Makefile
  head/emulators/gxmame/Makefile
  head/graphics/evas-engine-sdl/Makefile
  head/japanese/uim-tomoe-gtk/Makefile
  head/news/nzbget/Makefile

Modified: head/audio/liquidsoap/Makefile
==============================================================================
--- head/audio/liquidsoap/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/audio/liquidsoap/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -71,7 +71,7 @@ NO_OCAML_RUNDEPENDS=	yes
 USE_AUTOTOOLS=	autoconf:env automake:env
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=
-USES=		gmake
+USES=		gmake pkgconfig
 
 CONFIGURE_ARGS=	--disable-gui --localstatedir=/var
 CFLAGS+=	-I${LOCALBASE}/${OCAML_LIBDIR}

Modified: head/benchmarks/expedite/Makefile
==============================================================================
--- head/benchmarks/expedite/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/benchmarks/expedite/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -15,6 +15,7 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas
 USE_EFL_EVAS_ENGINES=	buffer
 USE_LDCONFIG=	yes

Modified: head/cad/geda/Makefile
==============================================================================
--- head/cad/geda/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/cad/geda/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -20,11 +20,10 @@ RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		pathfix gettext perl5
+USES=		pathfix gettext perl5 gmake pkgconfig
 USE_GNOME=	desktopfileutils gtk20
 USE_PERL5=	run
 USE_PYTHON=	run
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-libstroke=${LOCALBASE}
 USE_LDCONFIG=	yes

Modified: head/dns/gdnsd/Makefile
==============================================================================
--- head/dns/gdnsd/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/dns/gdnsd/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -19,6 +19,7 @@ OPTIONS_DEFINE=	GEOIP
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_XZ=		yes
+USES=		pkgcofnig
 
 MAN1=		gdnsd_geoip_test.1
 MAN3=		gdnsd-plugin-api.3

Modified: head/emulators/gxmame/Makefile
==============================================================================
--- head/emulators/gxmame/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/emulators/gxmame/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -15,9 +15,8 @@ COMMENT=	GXmame is a GTK frontend for xm
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 RUN_DEPENDS=	xmame:${PORTSDIR}/emulators/xmame
 
-USES=		pathfix
+USES=		pathfix gmake pkgconfig
 USE_GNOME=	gtk20 intlhack gnomeprefix
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/evas-engine-sdl/Makefile
==============================================================================
--- head/graphics/evas-engine-sdl/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/graphics/evas-engine-sdl/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
 USE_SDL=	sdl
 USE_LDCONFIG=	yes

Modified: head/japanese/uim-tomoe-gtk/Makefile
==============================================================================
--- head/japanese/uim-tomoe-gtk/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/japanese/uim-tomoe-gtk/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   ja-uim-tomoe-gtk
-# Date created:        9 Apr 2007
-# Whom:                Hajimu UMEMOTO <ume@FreeBSD.org>
-#
+# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	uim-tomoe-gtk
 PORTVERSION=	0.6.0
@@ -19,8 +15,7 @@ LIB_DEPENDS=	tomoe.1:${PORTSDIR}/japanes
 		uim.8:${PORTSDIR}/textproc/uim
 
 USE_GNOME=	lthack gtk20
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/uim-tomoe-gtk \

Modified: head/news/nzbget/Makefile
==============================================================================
--- head/news/nzbget/Makefile	Thu Sep  5 08:57:44 2013	(r326372)
+++ head/news/nzbget/Makefile	Thu Sep  5 09:15:49 2013	(r326373)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2 \
 		sigc-2:${PORTSDIR}/devel/libsigc++20
 
+USES=		gmake pkgconfig
 USE_RC_SUBR=	nzbget
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LOCALBASE="${LOCALBASE}"
@@ -21,7 +22,6 @@ MAKE_JOBS_UNSAFE=yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	${PTHREAD_LIBS}
 CFLAGS+=	${PTHREAD_CFLAGS}
-USE_GMAKE=	yes
 
 PAR_DESC=	Support verifying/repairing with par2 files
 OPTIONS_DEFINE=	PAR



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