From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 16:19:20 2014 Return-Path: Delivered-To: svn-ports-all@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 D7FD2426 for ; Sun, 3 Aug 2014 16:19:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B359A2131 for ; Sun, 3 Aug 2014 16:19:20 +0000 (UTC) Received: from dinoex (uid 875) (envelope-from dinoex@FreeBSD.org) id 5cdd by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 16:19:18 +0000 From: Dirk Meyer Date: Sun, 3 Aug 2014 16:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363922 - in head: audio/mp3gain emulators/vice graphics/gd graphics/giflib graphics/graphviz graphics/jasper graphics/netpbm graphics/swftools irc/xchat-fish irc/xchat-mircryption mail... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de6107.5cdd.4c49eee0@svn.freebsd.org> 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: Sun, 03 Aug 2014 16:19:20 -0000 Author: dinoex Date: Sun Aug 3 16:19:17 2014 New Revision: 363922 URL: http://svnweb.freebsd.org/changeset/ports/363922 QAT: https://qat.redports.org/buildarchive/r363922/ Log: - fix order in USES Modified: head/audio/mp3gain/Makefile head/emulators/vice/Makefile head/graphics/gd/Makefile head/graphics/giflib/Makefile head/graphics/graphviz/Makefile head/graphics/jasper/Makefile head/graphics/netpbm/Makefile head/graphics/swftools/Makefile head/irc/xchat-fish/Makefile head/irc/xchat-mircryption/Makefile head/mail/spamilter/Makefile head/x11-clocks/asclock/Makefile head/x11-toolkits/lesstif/Makefile Modified: head/audio/mp3gain/Makefile ============================================================================== --- head/audio/mp3gain/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/audio/mp3gain/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -12,7 +12,7 @@ COMMENT= Tool to normalize the gain of M LICENSE= LGPL21 -USES= uidfix dos2unix zip +USES= zip dos2unix uidfix NO_WRKSUBDIR= yes PLIST_FILES= bin/mp3gain Modified: head/emulators/vice/Makefile ============================================================================== --- head/emulators/vice/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/emulators/vice/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -24,7 +24,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/gra RESTRICTED= ROMs are copyrighted by Commodore Business Machines -USES= iconv:patch pkgconfig gmake makeinfo +USES= iconv:patch gmake pkgconfig makeinfo USE_XORG= xpm ice sm xext xv xt x11 xmu USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes GNU_CONFIGURE= yes Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/graphics/gd/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -19,7 +19,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap CONFLICTS= bazaar-1.* -USES= libtool:keepla pathfix pkgconfig shebangfix tar:xz +USES= tar:xz pkgconfig pathfix libtool:keepla shebangfix SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/graphics/giflib/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -14,7 +14,7 @@ COMMENT= Tools and library routines for CONFLICTS= libungif-[0-9]* PORTSCOUT= limit:^4\. -USES= tar:bzip2 shebangfix libtool:oldver +USES= tar:bzip2 libtool:oldver shebangfix SHEBANG_FILES= ${WRKSRC}/util/gifburst GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/graphics/graphviz/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -17,7 +17,7 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/gra libexpat.so:${PORTSDIR}/textproc/expat2 \ libgd.so:${PORTSDIR}/${GD_PORT} -USES= bison gmake libtool:oldver pathfix pkgconfig shebangfix +USES= gmake bison libtool:oldver pkgconfig pathfix shebangfix USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/jasper/Makefile ============================================================================== --- head/graphics/jasper/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/graphics/jasper/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -16,7 +16,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap LICENSE= MIT -USES= libtool:keepla zip +USES= zip libtool:keepla GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/graphics/netpbm/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -19,7 +19,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap libjasper.so:${PORTSDIR}/graphics/jasper \ libxml2.so:${PORTSDIR}/textproc/libxml2 -USES= gmake perl5 shebangfix tar:tgz +USES= tar:tgz gmake perl5 shebangfix CFLAGS+= -DPNG_DEPSTRUCT= -Iutil MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile Modified: head/graphics/swftools/Makefile ============================================================================== --- head/graphics/swftools/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/graphics/swftools/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -20,7 +20,7 @@ LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USES= pkgconfig gmake +USES= gmake pkgconfig USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no Modified: head/irc/xchat-fish/Makefile ============================================================================== --- head/irc/xchat-fish/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/irc/xchat-fish/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -17,7 +17,7 @@ COMMENT= Encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -USES= dos2unix zip +USES= zip dos2unix NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include Modified: head/irc/xchat-mircryption/Makefile ============================================================================== --- head/irc/xchat-mircryption/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/irc/xchat-mircryption/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -16,7 +16,7 @@ COMMENT= Free encryption add-on for the RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -USES= dos2unix zip +USES= zip dos2unix ALL_TARGET= freebsd CFLAGS+= -fPIC USE_LDCONFIG= yes Modified: head/mail/spamilter/Makefile ============================================================================== --- head/mail/spamilter/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/mail/spamilter/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NEED_ROOT= yes -USES= shebangfix tar:tgz +USES= tar:tgz shebangfix HAS_CONFIGURE= yes CONFIGURE_ARGS= --have-resn USE_RC_SUBR= spamilter Modified: head/x11-clocks/asclock/Makefile ============================================================================== --- head/x11-clocks/asclock/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/x11-clocks/asclock/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -14,7 +14,7 @@ COMMENT= Afterstep clock with some langu CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]* -USES= imake tar:tgz +USES= tar:tgz imake USE_XORG= xpm xext x11 PLIST_FILES= bin/asclock man/man1/asclock.1.gz Modified: head/x11-toolkits/lesstif/Makefile ============================================================================== --- head/x11-toolkits/lesstif/Makefile Sun Aug 3 16:16:21 2014 (r363921) +++ head/x11-toolkits/lesstif/Makefile Sun Aug 3 16:19:17 2014 (r363922) @@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR CONFLICTS?= open-motif-* -USES= libtool tar:bzip2 +USES= tar:bzip2 libtool USE_XORG= sm ice xt xp xext x11 xextproto xrender xft USE_LDCONFIG= yes GNU_CONFIGURE= yes