Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 17:37:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326422 - in head: databases/libgnomedb deskutils/notify-osd net/liferea sysutils/gtk-send-pr textproc/qstardict textproc/scim-bridge x11-toolkits/nucleo x11/hs-X11-xft x11/xscreensaver...
Message-ID:  <201309051737.r85HbNtG082601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep  5 17:37:22 2013
New Revision: 326422
URL: http://svnweb.freebsd.org/changeset/ports/326422

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/databases/libgnomedb/Makefile
  head/deskutils/notify-osd/Makefile
  head/net/liferea/Makefile
  head/sysutils/gtk-send-pr/Makefile
  head/textproc/qstardict/Makefile
  head/textproc/scim-bridge/Makefile
  head/x11-toolkits/nucleo/Makefile
  head/x11/hs-X11-xft/Makefile
  head/x11/xscreensaver-gnome/Makefile

Modified: head/databases/libgnomedb/Makefile
==============================================================================
--- head/databases/libgnomedb/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/databases/libgnomedb/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -21,10 +21,9 @@ USE_BZIP2=	yes
 .if !defined(REFERENCE_PORT)
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \
 		intlhack referencehack
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/deskutils/notify-osd/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/d
 RUN_DEPENDS=	dbus-daemon:${PORTSDIR}/devel/dbus
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake pkgconfig
 USE_GNOME=	libwnck gconf2
 USE_GCC=	yes
 

Modified: head/net/liferea/Makefile
==============================================================================
--- head/net/liferea/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/net/liferea/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	webkitgtk-1.0:${PORTSDIR}/w
 		json-glib-1.0:${PORTSDIR}/devel/json-glib
 
 USE_BZIP2=	yes
-USES=		gmake pathfix
+USES=		gmake pathfix pkgconfig
 USE_GNOME=	gnomeprefix gconf2
 USE_AUTOTOOLS=	libtool
 USE_SQLITE=	3

Modified: head/sysutils/gtk-send-pr/Makefile
==============================================================================
--- head/sysutils/gtk-send-pr/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/sysutils/gtk-send-pr/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -13,6 +13,7 @@ COMMENT=	GTK2 send-pr tool
 
 LIB_DEPENDS=	esmtp.7:${PORTSDIR}/mail/libesmtp
 
+USES=		pkgconfig
 USE_GNOME=	gtk20
 
 MAN1=		gtk-send-pr.1

Modified: head/textproc/qstardict/Makefile
==============================================================================
--- head/textproc/qstardict/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/textproc/qstardict/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -13,6 +13,7 @@ MASTER_SITES=	http://qstardict.ylsoftwar
 MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Dictionary program written in Qt4
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_QT4=	gui network xml qmake_build uic_build moc_build rcc_build
 QMAKE_ARGS+=	-recursive

Modified: head/textproc/scim-bridge/Makefile
==============================================================================
--- head/textproc/scim-bridge/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/textproc/scim-bridge/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -16,8 +16,7 @@ COMMENT=	Scim-bridge agent (server)
 
 LIB_DEPENDS=	scim-1.0.10:${PORTSDIR}/textproc/scim
 
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 LICENSE=	GPLv2 LGPL21

Modified: head/x11-toolkits/nucleo/Makefile
==============================================================================
--- head/x11-toolkits/nucleo/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/x11-toolkits/nucleo/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 		exif:${PORTSDIR}/graphics/libexif
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GL=		glu
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/x11/hs-X11-xft/Makefile
==============================================================================
--- head/x11/hs-X11-xft/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/x11/hs-X11-xft/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -10,6 +10,7 @@ COMMENT=	Bindings to the Xft, Xrender an
 
 LICENSE=	LGPL21
 
+USES=		pkgconfig
 USE_CABAL=	utf8-string>=0.1 X11>=1.2.1
 USE_XORG=	xft xrender
 

Modified: head/x11/xscreensaver-gnome/Makefile
==============================================================================
--- head/x11/xscreensaver-gnome/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
+++ head/x11/xscreensaver-gnome/Makefile	Thu Sep  5 17:37:22 2013	(r326422)
@@ -19,10 +19,9 @@ LIB_DEPENDS=	gle.4:${PORTSDIR}/graphics/
 
 USE_XORG=	x11 xpm
 USE_GL=		gl
-USE_GMAKE=	yes
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 USE_GNOME=	gnomehier libglade2 gnomehack
-USES=		gettext
+USES=		gettext gmake perl5 pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \
 		--with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \



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