svn commit: r349973 - in head: editors/yzis emulators/pcsxr games/briquolo multimedia/libdvdnav multimedia/libdvdread security/fakeroot sysutils/pv
Ganael LAPLANCHE
martymac at FreeBSD.org
Thu Apr 3 06:32:16 UTC 2014
Author: martymac
Date: Thu Apr 3 06:32:14 2014
New Revision: 349973
URL: http://svnweb.freebsd.org/changeset/ports/349973
QAT: https://qat.redports.org/buildarchive/r349973/
Log:
Switch to USES=tar for my ports
Modified:
head/editors/yzis/Makefile
head/emulators/pcsxr/Makefile
head/games/briquolo/Makefile
head/multimedia/libdvdnav/Makefile
head/multimedia/libdvdread/Makefile
head/security/fakeroot/Makefile
head/sysutils/pv/Makefile
Modified: head/editors/yzis/Makefile
==============================================================================
--- head/editors/yzis/Makefile Thu Apr 3 06:13:08 2014 (r349972)
+++ head/editors/yzis/Makefile Thu Apr 3 06:32:14 2014 (r349973)
@@ -15,8 +15,7 @@ COMMENT= Vi-like editor
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-USES= cmake gettext perl5
-USE_BZIP2= yes
+USES= tar:bzip2 cmake gettext perl5
USE_XORG= x11 xext ice
USE_LUA= 5.1
LUA_COMPS= lua
Modified: head/emulators/pcsxr/Makefile
==============================================================================
--- head/emulators/pcsxr/Makefile Thu Apr 3 06:13:08 2014 (r349972)
+++ head/emulators/pcsxr/Makefile Thu Apr 3 06:32:14 2014 (r349973)
@@ -19,7 +19,6 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/au
ONLY_FOR_ARCHS= i386 amd64
-USE_BZIP2= yes
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -34,7 +33,7 @@ USE_XORG= x11 xv xext xxf86vm xtst
USE_SDL= sdl
USE_GL= gl
-USES= dos2unix iconv gmake pkgconfig desktop-file-utils
+USES= tar:bzip2 dos2unix iconv gmake pkgconfig desktop-file-utils
DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am)
PORTDOCS= ChangeLog README
Modified: head/games/briquolo/Makefile
==============================================================================
--- head/games/briquolo/Makefile Thu Apr 3 06:13:08 2014 (r349972)
+++ head/games/briquolo/Makefile Thu Apr 3 06:32:14 2014 (r349973)
@@ -14,8 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
-USES= desktop-file-utils gmake iconv
-USE_BZIP2= yes
+USES= tar:bzip2 gmake iconv desktop-file-utils
USE_GL= gl
USE_SDL= mixer sdl ttf
USE_XORG= x11
Modified: head/multimedia/libdvdnav/Makefile
==============================================================================
--- head/multimedia/libdvdnav/Makefile Thu Apr 3 06:13:08 2014 (r349972)
+++ head/multimedia/libdvdnav/Makefile Thu Apr 3 06:32:14 2014 (r349973)
@@ -16,7 +16,6 @@ LICENSE= GPLv2
LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread
-USE_XZ= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure2
CONFIGURE_ARGS= --prefix="${PREFIX}" \
@@ -26,7 +25,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
--incdir="${PREFIX}/include/dvdnav" \
--disable-opts \
--cc="${CC}"
-USES= gmake
+USES= tar:xz gmake
CONFLICTS= libdvdnav-mplayer-[0-9]*
USE_LDCONFIG= yes
Modified: head/multimedia/libdvdread/Makefile
==============================================================================
--- head/multimedia/libdvdread/Makefile Thu Apr 3 06:13:08 2014 (r349972)
+++ head/multimedia/libdvdread/Makefile Thu Apr 3 06:32:14 2014 (r349973)
@@ -14,7 +14,6 @@ COMMENT= MPlayer version of the libdvdre
LICENSE= GPLv2
-USE_XZ= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure2
CONFIGURE_ARGS= --prefix="${PREFIX}" \
@@ -24,7 +23,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
--incdir="${PREFIX}/include/dvdread" \
--disable-opts \
--cc="${CC}"
-USES= gmake
+USES= tar:xz gmake
USE_LDCONFIG= yes
OPTIONS_DEFINE= DVDCSS DEBUG
Modified: head/security/fakeroot/Makefile
==============================================================================
--- head/security/fakeroot/Makefile Thu Apr 3 06:13:08 2014 (r349972)
+++ head/security/fakeroot/Makefile Thu Apr 3 06:32:14 2014 (r349973)
@@ -13,7 +13,7 @@ COMMENT= Simulate the root user behaviou
LICENSE= GPLv3
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ipc=tcp
USE_AUTOTOOLS= libtool
Modified: head/sysutils/pv/Makefile
==============================================================================
--- head/sysutils/pv/Makefile Thu Apr 3 06:13:08 2014 (r349972)
+++ head/sysutils/pv/Makefile Thu Apr 3 06:32:14 2014 (r349973)
@@ -15,9 +15,8 @@ LICENSE= ART20
CONFLICTS= waon-[0-9]*
PROJECTHOST= pipeviewer
-USE_BZIP2= yes
-USES= gmake
+USES= tar:bzip2 gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/pv man/man1/pv.1.gz
More information about the svn-ports-head
mailing list