aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-03-15 15:35:59 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-03-15 15:35:59 +0000
commit587837f8ba8be0bbf224c74e35a67d797485e873 (patch)
treef1f3ba7b1b990e83ede3ef650a0bb69ea6181b2f
parentf3a8e58f521ce4787196e8adf4e6d0d665f4dd94 (diff)
downloadports-587837f8ba8be0bbf224c74e35a67d797485e873.tar.gz
ports-587837f8ba8be0bbf224c74e35a67d797485e873.zip
Notes
-rw-r--r--comms/dabstick-radio/Makefile2
-rw-r--r--comms/jsdr/Makefile2
-rw-r--r--comms/lirc/Makefile3
-rw-r--r--emulators/qemu-devel/Makefile3
-rw-r--r--multimedia/libxine/Makefile3
-rw-r--r--multimedia/linux_v4l2wrapper-kmod/Makefile3
-rw-r--r--multimedia/szap-s2/Makefile3
-rw-r--r--multimedia/v4l-utils/Makefile3
-rw-r--r--multimedia/vdr-plugin-control/Makefile2
-rw-r--r--multimedia/vdr-plugin-epgsearch/Makefile3
-rw-r--r--multimedia/vdr-plugin-extrecmenu/Makefile2
-rw-r--r--multimedia/vdr-plugin-femon/Makefile2
-rw-r--r--multimedia/vdr-plugin-infosatepg/Makefile2
-rw-r--r--multimedia/vdr-plugin-iptv/Makefile2
-rw-r--r--multimedia/vdr-plugin-markad/Makefile3
-rw-r--r--multimedia/vdr-plugin-osdpip/Makefile3
-rw-r--r--multimedia/vdr-plugin-osdteletext/Makefile2
-rw-r--r--multimedia/vdr-plugin-remote/Makefile2
-rw-r--r--multimedia/vdr-plugin-sleeptimer/Makefile2
-rw-r--r--multimedia/vdr-plugin-softhddevice/Makefile3
-rw-r--r--multimedia/vdr-plugin-streamdev/Makefile2
-rw-r--r--multimedia/vdr-plugin-upnp/Makefile2
-rw-r--r--multimedia/vdr-plugin-wirbelscan/Makefile2
-rw-r--r--multimedia/vdr-plugin-xineliboutput/Makefile3
-rw-r--r--multimedia/vdr/Makefile3
-rw-r--r--multimedia/w_scan/Makefile3
-rw-r--r--net/usbredir/Makefile3
-rw-r--r--print/cdlabelgen/Makefile3
-rw-r--r--www/vdradmin-am/Makefile2
29 files changed, 29 insertions, 44 deletions
diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile
index 984b8716572a..abf9c806d88f 100644
--- a/comms/dabstick-radio/Makefile
+++ b/comms/dabstick-radio/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 0.96
PORTREVISION= 4
CATEGORIES= comms audio hamradio
MASTER_SITES= http://www.sdr-j.tk/
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= DAB/DAB+ and wideband FM receiver for RTL2832-based USB sticks
@@ -21,6 +20,7 @@ LIB_DEPENDS+= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \
libfftw3.so:${PORTSDIR}/math/fftw3 \
libfaad.so:${PORTSDIR}/audio/faad
+USES= tar:tgz
USE_QT4= gui qt3support qmake_build moc_build rcc_build uic_build
PORTDOCS= *
diff --git a/comms/jsdr/Makefile b/comms/jsdr/Makefile
index fde8c081fa41..8b7e1d502a29 100644
--- a/comms/jsdr/Makefile
+++ b/comms/jsdr/Makefile
@@ -5,7 +5,6 @@ PORTNAME= jsdr
PORTVERSION= 4.1
CATEGORIES= comms audio hamradio
MASTER_SITES= http://www.sdr-j.tk/
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= SDR tools for RTL2832-based USB sticks
@@ -18,6 +17,7 @@ LIB_DEPENDS+= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
libfftw3.so:${PORTSDIR}/math/fftw3
+USES= tar:tgz
USE_QT4= gui qt3support qmake_build moc_build rcc_build uic_build
PORTDOCS= *
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 45d601f18734..f68be552e887 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -15,9 +15,8 @@ COMMENT= Linux Infrared Remote Control
BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
USE_AUTOTOOLS= libtool automake autoheader aclocal autoconf
-USES= gmake
+USES= gmake tar:bzip2
ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
-USE_BZIP2= yes
USE_XORG= sm x11
USE_PYTHON= yes
USE_CSTD= gnu89
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 2ef5c39c21fb..76d74fe820d3 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -15,8 +15,7 @@ MAINTAINER= nox@FreeBSD.org
COMMENT= QEMU CPU Emulator - development version
HAS_CONFIGURE= yes
-USE_BZIP2= yes
-USES= gmake pkgconfig bison perl5
+USES= gmake pkgconfig bison perl5 tar:bzip2
USE_PERL5= build
USE_PYTHON_BUILD= 2
USE_XORG= pixman
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 508bf3283332..7577bc5cd214 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -37,8 +37,7 @@ BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat
LIB_DEPENDS+= libdvdcss.so.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss
.endif
-USES= gmake iconv pathfix perl5 pkgconfig compiler:features
-USE_XZ= yes
+USES= gmake iconv pathfix perl5 pkgconfig compiler:features tar:xz
GNU_CONFIGURE= yes
WANT_GNOME= yes
USE_XORG= sm x11 xv xinerama
diff --git a/multimedia/linux_v4l2wrapper-kmod/Makefile b/multimedia/linux_v4l2wrapper-kmod/Makefile
index b56db7d83cbc..e8b759e572e2 100644
--- a/multimedia/linux_v4l2wrapper-kmod/Makefile
+++ b/multimedia/linux_v4l2wrapper-kmod/Makefile
@@ -8,7 +8,6 @@ CATEGORIES= multimedia
MASTER_SITES= LOCAL/nox \
http://people.freebsd.org/~ae/
DISTNAME= linux_v4l2_kld
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Linux compatibility layer - V4L2 ioctl handler
@@ -21,7 +20,7 @@ WRKSRC= ${WRKDIR}/linux_v4l2
DEPRECATED= Included now in all supported FreeBSD versions
EXPIRATION_DATE= 2014-03-15
-USES= kmod
+USES= kmod tar:tgz
.include <bsd.port.pre.mk>
diff --git a/multimedia/szap-s2/Makefile b/multimedia/szap-s2/Makefile
index 9f514bd6a326..2422bc2fc9e7 100644
--- a/multimedia/szap-s2/Makefile
+++ b/multimedia/szap-s2/Makefile
@@ -12,8 +12,7 @@ COMMENT= Simple zapping tool for the Linux DVB S2 API
BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/frontend.h:${PORTSDIR}/multimedia/v4l_compat
-USES= gmake
-USE_BZIP2= yes
+USES= gmake tar:bzip2
PATCH_STRIP= -p1
USE_CSTD= gnu89
MAKE_ARGS= INCLUDE=-I"${LOCALBASE}/include"
diff --git a/multimedia/v4l-utils/Makefile b/multimedia/v4l-utils/Makefile
index 87012b05ef36..2c1a42d62c66 100644
--- a/multimedia/v4l-utils/Makefile
+++ b/multimedia/v4l-utils/Makefile
@@ -16,8 +16,7 @@ LIB_DEPENDS= v4l2.0:${PORTSDIR}/multimedia/libv4l \
MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DPREFIX=\\\"${PREFIX}\\\"" \
LIBDIR="${PREFIX}/lib" LDFLAGS="-L${LOCALBASE}/lib -largp"
-USE_BZIP2= yes
-USES= gmake
+USES= gmake tar:bzip2
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/utils
diff --git a/multimedia/vdr-plugin-control/Makefile b/multimedia/vdr-plugin-control/Makefile
index d794254ce839..af66e9f638ff 100644
--- a/multimedia/vdr-plugin-control/Makefile
+++ b/multimedia/vdr-plugin-control/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 13
CATEGORIES= multimedia
MASTER_SITES= http://ricomp.de/vdr/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a45/a/}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
PATCH_SITES= http://ppa.launchpad.net/the-vdr-team/unstable-plugins/ubuntu/pool/main/v/vdr-plugin-control/ \
${MASTER_SITE_LOCAL}
@@ -17,6 +16,7 @@ PATCHFILES= ${PORTNAME}_${PORTVERSION:S/a45/a-45/}yavdr1.diff.gz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - telnet control plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-epgsearch/Makefile b/multimedia/vdr-plugin-epgsearch/Makefile
index 4a3ceee162ba..79e2aafe41c6 100644
--- a/multimedia/vdr-plugin-epgsearch/Makefile
+++ b/multimedia/vdr-plugin-epgsearch/Makefile
@@ -15,8 +15,7 @@ COMMENT= Video Disk Recorder - EPG search plugin
LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \
libtre.so:${PORTSDIR}/textproc/libtre
-USES= pkgconfig
-USE_BZIP2= yes
+USES= pkgconfig tar:bzip2
PATCH_STRIP= -p1
PORTDOCS= COPYING README HISTORY
WRKSRC= ${WRKDIR}/vdr-plugin-${PLUGIN}
diff --git a/multimedia/vdr-plugin-extrecmenu/Makefile b/multimedia/vdr-plugin-extrecmenu/Makefile
index 8f555fb779db..40679fad15f4 100644
--- a/multimedia/vdr-plugin-extrecmenu/Makefile
+++ b/multimedia/vdr-plugin-extrecmenu/Makefile
@@ -7,11 +7,11 @@ PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/936/
DISTNAME= vdr-${PLUGIN}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - extended recordings menu
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-femon/Makefile b/multimedia/vdr-plugin-femon/Makefile
index 1b777239348e..cbea2fb0913d 100644
--- a/multimedia/vdr-plugin-femon/Makefile
+++ b/multimedia/vdr-plugin-femon/Makefile
@@ -7,11 +7,11 @@ PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - frontend monitor plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-infosatepg/Makefile b/multimedia/vdr-plugin-infosatepg/Makefile
index 3147b6bbfcf4..52baec82ad16 100644
--- a/multimedia/vdr-plugin-infosatepg/Makefile
+++ b/multimedia/vdr-plugin-infosatepg/Makefile
@@ -7,11 +7,11 @@ PORTREVISION= 17
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/342/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - infosat EPG plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-iptv/Makefile b/multimedia/vdr-plugin-iptv/Makefile
index 1fc8e674583c..c3aef74b02de 100644
--- a/multimedia/vdr-plugin-iptv/Makefile
+++ b/multimedia/vdr-plugin-iptv/Makefile
@@ -7,11 +7,11 @@ PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - IP television plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-markad/Makefile b/multimedia/vdr-plugin-markad/Makefile
index 3c135537571f..963accc7dcee 100644
--- a/multimedia/vdr-plugin-markad/Makefile
+++ b/multimedia/vdr-plugin-markad/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 0.1.4
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1041/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - MarkAd plugin
@@ -14,7 +13,7 @@ COMMENT= Video Disk Recorder - MarkAd plugin
LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-USES= pkgconfig
+USES= pkgconfig tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-osdpip/Makefile b/multimedia/vdr-plugin-osdpip/Makefile
index 041d872437b8..dcfef38a35b6 100644
--- a/multimedia/vdr-plugin-osdpip/Makefile
+++ b/multimedia/vdr-plugin-osdpip/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/880/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
PATCH_SITES= http://projects.vdr-developer.org/attachments/download/893/
PATCHFILES= osdpip-vdr-1.7.26.diff
@@ -17,7 +16,7 @@ COMMENT= Video Disk Recorder - picture-in-picture plugin
LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
-USES= pkgconfig
+USES= pkgconfig tar:tgz
DIST_SUBDIR= vdr
PATCH_STRIP= -p1
PATCH_DIST_STRIP= -p1
diff --git a/multimedia/vdr-plugin-osdteletext/Makefile b/multimedia/vdr-plugin-osdteletext/Makefile
index 52fcf16d7650..4f2f611a6a33 100644
--- a/multimedia/vdr-plugin-osdteletext/Makefile
+++ b/multimedia/vdr-plugin-osdteletext/Makefile
@@ -7,11 +7,11 @@ PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/899/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - OSD teletext plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-remote/Makefile b/multimedia/vdr-plugin-remote/Makefile
index 336faa536659..34ff2d372108 100644
--- a/multimedia/vdr-plugin-remote/Makefile
+++ b/multimedia/vdr-plugin-remote/Makefile
@@ -7,11 +7,11 @@ PORTREVISION= 13
CATEGORIES= multimedia
MASTER_SITES= http://www.escape-edv.de/endriss/vdr/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - remote control plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-sleeptimer/Makefile b/multimedia/vdr-plugin-sleeptimer/Makefile
index 88939a4ede72..88415bc9e0f0 100644
--- a/multimedia/vdr-plugin-sleeptimer/Makefile
+++ b/multimedia/vdr-plugin-sleeptimer/Makefile
@@ -6,11 +6,11 @@ PORTVERSION= 0.8.2
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/652/
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - sleep timer plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-softhddevice/Makefile b/multimedia/vdr-plugin-softhddevice/Makefile
index bf34df775360..cb4bdbb4f93c 100644
--- a/multimedia/vdr-plugin-softhddevice/Makefile
+++ b/multimedia/vdr-plugin-softhddevice/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1000/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - softhddevice plugin
@@ -17,7 +16,7 @@ LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \
libasound.so:${PORTSDIR}/audio/alsa-lib
-USES= pkgconfig
+USES= pkgconfig tar:tgz
USE_XORG+= xv x11 xcb xinerama
USE_GL+= gl glu
PATCH_STRIP= -p1
diff --git a/multimedia/vdr-plugin-streamdev/Makefile b/multimedia/vdr-plugin-streamdev/Makefile
index cbee81a5e59d..66714ead64ee 100644
--- a/multimedia/vdr-plugin-streamdev/Makefile
+++ b/multimedia/vdr-plugin-streamdev/Makefile
@@ -9,13 +9,13 @@ MASTER_SITES= http://projects.vdr-developer.org/attachments/download/953/:releas
LOCAL:snapshot
MASTER_SITE_SUBDIR= nox/:snapshot
DISTFILES= ${DISTNAME:S/plugin-//}${EXTRACT_SUFX}:release
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - stream device plugin
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
+USES= tar:tgz
PORTDOCS= COPYING README HISTORY
HAVE_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
diff --git a/multimedia/vdr-plugin-upnp/Makefile b/multimedia/vdr-plugin-upnp/Makefile
index 6a166500f47a..5063c18d0383 100644
--- a/multimedia/vdr-plugin-upnp/Makefile
+++ b/multimedia/vdr-plugin-upnp/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 23
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/177/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - UPnP/DLNA plugin (alpha!)
@@ -17,6 +16,7 @@ LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
libupnp.so:${PORTSDIR}/devel/upnp \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
+USES= tar:tgz
DIST_SUBDIR= vdr
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
diff --git a/multimedia/vdr-plugin-wirbelscan/Makefile b/multimedia/vdr-plugin-wirbelscan/Makefile
index 26563045011f..2d3d6120e493 100644
--- a/multimedia/vdr-plugin-wirbelscan/Makefile
+++ b/multimedia/vdr-plugin-wirbelscan/Makefile
@@ -7,11 +7,11 @@ PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://wirbel.htpc-forum.de/wirbelscan/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - wirbelscan plugin
+USES= tar:tgz
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile
index 56d53ae2778f..64dee3af8c5f 100644
--- a/multimedia/vdr-plugin-xineliboutput/Makefile
+++ b/multimedia/vdr-plugin-xineliboutput/Makefile
@@ -19,9 +19,8 @@ LIB_DEPENDS+= libxine.so:${PORTSDIR}/multimedia/libxine \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libvdpau.so:${PORTSDIR}/multimedia/libvdpau
-USE_BZIP2= yes
PATCH_STRIP= -p1
-USES= pkgconfig
+USES= pkgconfig tar:bzip2
USE_XORG+= xrandr xrender
USE_GL= gl glu glut
PORTDOCS= COPYING README HISTORY
diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile
index 3ba2ce64e839..b7fab6f6cce1 100644
--- a/multimedia/vdr/Makefile
+++ b/multimedia/vdr/Makefile
@@ -22,9 +22,8 @@ DVBPATCH_DESC= DVB audio patch for some countries
STB0899_SIGNAL_DESC= STB0899 signal strength patch
OPTIONS_DEFAULT= IPTVPATCH TTXPATCH
-USES= pkgconfig gettext iconv:wchar_t gmake
+USES= pkgconfig gettext iconv:wchar_t gmake tar:bzip2
DIST_SUBDIR= vdr
-USE_BZIP2= yes
PORTDOCS= COPYING INSTALL MANUAL README HISTORY
CONFDIR= $(ETCDIR)
USE_CSTD= gnu89
diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile
index 2508080a2634..451497bc4603 100644
--- a/multimedia/w_scan/Makefile
+++ b/multimedia/w_scan/Makefile
@@ -16,10 +16,9 @@ LINUX_DESC= Install Linux binary too (linux-w_scan)
.include <bsd.port.options.mk>
-USE_BZIP2= yes
GNU_CONFIGURE= yes
PATCH_STRIP= -lp1
-USES+= gettext iconv
+USES+= gettext iconv tar:bzip2
CPPFLAGS+= -I"${LOCALBASE}/include"
LDFLAGS+= -L"${LOCALBASE}/lib\ ${ICONV_LIB}"
PORTDOCS= COPYING ChangeLog README
diff --git a/net/usbredir/Makefile b/net/usbredir/Makefile
index ebdb54af0b9a..c59dba3a03ef 100644
--- a/net/usbredir/Makefile
+++ b/net/usbredir/Makefile
@@ -9,8 +9,7 @@ MASTER_SITES= http://spice-space.org/download/usbredir/
MAINTAINER= nox@FreeBSD.org
COMMENT= protocol for redirection of USB traffic
-USE_BZIP2= yes
-USES= gmake pkgconfig
+USES= gmake pkgconfig tar:bzip2
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
MAKE_ARGS+= PREFIX=${PREFIX}
diff --git a/print/cdlabelgen/Makefile b/print/cdlabelgen/Makefile
index f456e262baf9..efda7d6bafe3 100644
--- a/print/cdlabelgen/Makefile
+++ b/print/cdlabelgen/Makefile
@@ -5,12 +5,11 @@ PORTNAME= cdlabelgen
PORTVERSION= 4.2.0
CATEGORIES= print perl5
MASTER_SITES= http://www.aczoom.com/pub/tools/
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Generate postscript for frontcards and traycards for CDs
-USES= perl5
+USES= perl5 tar:tgz
MAKE_ARGS= BASE_DIR="${STAGEDIR}${PREFIX}" \
LIB_DIR="${STAGEDIR}${DATADIR}" \
INSTALL="${INSTALL_SCRIPT}" \
diff --git a/www/vdradmin-am/Makefile b/www/vdradmin-am/Makefile
index 6d0141f7ef68..cfe4b8fc577c 100644
--- a/www/vdradmin-am/Makefile
+++ b/www/vdradmin-am/Makefile
@@ -27,7 +27,7 @@ RUN_DEPENDS= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \
DIST_SUBDIR= vdr
PATCH_STRIP= -p1
-USE_BZIP2= yes
+USES= tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/}-${DISTVERSION}
NO_BUILD= yes
USE_RC_SUBR= vdradmind