Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 23:38:44 +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: r325735 - in head/x11: rxvt-unicode xdotool xfce4-taskmanager xfce4-xfapplet-plugin
Message-ID:  <201308302338.r7UNci57003043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug 30 23:38:43 2013
New Revision: 325735
URL: http://svnweb.freebsd.org/changeset/ports/325735

Log:
  Eradicate USE_GNOME=pkgconfig from x11
  While here:
  - trim headers
  - convert USE_GMAKE to USES=gmake

Modified:
  head/x11/rxvt-unicode/Makefile
  head/x11/xdotool/Makefile
  head/x11/xfce4-taskmanager/Makefile
  head/x11/xfce4-xfapplet-plugin/Makefile

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
+++ head/x11/rxvt-unicode/Makefile	Fri Aug 30 23:38:43 2013	(r325735)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	tic:${PORTSDIR}/devel/ncu
 RUN_DEPENDS=	${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig	\
 		${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses
 
-USE_GNOME=		pkgconfig
+USES=			pkgconfig
 USE_XORG=		xpm xft xrender
 GNU_CONFIGURE=		yes
 CPPFLAGS+=		-I${LOCALBASE}/include

Modified: head/x11/xdotool/Makefile
==============================================================================
--- head/x11/xdotool/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
+++ head/x11/xdotool/Makefile	Fri Aug 30 23:38:43 2013	(r325735)
@@ -11,8 +11,7 @@ COMMENT=	Programmatically simulate keybo
 
 USE_PERL5_BUILD=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 USE_XORG=	x11 xtst xinerama
 
 MAN1=		xdotool.1

Modified: head/x11/xfce4-taskmanager/Makefile
==============================================================================
--- head/x11/xfce4-taskmanager/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
+++ head/x11/xfce4-taskmanager/Makefile	Fri Aug 30 23:38:43 2013	(r325735)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xfce4-taskbar-plugin
-# Date created:		5 May 2005
-# Whom:			DaJoob
-#
+# Created by: DaJoob
 # $FreeBSD$
-#
 
 PORTNAME=	xfce4-taskmanager
 PORTVERSION=	1.0.0
@@ -21,9 +17,8 @@ LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphic
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USES=		gettext
-USE_GMAKE=	yes
-USE_GNOME=	gtk20 desktopfileutils intltool intlhack pkgconfig
+USES=		gettext gmake pkgconfig
+USE_GNOME=	gtk20 desktopfileutils intltool intlhack
 
 .include <bsd.port.pre.mk>
 

Modified: head/x11/xfce4-xfapplet-plugin/Makefile
==============================================================================
--- head/x11/xfce4-xfapplet-plugin/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
+++ head/x11/xfce4-xfapplet-plugin/Makefile	Fri Aug 30 23:38:43 2013	(r325735)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xfapplet plugin for xfce4
-# Date created:				29 April 2006
-# Whom:					Martin Wilke (miwi@FreeBSD.org)
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xfce4-xfapplet-plugin
 PORTVERSION=	0.1.0
@@ -20,9 +16,8 @@ LIB_DEPENDS=	panelappletmm-2.6:${PORTSDI
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USES=		gettext
-USE_GMAKE=	yes
-USE_GNOME=	gtk20 intltool intlhack orbit2 pkgconfig
+USES=		gettext gmake pkgconfig
+USE_GNOME=	gtk20 intltool intlhack orbit2
 USE_XFCE=	configenv libgui libutil panel
 
 .include <bsd.port.mk>



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