From owner-svn-ports-head@FreeBSD.ORG Sat Jul 6 01:22:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B7ADF351; Sat, 6 Jul 2013 01:22:59 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A36371EB6; Sat, 6 Jul 2013 01:22:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r661MxwB058277; Sat, 6 Jul 2013 01:22:59 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r661MvQx058267; Sat, 6 Jul 2013 01:22:57 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201307060122.r661MvQx058267@svn.freebsd.org> From: Jason Helfman Date: Sat, 6 Jul 2013 01:22:57 +0000 (UTC) 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 ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jul 2013 01:22:59 -0000 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 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" \