Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 06:15:19 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330213 - in head/x11: avant-window-navigator dxpc gsynaptics imwheel mgapdesk peeper xorg-edit
Message-ID:  <201310130615.r9D6FJ4P047877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Oct 13 06:15:19 2013
New Revision: 330213
URL: http://svnweb.freebsd.org/changeset/ports/330213

Log:
  Cleanup of the unowned ports in the x11 directory
  - Convert from USE_GMAKE to USES=gmake

Modified:
  head/x11/avant-window-navigator/Makefile
  head/x11/dxpc/Makefile
  head/x11/gsynaptics/Makefile
  head/x11/imwheel/Makefile
  head/x11/mgapdesk/Makefile
  head/x11/peeper/Makefile
  head/x11/xorg-edit/Makefile

Modified: head/x11/avant-window-navigator/Makefile
==============================================================================
--- head/x11/avant-window-navigator/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
+++ head/x11/avant-window-navigator/Makefile	Sun Oct 13 06:15:19 2013	(r330213)
@@ -17,8 +17,7 @@ LIB_DEPENDS=	wnck-1:${PORTSDIR}/x11-tool
 		dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pathfix pkgconfig gettext
+USES=		pathfix pkgconfig gettext gmake
 USE_GNOME=	glib20 gtk20 pygtk2
 USE_PYTHON=	yes
 USE_LDCONFIG=	yes

Modified: head/x11/dxpc/Makefile
==============================================================================
--- head/x11/dxpc/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
+++ head/x11/dxpc/Makefile	Sun Oct 13 06:15:19 2013	(r330213)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	lzo2.2:${PORTSDIR}/archiver
 LICENSE=	BSD
 
 USE_XORG=	x11
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-lzo-lib=${LOCALBASE}
 

Modified: head/x11/gsynaptics/Makefile
==============================================================================
--- head/x11/gsynaptics/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
+++ head/x11/gsynaptics/Makefile	Sun Oct 13 06:15:19 2013	(r330213)
@@ -13,9 +13,8 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	xf86-input-synaptics>0:${PORTSDIR}/x11-drivers/xf86-input-synaptics
 
-USES=		pathfix pkgconfig gettext
+USES=		pathfix pkgconfig gettext gmake
 USE_GNOME=	gconf2 libglade2 gnomedocutils
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/x11/imwheel/Makefile
==============================================================================
--- head/x11/imwheel/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
+++ head/x11/imwheel/Makefile	Sun Oct 13 06:15:19 2013	(r330213)
@@ -14,8 +14,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility to translate mouse wheel actions into X keyboard events
 
 USE_XORG=	x11 xpm xtst xext xmu
-USE_GMAKE=	YES
-GNU_CONFIGURE=	YES
+USES=		gmake
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gpm
 
 MAN1=		imwheel.1

Modified: head/x11/mgapdesk/Makefile
==============================================================================
--- head/x11/mgapdesk/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
+++ head/x11/mgapdesk/Makefile	Sun Oct 13 06:15:19 2013	(r330213)
@@ -15,7 +15,7 @@ COMMENT=	Matrox Powerdesk for *nix
 IGNORE=		needs an old XFree86/X.org header file to build
 
 USE_GNOME=	gtk12
-USE_GMAKE=	YES
+USES=		gmake
 USE_AUTOTOOLS=	autoconf213
 
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/x11/peeper/Makefile
==============================================================================
--- head/x11/peeper/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
+++ head/x11/peeper/Makefile	Sun Oct 13 06:15:19 2013	(r330213)
@@ -11,7 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	View an area of the screen at a certain magnification
 
 USE_GNOME=	imlib
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} `${IMLIB_CONFIG} --cflags-gdk`" \
 		LIBS="`${IMLIB_CONFIG} --libs-gdk`"
 ALL_TARGET=	peeper

Modified: head/x11/xorg-edit/Makefile
==============================================================================
--- head/x11/xorg-edit/Makefile	Sun Oct 13 06:14:24 2013	(r330212)
+++ head/x11/xorg-edit/Makefile	Sun Oct 13 06:15:19 2013	(r330213)
@@ -18,7 +18,7 @@ USE_BZIP2=	yes
 USE_DOS2UNIX=	*.cpp *.h
 USE_WX=		2.6+
 WX_UNICODE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 PLIST_FILES=	bin/xorg-edit \
 		lib/xorg-edit/de_DE/LC_MESSAGES/xorg-edit.mo \



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