Skip to content

Commit

Permalink
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Browse files Browse the repository at this point in the history
Approved by:	portmgr (not really, but touches unstaged ports)
  • Loading branch information
assistcontrol committed Jul 29, 2014
1 parent f9ace84 commit 38fe742
Show file tree
Hide file tree
Showing 426 changed files with 426 additions and 853 deletions.
3 changes: 1 addition & 2 deletions archivers/file-roller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip

USE_LDCONFIG= yes
USE_BZIP2= yes
USES= desktop-file-utils gettext gmake pathfix pkgconfig
USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix intlhack gnomedocutils gtk20 gconf2
Expand Down
3 changes: 1 addition & 2 deletions audio/amarok-kde4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ USE_QT4= corelib dbus designer gui network opengl \
phonon script sql svg webkit xml \
qmake_build moc_build rcc_build uic_build
USE_XORG= x11
USE_BZIP2= yes
USES= cmake pkgconfig shared-mime-info
USES= cmake pkgconfig shared-mime-info tar:bzip2
USE_LDCONFIG= yes

BROKEN_sparc64= does not build (GCC-related error)
Expand Down
3 changes: 1 addition & 2 deletions audio/freedesktop-sound-theme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ DISTNAME= sound-theme-freedesktop-${PORTVERSION}
MAINTAINER= [email protected]
COMMENT= Sound theme based on the FreeDesktop specification

USE_BZIP2= yes
USE_GNOME= gnomehier intlhack
USES= gettext gmake
USES= gettext gmake tar:bzip2
GNU_CONFIGURE= yes

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions audio/ipod-sharp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/podsleuth.pc:${PORTSDIR}/misc/podsle
${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib

GNU_CONFIGURE= yes
USE_BZIP2= yes
NO_STAGE= yes
USES= gmake pathfix pkgconfig
USES= gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gtksharp20

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions audio/lastfm-desktop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ LIB_DEPENDS= liblastfm.so:${PORTSDIR}/audio/liblastfm \
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libgpod.so:${PORTSDIR}/audio/libgpod

USES= pkgconfig qmake
USE_BZIP2= yes
USES= pkgconfig qmake tar:bzip2
USE_QT4= gui linguist_build moc_build network phonon \
rcc_build uic_build webkit xml
LASTFM= ${PORTNAME}${PKGNAMESUFFIX}
Expand Down
3 changes: 1 addition & 2 deletions audio/liquidsoap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ WGET_DESC= for downloading remote files (http, https, ftp)

MAKE_JOBS_UNSAFE= yes

USE_BZIP2= yes
NO_STAGE= yes

USE_RC_SUBR= liquidsoap
Expand All @@ -72,7 +71,7 @@ NO_OCAML_RUNDEPENDS= yes
USE_AUTOTOOLS= autoconf:env automake:env
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
USES= gmake pkgconfig
USES= gmake pkgconfig tar:bzip2

CONFIGURE_ARGS= --disable-gui --localstatedir=/var
CFLAGS+= -I${LOCALBASE}/${OCAML_LIBDIR}
Expand Down
3 changes: 1 addition & 2 deletions biology/crux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ MASTER_SITES= http://www.canonware.com/download/Crux/
MAINTAINER= [email protected]
COMMENT= Software toolkit for phylogenetic inference

USES= fortran gmake
USE_BZIP2= yes
USES= fortran gmake tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} --disable-mpi
USE_CSTD= gnu99
Expand Down
3 changes: 1 addition & 2 deletions biology/pymol/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
VERSION= 1.5.0.1
SVNREVISION= 3978

USE_BZIP2= yes
WRKSRC= ${WRKDIR}/pymol-${PORTVERSION}
USE_GL= glut glew
USES= gmake
USES= gmake tar:bzip2
USE_PYTHON= yes
PLIST_SUB= PYMOL_VER=${VERSION} PYTHON_VER=${PYTHON_VER}

Expand Down
3 changes: 1 addition & 2 deletions comms/gammu-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ CONFLICTS= gammu-[1-9]* gammu-python-[1-9]*

CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata

USES= cmake gettext pkgconfig
USES= cmake gettext pkgconfig tar:bzip2
USE_PYTHON= yes
USE_GNOME= glib20
USE_BZIP2= yes
USE_LDCONFIG= yes

PORTDOCS= *
Expand Down
3 changes: 1 addition & 2 deletions comms/gtkmmorse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26

USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
USES= pkgconfig tar:bzip2

PLIST_FILES= bin/gtkmmorse \
man/man1/gtkmmorse.1.gz
Expand Down
3 changes: 1 addition & 2 deletions comms/hamfax/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ USE_QT4= gui moc_build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USES= gmake pkgconfig
USE_BZIP2= yes
USES= gmake pkgconfig tar:bzip2

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions comms/libfec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ COMMENT= Several forward error correction (FEC) decoders
MAKEFILE= makefile

GNU_CONFIGURE= yes
USES= gmake
USE_BZIP2= yes
USES= gmake tar:bzip2
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64
PLIST_FILES= include/fec.h \
Expand Down
3 changes: 1 addition & 2 deletions comms/libimobiledevice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ LICENSE?= LGPL21

SLAVE_PORT?= no

USES= pkgconfig
USE_BZIP2= yes
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= openssl_LIBS=-lssl
CFLAGS+= -I${LOCALBASE}/include
Expand Down
3 changes: 1 addition & 2 deletions comms/usbmuxd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch

LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist

USE_BZIP2= yes
USES= cmake pkgconfig
USES= cmake pkgconfig tar:bzip2
USE_LDCONFIG= yes

PORTDOCS= AUTHORS README README.devel
Expand Down
3 changes: 1 addition & 2 deletions comms/wsjt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \
${PYNUMPY}

ALL_TARGET= build
USES= fortran gmake
USE_BZIP2= yes
USES= fortran gmake tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
--with-portaudio-include-dir=${LOCALBASE}/include/portaudio2 \
Expand Down
3 changes: 1 addition & 2 deletions converters/wkhtmltopdf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ LIB_DEPENDS+= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png

USE_BZIP2= yes

USES= pkgconfig gmake perl5 iconv
USES= pkgconfig gmake perl5 iconv tar:bzip2
USE_XORG= x11 xext xrender
USE_PERL5= build
USE_LDCONFIG= yes
Expand Down
3 changes: 1 addition & 2 deletions databases/p5-GDBM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
EXTRACT_AFTER_ARGS= ${DISTNAME}/ext/GDBM_File ${DISTNAME}/t/lib

CFLAGS+= -I${LOCALBASE}/include
USES= perl5
USES= perl5 tar:bzip2
USE_PERL5= configure
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/GDBM_File

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions databases/postgresql-plruby/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ GH_ACCOUNT= CraigCottingham
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= f8d9ced

USES= uidfix
USE_BZIP2= yes
USES= uidfix tar:bzip2
USE_PGSQL= server
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
Expand Down
3 changes: 1 addition & 2 deletions databases/usogres/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ MASTER_SITES= http://usogres.good-day.net/download/
MAINTAINER= [email protected]
COMMENT= Real-time backup utility for PostgreSQL

USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= gmake
USES= gmake tar:bzip2
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message

Expand Down
3 changes: 1 addition & 2 deletions deskutils/alacarte/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= [email protected]
COMMENT= Editor for the freedesktop.org menu specification

USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix pygnomedesktop intlhack
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig tar:bzip2
USE_PYTHON= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
Expand Down
3 changes: 1 addition & 2 deletions deskutils/cdcat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ OPTIONS_DEFINE= DOCS
CONFIGURE_WRKSRC= ${WRKSRC}/src
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}

USE_BZIP2= yes
USES= qmake:norecursive
USES= qmake:norecursive tar:bzip2
USE_QT4= corelib gui xml linguist_build moc_build uic_build
QMAKE_ARGS= INCLUDEPATH+="${L7Z_WRKSRC}/Lib7Zip" \
INCLUDEPATH+="${MIF_WRKSRC}/MediaInfoLib/Source" \
Expand Down
3 changes: 1 addition & 2 deletions deskutils/deskbar-applet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ COMMENT= Omnipresent versatile search interface
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus

USE_BZIP2= yes
USES= pathfix gettext gmake pkgconfig
USES= pathfix gettext gmake pkgconfig tar:bzip2
USE_GNOME= gnomeprefix pygnomedesktop intlhack
USE_PYTHON= yes
GNU_CONFIGURE= yes
Expand Down
3 changes: 1 addition & 2 deletions deskutils/gnome-blog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= [email protected]
COMMENT= GNOME app to post to blogs

USE_BZIP2= yes
USE_PYTHON= yes
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack
CPPFLAGS+= -I${LOCALBASE}/include
Expand Down
3 changes: 1 addition & 2 deletions deskutils/gnome-main-menu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ COMMENT= Provides easy access to sets of GNOME applications

LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop

USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \
libgnomeui
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`
Expand Down
3 changes: 1 addition & 2 deletions deskutils/gnome-utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ CONFLICTS= baobob-3.[0-9]* gnome-dictionary-3.[0-9]* \
gnome-font-viewer-3.[0-9]* gnome-screenshot-3.[0-9]* \
gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]*

USE_BZIP2= yes
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig tar:bzip2
INSTALLS_OMF= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
Expand Down
3 changes: 1 addition & 2 deletions deskutils/gtweakui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= [email protected]
COMMENT= Collection of simple dialogs as a front end to GConf

USE_BZIP2= yes
USES= gmake pathfix pkgconfig
USES= gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gnomeprefix libgnomeui gconf2 libglade2 intlhack
GNU_CONFIGURE= yes

Expand Down
3 changes: 1 addition & 2 deletions deskutils/hamster-applet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus

USE_BZIP2= yes
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig tar:bzip2
USE_PYTHON= yes
USE_XORG= xscrnsaver
USE_GNOME= gnomeprefix intlhack gnomehack pygnomedesktop \
Expand Down
3 changes: 1 addition & 2 deletions deskutils/libgcal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libxml2.so:${PORTSDIR}/textproc/libxml2

USE_BZIP2= yes
USES= cmake iconv
USES= cmake iconv tar:bzip2
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
-DENABLE_TESTS=OFF
USE_LDCONFIG= yes
Expand Down
3 changes: 1 addition & 2 deletions deskutils/libopensync-plugin-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022

CONFLICTS= libopensync-plugin-python-devel-[0-9]*

USES= pkgconfig
USE_BZIP2= yes
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_PYTHON= yes

Expand Down
3 changes: 1 addition & 2 deletions deskutils/libopensync-plugin-sunbird/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ COMMENT= Sunbird plugin for the OpenSync framework
LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \
libneon.so:${PORTSDIR}/www/neon29

USES= pkgconfig
USE_BZIP2= yes
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= glib20 libxml2

Expand Down
3 changes: 1 addition & 2 deletions deskutils/logjam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ COMMENT= GTK2 interface to livejournals, ie www.livejournal.com
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib

USES= pkgconfig gmake pathfix
USE_BZIP2= yes
USES= pkgconfig gmake pathfix tar:bzip2
WANT_GNOME= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gtk20 libxml2 intlhack
Expand Down
3 changes: 1 addition & 2 deletions deskutils/mdh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ COMMENT= GTK2-based toolbar, like a smaller GNOME panel

LICENSE= GPLv2 # (or later)

USE_BZIP2= yes
USE_GNOME= gtk20
USES= gmake pkgconfig
USES= gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes

CPPFLAGS+= -I${LOCALBASE}/include
Expand Down
3 changes: 1 addition & 2 deletions deskutils/notification-daemon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix intlhack gtk30
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig tar:bzip2
USE_XORG= x11
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
Expand Down
3 changes: 1 addition & 2 deletions deskutils/qlabels/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= [email protected]
COMMENT= Labels and business cards creating

USES= qmake
USE_BZIP2= yes
USES= qmake tar:bzip2
USE_QT4= xml gui corelib uic_build moc_build rcc_build
WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}

Expand Down
3 changes: 1 addition & 2 deletions deskutils/qtm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ COMMENT= Blog management application based on Qt 4

LICENSE= GPLv2

USE_BZIP2= yes
USES= cmake
USES= cmake tar:bzip2
USE_QT4= corelib dbus gui network xml \
moc_build qmake_build rcc_build uic_build
USE_OPENSSL= yes
Expand Down
3 changes: 1 addition & 2 deletions deskutils/semantik/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ NO_OCAML_RUNDEPENDS= yes
USE_PYTHON= yes
USE_QT4= corelib gui linguist_build svg webkit xml \
moc_build qmake_build uic_build
USES= pkgconfig shebangfix
USE_BZIP2= yes
USES= pkgconfig shebangfix tar:bzip2
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \
PATH="${KDE4_PREFIX}/bin:$$PATH" \
WAF_HOME="${WRKSRC}"
Expand Down
3 changes: 1 addition & 2 deletions deskutils/strigi/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ DESCR= ${.CURDIR}/../strigi/pkg-descr

CONFLICTS_INSTALL= strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1

USE_BZIP2= yes
USES+= cmake:outsource
USES+= cmake:outsource tar:bzip2
CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}

PLIST_SUB= SHLIB_VER=${STRIGI_VERSION}
Expand Down
Loading

0 comments on commit 38fe742

Please sign in to comment.