From owner-svn-ports-head@FreeBSD.ORG Mon May 12 10:53:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77B30606; Mon, 12 May 2014 10:53:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 633062568; Mon, 12 May 2014 10:53:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CArquI067517; Mon, 12 May 2014 10:53:52 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CArgPM067454; Mon, 12 May 2014 10:53:42 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201405121053.s4CArgPM067454@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 12 May 2014 10:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353800 - in head: databases/kbibtex deskutils/plasma-applet-qstardict editors/kile-kde4 editors/texmaker emulators/aqemu emulators/dboxfe emulators/qtemu ftp/plasma-applet-ftpmonitor g... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 10:53:52 -0000 Author: makc Date: Mon May 12 10:53:41 2014 New Revision: 353800 URL: http://svnweb.freebsd.org/changeset/ports/353800 QAT: https://qat.redports.org/buildarchive/r353800/ Log: Convert my ports to USES=tar Modified: head/databases/kbibtex/Makefile head/deskutils/plasma-applet-qstardict/Makefile head/editors/kile-kde4/Makefile head/editors/texmaker/Makefile head/emulators/aqemu/Makefile head/emulators/dboxfe/Makefile head/emulators/qtemu/Makefile head/ftp/plasma-applet-ftpmonitor/Makefile head/games/hexxagon/Makefile head/games/kmancala/Makefile head/games/supertux-devel/Makefile head/games/supertux/Makefile head/games/trigger/Makefile head/games/warmux/Makefile head/graphics/fraqtive/Makefile head/irc/kvirc/Makefile head/math/qtiplot-doc/Makefile head/math/qtiplot/Makefile head/multimedia/subtitlecomposer-kde4/Makefile head/net-im/psi/Makefile head/net-p2p/ktorrent/Makefile head/net-p2p/libktorrent/Makefile head/net/knemo-kde4/Makefile head/russian/stardict-bars/Makefile head/russian/stardict-dal/Makefile head/russian/stardict-mueller7/Makefile head/russian/stardict-mueller7accent/Makefile head/security/pinentry/Makefile head/sysutils/krename-kde4/Makefile head/textproc/qstardict/Makefile head/textproc/stardict-BritannicaConcise/Makefile head/textproc/stardict-MerrianWebster/Makefile head/textproc/stardict-OxfordCollocation/Makefile head/textproc/stardict-dictd_mova/Makefile head/textproc/stardict-longman/Makefile head/textproc/stardict-oald/Makefile head/textproc/stardict-quick/Makefile head/textproc/stardict-rptts/Makefile head/www/rekonq/Makefile head/x11-themes/gtk-qt4-engine/Makefile head/x11-themes/kde4-style-polyester/Makefile head/x11-themes/qtcurve-gtk2/Makefile head/x11-themes/qtcurve-kde4/Makefile head/x11-themes/qtcurve-qt4/Makefile head/x11-toolkits/qwt5-designerplugin/Makefile head/x11-toolkits/qwt5/Makefile head/x11-toolkits/qwt6-designerplugin/Makefile head/x11-toolkits/qwt6/Makefile head/x11/gtkchtheme/Makefile Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/databases/kbibtex/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -12,8 +12,7 @@ COMMENT= Bibliography editor for KDE LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 -USE_BZIP2= yes -USES= cmake shared-mime-info +USES= cmake shared-mime-info tar:bzip2 USE_GNOME= libxml2 libxslt USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build \ Modified: head/deskutils/plasma-applet-qstardict/Makefile ============================================================================== --- head/deskutils/plasma-applet-qstardict/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/deskutils/plasma-applet-qstardict/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -12,8 +12,7 @@ COMMENT= Dictionary plasma applet for KD RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:${PORTSDIR}/textproc/qstardict -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= qmake_build uic_build moc_build rcc_build USE_KDE4= automoc4 kdeprefix kdelibs CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma Modified: head/editors/kile-kde4/Makefile ============================================================================== --- head/editors/kile-kde4/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/editors/kile-kde4/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -12,8 +12,7 @@ COMMENT= LaTeX source editor for KDE RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick -USE_BZIP2= yes -USES= cmake shared-mime-info +USES= cmake shared-mime-info tar:bzip2 USE_QT4= qmake_build moc_build rcc_build uic_build USE_KDE4= kdeprefix kdelibs automoc4 kate_run USE_TEX= latex Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/editors/texmaker/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -13,8 +13,7 @@ COMMENT= LaTeX Development Environment LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler \ libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 -USES= desktop-file-utils pkgconfig qmake -USE_BZIP2= yes +USES= desktop-file-utils pkgconfig qmake tar:bzip2 USE_GHOSTSCRIPT_RUN= yes USE_QT4= gui network xml webkit \ moc_build rcc_build uic_build Modified: head/emulators/aqemu/Makefile ============================================================================== --- head/emulators/aqemu/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/emulators/aqemu/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -10,10 +10,9 @@ COMMENT= Qt 4 based Qemu frontend LIB_DEPENDS= libvncclient.so:${PORTSDIR}/net/libvncserver -USE_BZIP2= yes USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \ linguist_build -USES= cmake +USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} .include Modified: head/emulators/dboxfe/Makefile ============================================================================== --- head/emulators/dboxfe/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/emulators/dboxfe/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -12,9 +12,8 @@ COMMENT= Qt4 based configuration manager RUN_DEPENDS= dosbox:${PORTSDIR}/emulators/dosbox -USE_BZIP2= yes USE_QT4= gui network xml uic_build moc_build qmake_build rcc_build -USES= qmake +USES= qmake tar:bzip2 PLIST_FILES= bin/dboxfe \ bin/dboxfetray \ Modified: head/emulators/qtemu/Makefile ============================================================================== --- head/emulators/qtemu/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/emulators/qtemu/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,9 +9,8 @@ MASTER_SITES= SF MAINTAINER= makc@FreeBSD.org COMMENT= Qt 4 based frontend for QEMU -USE_BZIP2= yes USE_QT4= gui xml uic_build moc_build rcc_build -USES= qmake +USES= qmake tar:bzip2 CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ Modified: head/ftp/plasma-applet-ftpmonitor/Makefile ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/ftp/plasma-applet-ftpmonitor/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -10,8 +10,7 @@ PKGNAMEPREFIX= plasma-applet- MAINTAINER= makc@FreeBSD.org COMMENT= KDE4 Plasma applet, which monitors connections to ftp daemons -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build Modified: head/games/hexxagon/Makefile ============================================================================== --- head/games/hexxagon/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/games/hexxagon/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,8 +11,7 @@ COMMENT= Strategy hexagon game LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ Modified: head/games/kmancala/Makefile ============================================================================== --- head/games/kmancala/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/games/kmancala/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,8 +11,7 @@ DISTNAME= kMancala-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Board game for KDE, also known as Mancala or Kalah -USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 libkdegames USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/games/supertux-devel/Makefile ============================================================================== --- head/games/supertux-devel/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/games/supertux-devel/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -14,10 +14,9 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/de libcurl.so:${PORTSDIR}/ftp/curl \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_BZIP2= yes USE_SDL= image USE_GL= glew -USES= cmake:outsource iconv openal:al +USES= cmake:outsource iconv openal:al tar:bzip2 LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} post-patch: Modified: head/games/supertux/Makefile ============================================================================== --- head/games/supertux/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/games/supertux/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -10,8 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= makc@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 USE_SDL= image mixer USE_GL= gl GNU_CONFIGURE= yes Modified: head/games/trigger/Makefile ============================================================================== --- head/games/trigger/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/games/trigger/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -15,10 +15,9 @@ COMMENT= Rally car racing game BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs -USES= openal:al,alut +USES= openal:al,alut tar:bzip2 USE_SDL= sdl image USE_GL= glu -USE_BZIP2= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/games/warmux/Makefile ============================================================================== --- head/games/warmux/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/games/warmux/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -16,9 +16,8 @@ LIB_DEPENDS= libxml++-2.6.so:${PORTSDIR} CONFLICTS_INSTALL= wormux-* -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_SDL= sdl image mixer ttf gfx net USE_DOS2UNIX= fixed_class.h Modified: head/graphics/fraqtive/Makefile ============================================================================== --- head/graphics/fraqtive/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/graphics/fraqtive/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,7 +9,7 @@ MASTER_SITES= SF/fraqtive/Fraqtive/Fraqt MAINTAINER= makc@FreeBSD.org COMMENT= Draws Mandelbrot and Julia fractals -USE_BZIP2= yes +USES= tar:bzip2 USE_QT4= gui opengl xml qmake_build uic_build moc_build rcc_build QT_NONSTANDARD= yes USE_GL= glu Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/irc/kvirc/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -22,12 +22,11 @@ COMMENT?= IRC client for KDE 4 CONFLICTS_INSTALL= kvirc-qt4-4.* .endif -USE_BZIP2= yes USE_OPENSSL= yes USE_PERL5= build USE_QT4= moc_build qmake_build rcc_build uic_build \ dbus gui network sql xml -USES= cmake gettext perl5 +USES= cmake gettext perl5 tar:bzip2 CMAKE_ARGS= -DWANT_ESD=no -DWANT_DOXYGEN=no \ -DMANDIR=${MANPREFIX} INSTALLS_ICONS= yes Modified: head/math/qtiplot-doc/Makefile ============================================================================== --- head/math/qtiplot-doc/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/math/qtiplot-doc/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -15,7 +15,7 @@ BUILD_DEPENDS= docbook2html:${PORTSDIR}/ ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/share/sgml/docbook/dsssl/modular/html/docbook.dsl:${PORTSDIR}/textproc/dsssl-docbook-modular -USE_BZIP2= yes +USES= tar:bzip2 DATADIR= ${PREFIX}/share/qtiplot/manual WRKSRC= ${WRKDIR}/${DISTNAME}/manual Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/math/qtiplot/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -17,8 +17,7 @@ LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/ # qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ # qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 -USES= dos2unix gmake qmake -USE_BZIP2= yes +USES= dos2unix gmake qmake tar:bzip2 USE_QT4= gui opengl svg qt3support network assistantclient \ moc_build rcc_build USE_GL= glu Modified: head/multimedia/subtitlecomposer-kde4/Makefile ============================================================================== --- head/multimedia/subtitlecomposer-kde4/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/multimedia/subtitlecomposer-kde4/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,8 +11,7 @@ COMMENT= Subtitle editor for KDE LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu -USE_BZIP2= yes -USES= cmake:outsource gettext shared-mime-info +USES= cmake:outsource gettext shared-mime-info tar:bzip2 USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build phonon Modified: head/net-im/psi/Makefile ============================================================================== --- head/net-im/psi/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/net-im/psi/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -15,8 +15,7 @@ RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSD HAS_CONFIGURE= yes QT_NONSTANDARD= yes -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_QT4= gui network xml imageformats_run \ qmake_build moc_build rcc_build uic_build USE_XORG= xscrnsaver Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/net-p2p/ktorrent/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -15,11 +15,10 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio libgmp.so:${PORTSDIR}/math/gmp \ libktorrent.so:${PORTSDIR}/net-p2p/libktorrent -USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace USE_QT4= corelib gui network qt3support qtestlib webkit \ qmake_build moc_build rcc_build uic_build -USES= cmake:outsource gettext +USES= cmake:outsource gettext tar:bzip2 USE_LDCONFIG= yes CONFLICTS_BUILD= ktorrent-2* Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/net-p2p/libktorrent/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -14,10 +14,9 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se libgmp.so:${PORTSDIR}/math/gmp \ libqca.so:${PORTSDIR}/devel/qca -USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build -USES= cmake:outsource gettext +USES= cmake:outsource gettext tar:bzip2 USE_LDCONFIG= yes SHLIB_VER= 5.0.1 Modified: head/net/knemo-kde4/Makefile ============================================================================== --- head/net/knemo-kde4/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/net/knemo-kde4/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -10,8 +10,7 @@ DISTNAME= 12956-${PORTNAME}-${PORTVERSIO MAINTAINER= makc@FreeBSD.org COMMENT= KDE network monitor -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= qmake_build moc_build uic_build rcc_build USE_KDE4= kdeprefix kdelibs workspace automoc4 Modified: head/russian/stardict-bars/Makefile ============================================================================== --- head/russian/stardict-bars/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/russian/stardict-bars/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,7 +9,7 @@ DISTNAME= stardict-en-ru-bars-${PORTVERS MAINTAINER= makc@FreeBSD.org COMMENT= New Comprehensive English-Russian dictionary -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-dal/Makefile ============================================================================== --- head/russian/stardict-dal/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/russian/stardict-dal/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Dal's Explanatory Dictionary -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-mueller7/Makefile ============================================================================== --- head/russian/stardict-mueller7/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/russian/stardict-mueller7/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -8,7 +8,7 @@ MASTER_SITES= http://abloz.com/huzheng/s MAINTAINER= makc@FreeBSD.org COMMENT= Mueller English-Russian dictionary -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-mueller7accent/Makefile ============================================================================== --- head/russian/stardict-mueller7accent/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/russian/stardict-mueller7accent/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,7 +9,7 @@ DISTNAME= stardict-Mueller7accentGPL-${P MAINTAINER= makc@FreeBSD.org COMMENT= Mueller English-Russian dictionary with accents -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/security/pinentry/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -5,8 +5,7 @@ PORTNAME= pinentry PORTVERSION= 0.8.3 PORTREVISION?= 0 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= pinentry +MASTER_SITES= GNUPG/pinentry MAINTAINER= makc@FreeBSD.org COMMENT?= Collection of simple PIN or passphrase entry dialogs @@ -16,8 +15,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se CONFLICTS_INSTALL?= pinentry-[a-z]* -USE_BZIP2= yes -USES= iconv gmake pkgconfig +USES= iconv gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-pinentry-qt INFO= pinentry Modified: head/sysutils/krename-kde4/Makefile ============================================================================== --- head/sysutils/krename-kde4/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/sysutils/krename-kde4/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -13,8 +13,7 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio libexiv2.so:${PORTSDIR}/graphics/exiv2 \ libpodofo.so:${PORTSDIR}/graphics/podofo -USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource tar:bzip2 USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build Modified: head/textproc/qstardict/Makefile ============================================================================== --- head/textproc/qstardict/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/qstardict/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,8 +9,7 @@ MASTER_SITES= http://qstardict.ylsoftwar MAINTAINER= makc@FreeBSD.org COMMENT= Qt 4 based dictionary program (stardict clone) -USES= dos2unix pkgconfig qmake -USE_BZIP2= yes +USES= dos2unix pkgconfig qmake tar:bzip2 USE_QT4= gui network xml uic_build moc_build rcc_build DOS2UNIX_FILES= qstardict.pri Modified: head/textproc/stardict-BritannicaConcise/Makefile ============================================================================== --- head/textproc/stardict-BritannicaConcise/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-BritannicaConcise/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -8,7 +8,7 @@ MASTER_SITES= http://abloz.com/huzheng/s MAINTAINER= makc@FreeBSD.org COMMENT= The Britannica Concise Encyclopedia -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../../russian/stardict-mueller7/files/Makefile.common" .include Modified: head/textproc/stardict-MerrianWebster/Makefile ============================================================================== --- head/textproc/stardict-MerrianWebster/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-MerrianWebster/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -8,7 +8,7 @@ MASTER_SITES= http://abloz.com/huzheng/s MAINTAINER= makc@FreeBSD.org COMMENT= Merrian Webster 10th dictionary -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../../russian/stardict-mueller7/files/Makefile.common" .include Modified: head/textproc/stardict-OxfordCollocation/Makefile ============================================================================== --- head/textproc/stardict-OxfordCollocation/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-OxfordCollocation/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,7 +9,7 @@ DISTNAME= stardict-oxford_collocations-$ MAINTAINER= makc@FreeBSD.org COMMENT= Oxford English Collocation Dictionary -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../../russian/stardict-mueller7/files/Makefile.common" .include Modified: head/textproc/stardict-dictd_mova/Makefile ============================================================================== --- head/textproc/stardict-dictd_mova/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-dictd_mova/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -12,7 +12,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Dictionaries from www.mova.org for StarDict NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 DATADIR= ${PREFIX}/share/stardict DICTDIR= ${DATADIR}/dic Modified: head/textproc/stardict-longman/Makefile ============================================================================== --- head/textproc/stardict-longman/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-longman/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -8,7 +8,7 @@ MASTER_SITES= http://abloz.com/huzheng/s MAINTAINER= makc@FreeBSD.org COMMENT= Longman Dictionary of Contemporary English -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../../russian/stardict-mueller7/files/Makefile.common" .include Modified: head/textproc/stardict-oald/Makefile ============================================================================== --- head/textproc/stardict-oald/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-oald/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -8,7 +8,7 @@ MASTER_SITES= http://abloz.com/huzheng/s MAINTAINER= makc@FreeBSD.org COMMENT= Oxford Advanced Learner's Dictionary -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../../russian/stardict-mueller7/files/Makefile.common" .include Modified: head/textproc/stardict-quick/Makefile ============================================================================== --- head/textproc/stardict-quick/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-quick/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -12,7 +12,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Dictionaries from Quick for StarDict NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 DATADIR= ${PREFIX}/share/stardict DICTDIR= ${DATADIR}/dic Modified: head/textproc/stardict-rptts/Makefile ============================================================================== --- head/textproc/stardict-rptts/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/textproc/stardict-rptts/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -14,7 +14,7 @@ COMMENT= Real People TTS for StarDict PROJECTHOST= stardict-3 NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 do-install: ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${STAGEDIR}${PREFIX}/share Modified: head/www/rekonq/Makefile ============================================================================== --- head/www/rekonq/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/www/rekonq/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,8 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSI MAINTAINER= makc@FreeBSD.org COMMENT= Lightweight KDE browser based on WebKit -USE_XZ= yes -USES= cmake:outsource +USES= cmake:outsource tar:xz USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= script webkit \ moc_build qmake_build rcc_build uic_build Modified: head/x11-themes/gtk-qt4-engine/Makefile ============================================================================== --- head/x11-themes/gtk-qt4-engine/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-themes/gtk-qt4-engine/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -10,10 +10,9 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= makc@FreeBSD.org COMMENT= GTK+ 2.x theme engine allowing to use Qt/KDE styles -USE_BZIP2= yes USE_GNOME= gtk20 USE_QT4= corelib gui moc_build rcc_build uic_build qmake_build -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/x11-themes/kde4-style-polyester/Makefile ============================================================================== --- head/x11-themes/kde4-style-polyester/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-themes/kde4-style-polyester/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,9 +11,8 @@ PKGNAMEPREFIX= kde4-style- MAINTAINER= makc@FreeBSD.org COMMENT= KDE style and window decoration -USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake tar:bzip2 .include Modified: head/x11-themes/qtcurve-gtk2/Makefile ============================================================================== --- head/x11-themes/qtcurve-gtk2/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-themes/qtcurve-gtk2/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -12,8 +12,7 @@ DISTNAME= QtCurve-Gtk2-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve GTK2 Theme Engine -USE_BZIP2= yes -USES= cmake pkgconfig +USES= cmake pkgconfig tar:bzip2 USE_GNOME= gtk20 .include Modified: head/x11-themes/qtcurve-kde4/Makefile ============================================================================== --- head/x11-themes/qtcurve-kde4/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-themes/qtcurve-kde4/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,8 +11,7 @@ DISTNAME= QtCurve-KDE4-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve KDE4 widget style -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= qmake_build uic_build moc_build rcc_build USE_KDE4= kdelibs workspace kdehier kdeprefix automoc4 Modified: head/x11-themes/qtcurve-qt4/Makefile ============================================================================== --- head/x11-themes/qtcurve-qt4/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-themes/qtcurve-qt4/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -10,8 +10,7 @@ DISTNAME= QtCurve-KDE4-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve Qt4 widget style -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= dbus gui svg imageformats_run \ qmake_build uic_build moc_build rcc_build CFLAGS+= -I${LOCALBASE}/include Modified: head/x11-toolkits/qwt5-designerplugin/Makefile ============================================================================== --- head/x11-toolkits/qwt5-designerplugin/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-toolkits/qwt5-designerplugin/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,9 +11,8 @@ COMMENT= Qt Designer plugin for Qwt LIB_DEPENDS= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= designer moc_build rcc_build -USE_BZIP2= yes QMAKE_ARGS+= CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} PORTSCOUT= limit:^5\. Modified: head/x11-toolkits/qwt5/Makefile ============================================================================== --- head/x11-toolkits/qwt5/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-toolkits/qwt5/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,9 +9,8 @@ PKGNAMESUFFIX= 5 MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= gui svg moc_build -USE_BZIP2= yes USE_LDCONFIG= yes PORTSCOUT= limit:^5\. Modified: head/x11-toolkits/qwt6-designerplugin/Makefile ============================================================================== --- head/x11-toolkits/qwt6-designerplugin/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-toolkits/qwt6-designerplugin/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,9 +11,8 @@ COMMENT= Qt Designer plugin for Qwt LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= designer moc_build rcc_build -USE_BZIP2= yes QMAKE_ARGS+= CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} Modified: head/x11-toolkits/qwt6/Makefile ============================================================================== --- head/x11-toolkits/qwt6/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11-toolkits/qwt6/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -9,9 +9,8 @@ PKGNAMESUFFIX= 6 MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= gui opengl svg xml moc_build -USE_BZIP2= yes USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/qwt6 Modified: head/x11/gtkchtheme/Makefile ============================================================================== --- head/x11/gtkchtheme/Makefile Mon May 12 10:50:39 2014 (r353799) +++ head/x11/gtkchtheme/Makefile Mon May 12 10:53:41 2014 (r353800) @@ -11,8 +11,7 @@ DISTNAME= gtk-chtheme-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= GTK2 theme changer -USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 PLIST_FILES= bin/gtk-chtheme \