Date: Sun, 3 Aug 2014 19:19:07 +0200 From: =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org> To: Dirk Meyer <dinoex@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: 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... Message-ID: <CADL2u4jHNTgM%2Bi2MVDnKAKtWvTp5Lf%2BHPDMx5v4HAGKbjurhXA@mail.gmail.com> In-Reply-To: <53de6107.5cdd.4c49eee0@svn.freebsd.org> References: <53de6107.5cdd.4c49eee0@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Op 3 aug. 2014 18:19 schreef "Dirk Meyer" <dinoex@freebsd.org>: > > 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 > Can you explain how and what this fixes, the temporal order in which they get invoked? Ren=C3=A9 > Modified: head/audio/mp3gain/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D Tool to normalize the gain of M > > LICENSE=3D LGPL21 > > -USES=3D uidfix dos2unix zip > +USES=3D zip dos2unix uidfix > > NO_WRKSUBDIR=3D yes > PLIST_FILES=3D bin/mp3gain > > Modified: head/emulators/vice/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D libpng15.so:${PORTSDIR}/gra > > RESTRICTED=3D ROMs are copyrighted by Commodore Business Machines > > -USES=3D iconv:patch pkgconfig gmake makeinfo > +USES=3D iconv:patch gmake pkgconfig makeinfo > USE_XORG=3D xpm ice sm xext xv xt x11 xmu > USE_XORG+=3D xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes > GNU_CONFIGURE=3D yes > > Modified: head/graphics/gd/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D libjpeg.so:${PORTSDIR}/grap > > CONFLICTS=3D bazaar-1.* > > -USES=3D libtool:keepla pathfix pkgconfig shebangfix tar:xz > +USES=3D tar:xz pkgconfig pathfix libtool:keepla shebangfix > SHEBANG_FILES=3D ${WRKSRC}/src/bdftogd > GNU_CONFIGURE=3D yes > USE_LDCONFIG=3D yes > > Modified: head/graphics/giflib/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D Tools and library routines for > CONFLICTS=3D libungif-[0-9]* > PORTSCOUT=3D limit:^4\. > > -USES=3D tar:bzip2 shebangfix libtool:oldver > +USES=3D tar:bzip2 libtool:oldver shebangfix > SHEBANG_FILES=3D ${WRKSRC}/util/gifburst > GNU_CONFIGURE=3D yes > USE_LDCONFIG=3D yes > > Modified: head/graphics/graphviz/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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+=3D libjpeg.so:${PORTSDIR}/gra > libexpat.so:${PORTSDIR}/textproc/expat2 \ > libgd.so:${PORTSDIR}/${GD_PORT} > > -USES=3D bison gmake libtool:oldver pathfix pkgconfig shebangfix > +USES=3D gmake bison libtool:oldver pkgconfig pathfix shebangfix > USE_AUTOTOOLS=3D libltdl > GNU_CONFIGURE=3D yes > LDFLAGS+=3D -L${LOCALBASE}/lib > > Modified: head/graphics/jasper/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D libjpeg.so:${PORTSDIR}/grap > > LICENSE=3D MIT > > -USES=3D libtool:keepla zip > +USES=3D zip libtool:keepla > GNU_CONFIGURE=3D yes > CPPFLAGS+=3D -I${LOCALBASE}/include > LDFLAGS+=3D -L${LOCALBASE}/lib > > Modified: head/graphics/netpbm/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D libtiff.so:${PORTSDIR}/grap > libjasper.so:${PORTSDIR}/graphics/jasper \ > libxml2.so:${PORTSDIR}/textproc/libxml2 > > -USES=3D gmake perl5 shebangfix tar:tgz > +USES=3D tar:tgz gmake perl5 shebangfix > CFLAGS+=3D -DPNG_DEPSTRUCT=3D -Iutil > MAKE_ENV=3D LN=3D"${LN}" RANLIB=3D"${RANLIB}" > MAKEFILE=3D GNUmakefile > > Modified: head/graphics/swftools/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D libt1.so:${PORTSDIR}/devel/ > libfreetype.so:${PORTSDIR}/print/freetype2 \ > libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig > > -USES=3D pkgconfig gmake > +USES=3D gmake pkgconfig > USE_GL=3D glut > GNU_CONFIGURE=3D yes > CONFIGURE_ENV=3D ac_cv_lib_zzip_zzip_file_open=3Dno > > Modified: head/irc/xchat-fish/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D Encryption plugin for XChat > BUILD_DEPENDS=3D ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl > RUN_DEPENDS=3D xchat:${PORTSDIR}/irc/xchat > > -USES=3D dos2unix zip > +USES=3D zip dos2unix > NO_WRKSUBDIR=3D yes > DOCSDIR=3D ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} > CCFLAGS+=3D -Wall -O2 -I${LOCALBASE}/include > > Modified: head/irc/xchat-mircryption/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D Free encryption add-on for the > > RUN_DEPENDS=3D xchat:${PORTSDIR}/irc/xchat > > -USES=3D dos2unix zip > +USES=3D zip dos2unix > ALL_TARGET=3D freebsd > CFLAGS+=3D -fPIC > USE_LDCONFIG=3D yes > > Modified: head/mail/spamilter/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D ${WRKSRC}/LICENSE > > NEED_ROOT=3D yes > > -USES=3D shebangfix tar:tgz > +USES=3D tar:tgz shebangfix > HAS_CONFIGURE=3D yes > CONFIGURE_ARGS=3D --have-resn > USE_RC_SUBR=3D spamilter > > Modified: head/x11-clocks/asclock/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D Afterstep clock with some langu > > CONFLICTS=3D asclock-gtk-[0-9]* asclock-xlib-[0-9]* > > -USES=3D imake tar:tgz > +USES=3D tar:tgz imake > USE_XORG=3D xpm xext x11 > PLIST_FILES=3D bin/asclock man/man1/asclock.1.gz > > > Modified: head/x11-toolkits/lesstif/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D libfontconfig.so:${PORTSDIR > > CONFLICTS?=3D open-motif-* > > -USES=3D libtool tar:bzip2 > +USES=3D tar:bzip2 libtool > USE_XORG=3D sm ice xt xp xext x11 xextproto xrender xft > USE_LDCONFIG=3D yes > GNU_CONFIGURE=3D yes >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADL2u4jHNTgM%2Bi2MVDnKAKtWvTp5Lf%2BHPDMx5v4HAGKbjurhXA>