Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 01:22:57 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322360 - in head: deskutils/menumaker deskutils/virt-manager deskutils/xpad deskutils/xpad-current devel/libvirt devel/libvirt-glib games/f1lt net-mgmt/virt-viewer security/pidgin-otr ...
Message-ID:  <201307060122.r661MvQx058267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat Jul  6 01:22:56 2013
New Revision: 322360
URL: http://svnweb.freebsd.org/changeset/ports/322360

Log:
  - convert USE_GMAKE to USES=gmake

Modified:
  head/deskutils/menumaker/Makefile
  head/deskutils/virt-manager/Makefile
  head/deskutils/xpad-current/Makefile
  head/deskutils/xpad/Makefile
  head/devel/libvirt-glib/Makefile
  head/devel/libvirt/Makefile
  head/games/f1lt/Makefile
  head/net-mgmt/virt-viewer/Makefile
  head/security/pidgin-otr/Makefile
  head/x11-wm/fluxter/Makefile

Modified: head/deskutils/menumaker/Makefile
==============================================================================
--- head/deskutils/menumaker/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/deskutils/menumaker/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -10,7 +10,7 @@ MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Menu generator for X Window Managers and desktop environments
 
 USE_PYTHON=	yes
-USE_GMAKE=	yes
+USES=	gmake
 GNU_CONFIGURE=	yes
 
 INFO=		mmaker

Modified: head/deskutils/virt-manager/Makefile
==============================================================================
--- head/deskutils/virt-manager/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/deskutils/virt-manager/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -35,7 +35,7 @@ INSTALLS_ICONS=	yes
 GCONF_SCHEMAS=	virt-manager.schemas
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--without-tui
-USE_GMAKE=	yes
+USES=		gmake
 USE_PYTHON=	yes
 
 MAN1=		virt-manager.1

Modified: head/deskutils/xpad-current/Makefile
==============================================================================
--- head/deskutils/xpad-current/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/deskutils/xpad-current/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -20,12 +20,11 @@ FETCH_ARGS=	-p
 USE_BZIP2=	yes
 USE_XORG=	x11 sm
 USE_GNOME=	gtk20 gnomehier intltool
-USES=	pkgconfig
+USES=	pkgconfig gmake
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 
 .include <bsd.port.options.mk>
 

Modified: head/deskutils/xpad/Makefile
==============================================================================
--- head/deskutils/xpad/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/deskutils/xpad/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -18,10 +18,9 @@ CONFLICTS_INSTALL=	xpad-current-[0-9]*
 
 FETCH_ARGS=	"-pRr"
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_XORG=	x11 sm
 USE_GNOME=	gtk20 gnomehier intltool
-USES=	pkgconfig
+USES=	pkgconfig gmake
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/devel/libvirt-glib/Makefile
==============================================================================
--- head/devel/libvirt-glib/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/devel/libvirt-glib/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -18,7 +18,7 @@ USES=	pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	glib20
-USE_GMAKE=	yes
+USES=		gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector
 CONFIGURE_ARGS+=	--enable-introspection

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/devel/libvirt/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -48,8 +48,7 @@ PORTSCOUT=	limit:\d+\.\d+\.\d+$$
 
 LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector
 
-USES=		charsetfix pathfix
-USE_GMAKE=	yes
+USES=		charsetfix pathfix gmake
 USE_LDCONFIG=	yes
 USE_PYTHON_BUILD=	yes
 SHLIB_VER=	1001

Modified: head/games/f1lt/Makefile
==============================================================================
--- head/games/f1lt/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/games/f1lt/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -19,7 +19,7 @@ USE_QT4=	gui network moc_build qmake_bui
 WRKSRC=	${WRKDIR}/${DISTNAME:S|-src||}
 
 HAS_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=	gmake
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/F1LT \

Modified: head/net-mgmt/virt-viewer/Makefile
==============================================================================
--- head/net-mgmt/virt-viewer/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/net-mgmt/virt-viewer/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -21,7 +21,7 @@ FETCH_ARGS=	-Fpr
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	DATADIRNAME=share
-USE_GMAKE=	yes
+USES=		gmake
 
 MAN1=		remote-viewer.1 virt-viewer.1
 

Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/security/pidgin-otr/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -21,9 +21,8 @@ LIB_DEPENDS=	otr:${PORTSDIR}/security/li
 
 MAKE_JOBS_SAFE=	yes
 
-USE_GMAKE=	yes
 USE_GNOME=	intltool
-USES=		gettext
+USES=		gettext gmake
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include

Modified: head/x11-wm/fluxter/Makefile
==============================================================================
--- head/x11-wm/fluxter/Makefile	Sat Jul  6 00:27:42 2013	(r322359)
+++ head/x11-wm/fluxter/Makefile	Sat Jul  6 01:22:56 2013	(r322360)
@@ -11,7 +11,7 @@ COMMENT=	Desktop pager for the Fluxbox S
 
 USE_XORG=	x11 ice xproto xt xaw xext
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \



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