Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 01:17:11 +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: r325761 - in head: graphics/gimp-lqr-plugin x11-wm/awesome x11-wm/awesome2 x11-wm/e16 x11/fbdesk x11/tint x11/wbar
Message-ID:  <201308310117.r7V1HBmt062387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug 31 01:17:11 2013
New Revision: 325761
URL: http://svnweb.freebsd.org/changeset/ports/325761

Log:
  Add explicit dependency on pkgconf
  While here:
  - trim headers
  - convert USE_GMAKE to USES=gmake

Modified:
  head/graphics/gimp-lqr-plugin/Makefile
  head/x11-wm/awesome/Makefile
  head/x11-wm/awesome2/Makefile
  head/x11-wm/e16/Makefile
  head/x11/fbdesk/Makefile
  head/x11/tint/Makefile
  head/x11/wbar/Makefile

Modified: head/graphics/gimp-lqr-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lqr-plugin/Makefile	Sat Aug 31 01:16:24 2013	(r325760)
+++ head/graphics/gimp-lqr-plugin/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	gimp-2.0:${PORTSDIR}/graphi
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20
 
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins

Modified: head/x11-wm/awesome/Makefile
==============================================================================
--- head/x11-wm/awesome/Makefile	Sat Aug 31 01:16:24 2013	(r325760)
+++ head/x11-wm/awesome/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
@@ -34,7 +34,7 @@ LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/
 		execinfo:${PORTSDIR}/devel/libexecinfo
 
 USE_XZ=		yes
-USES=		cmake iconv
+USES=		cmake iconv pkgconfig
 CMAKE_ARGS+=	-DSYSCONFDIR=${PREFIX}/etc
 USE_EFL=	imlib2
 USE_GNOME=	glib20 pango

Modified: head/x11-wm/awesome2/Makefile
==============================================================================
--- head/x11-wm/awesome2/Makefile	Sat Aug 31 01:16:24 2013	(r325760)
+++ head/x11-wm/awesome2/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   awesome2
-# Date created:                February 26, 2009
-# Whom:                        Nikos Ntarmos <ntarmos@cs.uoi.gr>
-#
+# Created by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
 # $FreeBSD$
-#
 
 PORTNAME=	awesome2
 PORTVERSION=	2.3.6
@@ -21,7 +17,7 @@ LIB_DEPENDS=	confuse.0:${PORTSDIR}/devel
 		cairo.2:${PORTSDIR}/graphics/cairo \
 		freetype.9:${PORTSDIR}/print/freetype2
 
-USES=		iconv
+USES=		iconv pkgconfig
 GNU_CONFIGURE=	yes
 USE_EFL=	imlib2
 USE_GNOME=	pango

Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile	Sat Aug 31 01:16:24 2013	(r325760)
+++ head/x11-wm/e16/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
@@ -14,8 +14,7 @@ SOUND_DESC=	Sound support via pulseaudio
 
 USE_XORG=	compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
 		xext xfixes xft xinerama xrandr xrender xxf86vm
-USES=		gettext iconv
-USE_GMAKE=	yes
+USES=		gettext gmake iconv pkgconfig
 USE_EFL=	imlib2
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes

Modified: head/x11/fbdesk/Makefile
==============================================================================
--- head/x11/fbdesk/Makefile	Sat Aug 31 01:16:24 2013	(r325760)
+++ head/x11/fbdesk/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    fbdesk
-# Date created: 16 January 2003
-# Whom: Hendrik Scholz <hendrik@scholz.net>
-#
+# Created by: Hendrik Scholz <hendrik@scholz.net>
 # $FreeBSD$
-#
 
 PORTNAME=	fbdesk
 PORTVERSION=	1.4.1
@@ -23,6 +19,7 @@ OPTIONS_DEFINE=	IMLIB2 DOCS
 OPTIONS_DEFAULT=	IMLIB2
 
 USE_XORG=	xext xft xpm xrender
+USES=		pkgconfig
 WANT_EFL=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile	Sat Aug 31 01:16:24 2013	(r325760)
+++ head/x11/tint/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
@@ -11,10 +11,9 @@ COMMENT=	Lightweight freedesktop-complia
 
 LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo
 
-
 PROJECTHOST=	tint2
 USE_BZIP2=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 USE_GNOME=	pango glib20
 USE_XORG=	xinerama xrandr xdamage xcomposite
 USE_EFL=	imlib2

Modified: head/x11/wbar/Makefile
==============================================================================
--- head/x11/wbar/Makefile	Sat Aug 31 01:16:24 2013	(r325760)
+++ head/x11/wbar/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
@@ -15,6 +15,8 @@ LICENSE=	GPLv3
 
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
 
+USES=		pkgconfig
+
 GNU_CONFIGURE=	yes
 
 MAN1=	${PORTNAME}.1



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