svn commit: r356196 - in head/x11-wm: awesome-vicious enlightenment golem libcompizconfig libdockapp mcwm pager pawm peksystray pekwm sawfish simple-ccsm treewm wmconfig xfce4-desktop xfce4-session...
Martin Wilke
miwi at FreeBSD.org
Mon Jun 2 07:16:54 UTC 2014
Author: miwi
Date: Mon Jun 2 07:16:50 2014
New Revision: 356196
URL: http://svnweb.freebsd.org/changeset/ports/356196
QAT: https://qat.redports.org/buildarchive/r356196/
Log:
- Convert USE_BZIP2/XZ to USES
Approved by: portmgr
Modified:
head/x11-wm/awesome-vicious/Makefile
head/x11-wm/enlightenment/Makefile
head/x11-wm/golem/Makefile
head/x11-wm/libcompizconfig/Makefile
head/x11-wm/libdockapp/Makefile
head/x11-wm/mcwm/Makefile
head/x11-wm/pager/Makefile
head/x11-wm/pawm/Makefile
head/x11-wm/peksystray/Makefile
head/x11-wm/pekwm/Makefile
head/x11-wm/sawfish/Makefile
head/x11-wm/simple-ccsm/Makefile
head/x11-wm/treewm/Makefile
head/x11-wm/wmconfig/Makefile
head/x11-wm/xfce4-desktop/Makefile
head/x11-wm/xfce4-session/Makefile
head/x11-wm/xfce4-wm/Makefile
Modified: head/x11-wm/awesome-vicious/Makefile
==============================================================================
--- head/x11-wm/awesome-vicious/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/awesome-vicious/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -15,7 +15,7 @@ LICENSE= GPLv2
RUN_DEPENDS= awesome:${PORTSDIR}/x11-wm/awesome
-USE_XZ= yes
+USES= tar:xz
NO_BUILD= yes
NO_INSTALL= yes
PORTDOCS= README TODO CHANGES LICENSE
Modified: head/x11-wm/enlightenment/Makefile
==============================================================================
--- head/x11-wm/enlightenment/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/enlightenment/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -17,9 +17,8 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/
libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
DIST_SUBDIR= e17
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= pathfix iconv gmake pkgconfig
+USES= pathfix iconv gmake pkgconfig tar:bzip2
USE_EFL= eina eet evas ecore eio edbus efreet edje \
libtool_hack librt_hack modarch_hack
USE_EFL_EVAS_LOADERS= eet jpeg png
Modified: head/x11-wm/golem/Makefile
==============================================================================
--- head/x11-wm/golem/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/golem/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -14,9 +14,8 @@ LICENSE= BSD
OPTIONS_DEFINE= ESOUND XINERAMA
OPTIONS_DEFAULT= XINERAMA
-USES= perl5 gmake
+USES= perl5 gmake tar:bzip2
USE_PERL5= build
-USE_BZIP2= yes
USE_XORG= xpm
WANT_GNOME= yes
GNU_CONFIGURE= yes
Modified: head/x11-wm/libcompizconfig/Makefile
==============================================================================
--- head/x11-wm/libcompizconfig/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/libcompizconfig/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -12,7 +12,7 @@ COMMENT= Alternative configuration syste
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/x11-wm/libdockapp/Makefile
==============================================================================
--- head/x11-wm/libdockapp/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/libdockapp/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -14,8 +14,7 @@ COMMENT= Standard library for Window Mak
OPTIONS_DEFINE= EXAMPLES
OPTIONS_SUB= yes
-USES= libtool:keepla
-USE_BZIP2= yes
+USES= libtool:keepla tar:bzip2
USE_LDCONFIG= yes
USE_XORG= xext xpm
GNU_CONFIGURE= yes
Modified: head/x11-wm/mcwm/Makefile
==============================================================================
--- head/x11-wm/mcwm/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/mcwm/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -18,7 +18,7 @@ LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/
libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm
USE_XORG= x11 xrandr
-USE_BZIP2= yes
+USES= tar:bzip2
PLIST_FILES= bin/mcwm bin/hidden man/man1/mcwm.1.gz man/man1/hidden.1.gz
PORTDOCS= README NEWS
Modified: head/x11-wm/pager/Makefile
==============================================================================
--- head/x11-wm/pager/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/pager/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -14,9 +14,8 @@ COMMENT= Pager for sawfish without GNOME
BUILD_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
-USE_XZ= yes
USE_GNOME= gtk20
-USES= gmake pkgconfig
+USES= gmake pkgconfig tar:xz
GNU_CONFIGURE= yes
PLIST_FILES= lib/sawfish/sawfishpager \
Modified: head/x11-wm/pawm/Makefile
==============================================================================
--- head/x11-wm/pawm/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/pawm/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -12,9 +12,8 @@ COMMENT= The Puto Amo Window Manager
LICENSE= GPLv2
-USE_BZIP2= yes
USE_XORG= x11 xft xrandr xrender xpm
-USES= cmake pkgconfig ninja
+USES= cmake pkgconfig ninja tar:bzip2
CMAKE_ARGS= -DCMAKE_CONFIG_PREFIX:STRING="${PREFIX}/etc" \
-DX11_LIBRARY_DIRS:STRING="${LOCALBASE}/lib"
LDFLAGS+= -L${LOCALBASE}/lib -lXext -lXrender
Modified: head/x11-wm/peksystray/Makefile
==============================================================================
--- head/x11-wm/peksystray/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/peksystray/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -12,7 +12,7 @@ COMMENT= System tray dockapp similar to
LICENSE= GPLv2
-USE_BZIP2= yes
+USES= tar:bzip2
USE_XORG= x11 ice sm
GNU_CONFIGURE= yes
Modified: head/x11-wm/pekwm/Makefile
==============================================================================
--- head/x11-wm/pekwm/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/pekwm/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -14,9 +14,8 @@ COMMENT= Light, Unobtrusive, and configu
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png
-USES= pkgconfig iconv gmake
+USES= pkgconfig iconv gmake tar:bzip2
USE_XORG= xft xpm x11
-USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
--enable-xft --enable-image-xpm --enable-image-jpeg \
Modified: head/x11-wm/sawfish/Makefile
==============================================================================
--- head/x11-wm/sawfish/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/sawfish/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -18,8 +18,7 @@ BUILD_DEPENDS= rep-gtk2>=0.90:${PORTSDIR
LIB_DEPENDS= librep.so:${PORTSDIR}/lang/librep
RUN_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2
-USE_XZ= yes
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig tar:xz
USE_XORG= ice sm x11 xft xinerama xrandr xtst
USE_GNOME= cairo gnomehier gtk20
GNU_CONFIGURE= yes
Modified: head/x11-wm/simple-ccsm/Makefile
==============================================================================
--- head/x11-wm/simple-ccsm/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/simple-ccsm/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -12,8 +12,7 @@ COMMENT= A Python/GTK based settings man
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python
-USE_BZIP2= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake pkgconfig tar:bzip2
USE_GNOME= pygtk2
USE_PYTHON= 2
Modified: head/x11-wm/treewm/Makefile
==============================================================================
--- head/x11-wm/treewm/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/treewm/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -14,8 +14,7 @@ LICENSE= GPLv2
OPTIONS_DEFINE= DOCS EXAMPLES
-USE_BZIP2= yes
-USES= gmake imake:env
+USES= gmake imake:env tar:bzip2
USE_XORG= x11 ice sm xext xmu xpm xt xxf86vm
PORTDOCS= AUTHORS ChangeLog INSTALL PROBLEMS README README.tiling TODO
Modified: head/x11-wm/wmconfig/Makefile
==============================================================================
--- head/x11-wm/wmconfig/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/wmconfig/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -11,7 +11,7 @@ COMMENT= Menu generation tool for X wind
LICENSE= GPLv2
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog COPYING README TODO
Modified: head/x11-wm/xfce4-desktop/Makefile
==============================================================================
--- head/x11-wm/xfce4-desktop/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/xfce4-desktop/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -19,10 +19,9 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_BZIP2= yes
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv garcon libmenu libutil libexo xfconf
-USES= pathfix pkgconfig gmake
+USES= pathfix pkgconfig gmake tar:bzip2
USE_XORG= x11 sm
CONFIGURE_ARGS+=--enable-gio-unix \
Modified: head/x11-wm/xfce4-session/Makefile
==============================================================================
--- head/x11-wm/xfce4-session/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/xfce4-session/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -23,9 +23,8 @@ LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x1
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_BZIP2= yes
USE_GNOME= gtk20 glib20 intltool intlhack
-USES= pathfix pkgconfig gmake
+USES= pathfix pkgconfig gmake tar:bzip2
USE_LDCONFIG= yes
USE_XFCE= configenv libmenu libutil xfconf
USE_XORG= x11 sm ice
Modified: head/x11-wm/xfce4-wm/Makefile
==============================================================================
--- head/x11-wm/xfce4-wm/Makefile Mon Jun 2 06:54:29 2014 (r356195)
+++ head/x11-wm/xfce4-wm/Makefile Mon Jun 2 07:16:50 2014 (r356196)
@@ -21,8 +21,7 @@ CONFIGURE_ARGS= --enable-xsync \
--disable-kde-systray
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USES= pathfix pkgconfig gmake
+USES= pathfix pkgconfig gmake tar:bzip2
USE_GNOME= gtk20 intltool intlhack
USE_LDCONFIG= yes
USE_XFCE= configenv libmenu libutil xfconf
More information about the svn-ports-all
mailing list