svn commit: r325735 - in head/x11: rxvt-unicode xdotool xfce4-taskmanager xfce4-xfapplet-plugin
Baptiste Daroussin
bapt at FreeBSD.org
Fri Aug 30 23:38:45 UTC 2013
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 at FreeBSD.org)
-#
+# Created by: Martin Wilke <miwi at 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>
More information about the svn-ports-all
mailing list