Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2014 07:51:45 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356201 - in head/x11-fm: emelfm2 krusader2 rox-filer thunar thunar-vfs worker
Message-ID:  <201406020751.s527pjIo070257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Jun  2 07:51:44 2014
New Revision: 356201
URL: http://svnweb.freebsd.org/changeset/ports/356201
QAT: https://qat.redports.org/buildarchive/r356201/

Log:
  - Convert BZIP2 to USES

Modified:
  head/x11-fm/emelfm2/Makefile
  head/x11-fm/krusader2/Makefile
  head/x11-fm/rox-filer/Makefile
  head/x11-fm/thunar-vfs/Makefile
  head/x11-fm/thunar/Makefile
  head/x11-fm/worker/Makefile

Modified: head/x11-fm/emelfm2/Makefile
==============================================================================
--- head/x11-fm/emelfm2/Makefile	Mon Jun  2 07:46:01 2014	(r356200)
+++ head/x11-fm/emelfm2/Makefile	Mon Jun  2 07:51:44 2014	(r356201)
@@ -10,8 +10,7 @@ COMMENT=	The gtk2+ port of emelfm, a fas
 
 LICENSE=	GPLv3
 
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install
 

Modified: head/x11-fm/krusader2/Makefile
==============================================================================
--- head/x11-fm/krusader2/Makefile	Mon Jun  2 07:46:01 2014	(r356200)
+++ head/x11-fm/krusader2/Makefile	Mon Jun  2 07:51:44 2014	(r356201)
@@ -10,8 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	Twin panel file manager for KDE, like midnight or norton commander
 
-USE_BZIP2=	yes
-USES=		cmake:outsource gettext
+USES=		cmake:outsource gettext tar:bzip2
 USE_KDE4=	kdelibs kdeprefix kdehier automoc4
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 

Modified: head/x11-fm/rox-filer/Makefile
==============================================================================
--- head/x11-fm/rox-filer/Makefile	Mon Jun  2 07:46:01 2014	(r356200)
+++ head/x11-fm/rox-filer/Makefile	Mon Jun  2 07:51:44 2014	(r356201)
@@ -15,10 +15,9 @@ RUN_DEPENDS=	${LOCALBASE}/share/mime/pac
 PLIST_SUB+=	LOCALBASE=${LOCALBASE}
 
 USE_AUTOTOOLS=	autoconf213
-USE_BZIP2=	yes
 USE_XORG=	x11 sm xaw xproto
 USE_GNOME=	atk gconf2 glib20 gnomevfs2 gtk20 libglade2 libidl libxml2 orbit2 pango
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig tar:bzip2
 HAS_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>

Modified: head/x11-fm/thunar-vfs/Makefile
==============================================================================
--- head/x11-fm/thunar-vfs/Makefile	Mon Jun  2 07:46:01 2014	(r356200)
+++ head/x11-fm/thunar-vfs/Makefile	Mon Jun  2 07:51:44 2014	(r356201)
@@ -17,13 +17,12 @@ LIB_DEPENDS=	libpng15.so:${PORTSDIR}/gra
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libgamin-1.so:${PORTSDIR}/devel/gamin
 
-USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk20 gdkpixbuf2 intltool intlhack
 USE_XFCE=	configenv libutil libexo
 USE_XORG=	x11
-USES=		gmake pathfix perl5 pkgconfig desktop-file-utils
+USES=		gmake pathfix perl5 pkgconfig desktop-file-utils tar:bzip2
 
 CONFIGURE_ARGS=	--disable-debug
 

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Mon Jun  2 07:46:01 2014	(r356200)
+++ head/x11-fm/thunar/Makefile	Mon Jun  2 07:51:44 2014	(r356201)
@@ -16,12 +16,11 @@ LIB_DEPENDS=	libtumbler-1.so:${PORTSDIR}
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USE_BZIP2=	yes
 USE_GNOME=	gtk20 intltool intlhack gdkpixbuf2
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv libexo libmenu libutil
 USE_XORG=	sm x11
-USES=		desktop-file-utils gmake pathfix perl5 pkgconfig
+USES=		desktop-file-utils gmake pathfix perl5 pkgconfig tar:bzip2
 
 OPTIONS_DEFINE=	DBUS DOCS GVFS NLS NOTIFY STARTUP
 OPTIONS_GROUP=	PLUGINS

Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile	Mon Jun  2 07:46:01 2014	(r356200)
+++ head/x11-fm/worker/Makefile	Mon Jun  2 07:51:44 2014	(r356201)
@@ -17,10 +17,9 @@ RUN_DEPENDS+=	bash:${PORTSDIR}/shells/ba
 
 GNU_CONFIGURE=	yes
 USE_XORG=	x11
-USE_BZIP2=	yes
 USE_GCC=	yes
 
-USES=	shebangfix
+USES=	shebangfix tar:bzip2
 SHEBANG_FILES=	${WRKSRC}/scripts/*.sh \
 		${WRKSRC}/scripts/xeditor
 



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