From owner-svn-ports-all@FreeBSD.ORG Wed May 7 18:21:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1CBDFA1; Wed, 7 May 2014 18:21:36 +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 C4496B80; Wed, 7 May 2014 18:21:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47ILaHW015206; Wed, 7 May 2014 18:21:36 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47ILY36015190; Wed, 7 May 2014 18:21:34 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405071821.s47ILY36015190@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 7 May 2014 18:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353189 - in head: graphics/gimp-lqr-plugin graphics/kudu graphics/liblqr-1 graphics/lprof-devel graphics/quesoglc graphics/sharpconstruct graphics/wings lang/tolua++ misc/metromap sysu... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 18:21:37 -0000 Author: amdmi3 Date: Wed May 7 18:21:33 2014 New Revision: 353189 URL: http://svnweb.freebsd.org/changeset/ports/353189 QAT: https://qat.redports.org/buildarchive/r353189/ Log: - Convert USE_BZIP2 to USES Modified: head/graphics/gimp-lqr-plugin/Makefile head/graphics/kudu/Makefile head/graphics/liblqr-1/Makefile head/graphics/lprof-devel/Makefile head/graphics/quesoglc/Makefile head/graphics/sharpconstruct/Makefile head/graphics/wings/Makefile head/lang/tolua++/Makefile head/misc/metromap/Makefile head/sysutils/iat/Makefile head/x11-themes/qt4-style-float/Makefile head/x11-themes/qt4-style-phase/Makefile head/x11/eaglemode/Makefile Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/graphics/gimp-lqr-plugin/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -14,9 +14,8 @@ COMMENT= Liquid rescale GIMP plug-in LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ liblqr-1.so:${PORTSDIR}/graphics/liblqr-1 -USE_BZIP2= yes +USES= tar:bzip2 gettext gmake pkgconfig GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins Modified: head/graphics/kudu/Makefile ============================================================================== --- head/graphics/kudu/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/graphics/kudu/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -14,9 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -USE_BZIP2= yes +USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes -USES= pkgconfig USE_GL= gl USE_PYTHON= yes Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/graphics/liblqr-1/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -11,9 +11,8 @@ MASTER_SITES= http://liblqr.wdfiles.com/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= An easy to use C/C++ seam carving library +USES= tar:bzip2 gettext gmake pkgconfig GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= gettext gmake pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/graphics/lprof-devel/Makefile ============================================================================== --- head/graphics/lprof-devel/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/graphics/lprof-devel/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -17,11 +17,10 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/grap libtiff.so:${PORTSDIR}/graphics/tiff \ libvigraimpex.so:${PORTSDIR}/graphics/vigra -USE_BZIP2= yes +USES= tar:bzip2 cmake USE_XORG= x11 xext sm ice xxf86vm USE_QT4= corelib gui qt3support assistantclient \ linguist_build qmake_build moc_build uic_build rcc_build -USES= cmake CMAKE_ARGS= -DQTTRANS_LRELEASE_EXECUTABLE="${LOCALBASE}/bin/lrelease-qt4" Modified: head/graphics/quesoglc/Makefile ============================================================================== --- head/graphics/quesoglc/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/graphics/quesoglc/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -14,9 +14,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USE_BZIP2= yes +USES= tar:bzip2 pathfix gmake GNU_CONFIGURE= yes -USES= pathfix gmake USE_GL= gl glu glut USE_LDCONFIG= yes Modified: head/graphics/sharpconstruct/Makefile ============================================================================== --- head/graphics/sharpconstruct/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/graphics/sharpconstruct/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -13,8 +13,7 @@ COMMENT= 3D modeller for organic shapes LIB_DEPENDS= libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm \ libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 -USES= gmake pkgconfig -USE_BZIP2= yes +USES= tar:bzip2 gmake pkgconfig USE_GL= yes GNU_CONFIGURE= yes Modified: head/graphics/wings/Makefile ============================================================================== --- head/graphics/wings/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/graphics/wings/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -22,8 +22,7 @@ MAKE_JOBS_UNSAFE=yes SUB_FILES= ${PORTNAME}.sh -USE_BZIP2= yes -USES= gmake +USES= tar:bzip2 gmake PORTSCOUT= limitw:1,even Modified: head/lang/tolua++/Makefile ============================================================================== --- head/lang/tolua++/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/lang/tolua++/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.codenix.com/~to MAINTAINER= amdmi3@FreeBSD.org COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua -USE_BZIP2= yes +USES= tar:bzip2 USE_LUA= 5.1 USE_SCONS= yes SCONS_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so" Modified: head/misc/metromap/Makefile ============================================================================== --- head/misc/metromap/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/misc/metromap/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -14,10 +14,9 @@ COMMENT= A simple application for findin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING +USES= tar:bzip2 gettext gmake USE_PYTHON= yes USE_GNOME= pygtk2 -USE_BZIP2= yes -USES= gettext gmake PORTDOCS= AUTHORS NEWS README README.data TODO Modified: head/sysutils/iat/Makefile ============================================================================== --- head/sysutils/iat/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/sysutils/iat/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -9,7 +9,7 @@ MASTER_SITES= BERLIOS MAINTAINER= amdmi3@FreeBSD.org COMMENT= Converter of many types of CD-ROM image file formats into ISO-9660 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/iat man/man1/iat.1.gz Modified: head/x11-themes/qt4-style-float/Makefile ============================================================================== --- head/x11-themes/qt4-style-float/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/x11-themes/qt4-style-float/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -15,8 +15,7 @@ COMMENT= Style for Qt 4 and KDE LICENSE= GPLv2 -USES= qmake -USE_BZIP2= yes +USES= tar:bzip2 qmake USE_QT4= corelib gui moc_build rcc_build WRKSRC= ${WRKDIR}/floatstyle-${PORTVERSION} Modified: head/x11-themes/qt4-style-phase/Makefile ============================================================================== --- head/x11-themes/qt4-style-phase/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/x11-themes/qt4-style-phase/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -15,8 +15,7 @@ COMMENT= Widget style for Qt 4 and KDE 4 LICENSE= MIT -USES= qmake -USE_BZIP2= yes +USES= tar:bzip2 qmake USE_QT4= corelib gui moc_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Wed May 7 18:19:04 2014 (r353188) +++ head/x11/eaglemode/Makefile Wed May 7 18:21:33 2014 (r353189) @@ -15,8 +15,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libtiff.so:${PORTSDIR}/graphics/tiff \ libfreetype.so:${PORTSDIR}/print/freetype2 -USES= perl5 pkgconfig -USE_BZIP2= yes +USES= tar:bzip2 perl5 pkgconfig USE_PERL5= build USE_XORG= x11 xext xxf86vm SUB_FILES= eaglemode.sh