Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 16:32:41 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348347 - in head: x11-toolkits/libgtksourceviewmm x11-wm/ccsm x11-wm/compiz x11-wm/compizconfig-backend-gconf x11-wm/compizconfig-python x11-wm/evilwm x11-wm/fbcmd x11-wm/fvwm-crystal ...
Message-ID:  <201403151632.s2FGWfGH069814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar 15 16:32:41 2014
New Revision: 348347
URL: http://svnweb.freebsd.org/changeset/ports/348347
QAT: https://qat.redports.org/buildarchive/r348347/

Log:
  - Convert USE_GMAKE/BZIP2 to USES

Modified:
  head/x11-toolkits/libgtksourceviewmm/Makefile
  head/x11-wm/ccsm/Makefile
  head/x11-wm/compiz/Makefile
  head/x11-wm/compizconfig-backend-gconf/Makefile
  head/x11-wm/compizconfig-python/Makefile
  head/x11-wm/evilwm/Makefile
  head/x11-wm/fbcmd/Makefile
  head/x11-wm/fvwm-crystal/Makefile
  head/x11-wm/hackedbox/Makefile
  head/x11-wm/ion/Makefile
  head/x11-wm/pwm/Makefile

Modified: head/x11-toolkits/libgtksourceviewmm/Makefile
==============================================================================
--- head/x11-toolkits/libgtksourceviewmm/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-toolkits/libgtksourceviewmm/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -13,17 +13,14 @@ COMMENT=	C++ binding of GtkSourceView
 
 LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
 
-USES=		pkgconfig
+USES=		pkgconfig gmake tar:bzip2
 USE_LDCONFIG=	yes
-USE_BZIP2=	yes
 USE_GNOME=	gtksourceview2 gnomeprefix gnomehack
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBAS}/lib
 CONFIGURE_ARGS=	--disable-docs
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
 		${WRKSRC}/gtksourceview/gtksourceviewmm/sourceiter.cc \

Modified: head/x11-wm/ccsm/Makefile
==============================================================================
--- head/x11-wm/ccsm/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/ccsm/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -12,9 +12,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 tar:bzip2
 USE_GNOME=	pygtk2
 USE_PYTHON=	2
 

Modified: head/x11-wm/compiz/Makefile
==============================================================================
--- head/x11-wm/compiz/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/compiz/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -17,10 +17,7 @@ RUN_DEPENDS=	glxinfo:${PORTSDIR}/graphic
 
 XORG_CAT=	app
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-#USE_TGZ=	yes
-USE_GMAKE=	yes
-USES=		gettext pathfix
+USES=		gettext pathfix gmake tar:bzip2
 USE_GL=		glu
 USE_GNOME=	gconf2 libxslt
 USE_XORG=	xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto

Modified: head/x11-wm/compizconfig-backend-gconf/Makefile
==============================================================================
--- head/x11-wm/compizconfig-backend-gconf/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/compizconfig-backend-gconf/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -13,13 +13,11 @@ COMMENT=	The gconf backend for CompizCon
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
 LIB_DEPENDS=	compizconfig.0:${PORTSDIR}/x11-wm/libcompizconfig
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake tar:bzip2
 USE_GNOME=	glib20 gconf2
 
 NO_STAGE=	yes

Modified: head/x11-wm/compizconfig-python/Makefile
==============================================================================
--- head/x11-wm/compizconfig-python/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/compizconfig-python/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -16,11 +16,9 @@ BUILD_DEPENDS=	\
 	${PYTHON_SITELIBDIR}/Pyrex/Distutils/__init__.py:${PORTSDIR}/devel/pyrex
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_PYTHON=	2
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake tar:bzip2
 USE_GNOME=	glib20
 USE_AUTOTOOLS=	libtool
 

Modified: head/x11-wm/evilwm/Makefile
==============================================================================
--- head/x11-wm/evilwm/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/evilwm/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.6809.org.uk/evi
 MAINTAINER=	lasg@lasg.dk
 COMMENT=	Minimalist window manager based on 9wm
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_XORG=	x11 xpm xext xrandr xrender
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 

Modified: head/x11-wm/fbcmd/Makefile
==============================================================================
--- head/x11-wm/fbcmd/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/fbcmd/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -12,8 +12,7 @@ COMMENT=	A commandline utility for contr
 
 RUN_DEPENDS=	fluxbox:${PORTSDIR}/x11-wm/fluxbox
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 ALL_TARGET=	first
 CFLAGS+=	"-I${LOCALBASE}/include"
 

Modified: head/x11-wm/fvwm-crystal/Makefile
==============================================================================
--- head/x11-wm/fvwm-crystal/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/fvwm-crystal/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -13,8 +13,7 @@ COMMENT=	Easy, eye-candy, light, and pow
 RUN_DEPENDS=	fvwm>=2.5:${PORTSDIR}/x11-wm/fvwm2 \
 		bash:${PORTSDIR}/shells/bash
 
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake
 USE_PYTHON=	yes
 MAKE_ENV=	prefix="${PREFIX}" addondir="${DOCSDIR}/addons"
 PORTDOCS=	*

Modified: head/x11-wm/hackedbox/Makefile
==============================================================================
--- head/x11-wm/hackedbox/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/hackedbox/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -23,7 +23,6 @@ STYLES=		artwiz bluebox cthulhain deep f
 			nyzclone operation outcomes shade steelblue \
 			steelblue2 the_orange trisb twice
 PLIST=		${WRKDIR}/pkg-plist
-#USE_GMAKE=	yes
 USE_XORG=	x11 xext xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-bg-utils

Modified: head/x11-wm/ion/Makefile
==============================================================================
--- head/x11-wm/ion/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/ion/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -15,7 +15,7 @@ CONFLICTS=	ion-2-*
 MAN1=		ion.1x
 
 USE_XORG=	x11
-USE_GMAKE=	yes
+USES=		gmake
 
 NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-wm/pwm/Makefile
==============================================================================
--- head/x11-wm/pwm/Makefile	Sat Mar 15 16:29:30 2014	(r348346)
+++ head/x11-wm/pwm/Makefile	Sat Mar 15 16:32:41 2014	(r348347)
@@ -13,7 +13,7 @@ MAINTAINER=	schot@a-eskwadraat.nl
 COMMENT=	A lightweight window manager with emphasis on usability
 
 USE_XORG=	x11
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ENV=	X11_PREFIX="${LOCALBASE}" HAS_SYSTEM_ASPRINTF=1
 
 MAN1=		pwm.1x



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