Date: Fri, 5 Jul 2013 14:32:27 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322331 - in head: devel/valgrind devel/valgrind-snapshot mail/qmailadmin mail/vpopmail net-mgmt/bandwidthd Message-ID: <201307051432.r65EWRFZ059527@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri Jul 5 14:32:27 2013 New Revision: 322331 URL: http://svnweb.freebsd.org/changeset/ports/322331 Log: Convert from USE_GMAKE to USES=gmake Modified: head/devel/valgrind-snapshot/Makefile head/devel/valgrind/Makefile head/mail/qmailadmin/Makefile head/mail/vpopmail/Makefile head/net-mgmt/bandwidthd/Makefile Modified: head/devel/valgrind-snapshot/Makefile ============================================================================== --- head/devel/valgrind-snapshot/Makefile Fri Jul 5 14:31:43 2013 (r322330) +++ head/devel/valgrind-snapshot/Makefile Fri Jul 5 14:32:27 2013 (r322331) @@ -40,8 +40,7 @@ MPI_LIB_DEPENDS= mpich:${PORTSDIR}/net/m OPTIONS_SUB= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/valgrind/Makefile ============================================================================== --- head/devel/valgrind/Makefile Fri Jul 5 14:31:43 2013 (r322330) +++ head/devel/valgrind/Makefile Fri Jul 5 14:32:27 2013 (r322331) @@ -38,8 +38,7 @@ MPI_LIB_DEPENDS= mpich:${PORTSDIR}/net/m OPTIONS_SUB= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/mail/qmailadmin/Makefile ============================================================================== --- head/mail/qmailadmin/Makefile Fri Jul 5 14:31:43 2013 (r322330) +++ head/mail/qmailadmin/Makefile Fri Jul 5 14:32:27 2013 (r322331) @@ -22,7 +22,7 @@ RUN_DEPENDS= \ autorespond:${PORTSDIR}/mail/autorespond \ ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -USES= qmail:vars +USES= qmail:vars gmake CONFLICTS= qmailadmin-devel-1.* @@ -95,7 +95,6 @@ CONFIGURE_ARGS+= --enable-spam-command=" VPOPMAIL_DIR?= ${LOCALBASE}/vpopmail GNU_CONFIGURE= YES -USE_GMAKE= YES # Notes and comments: # Modified: head/mail/vpopmail/Makefile ============================================================================== --- head/mail/vpopmail/Makefile Fri Jul 5 14:31:43 2013 (r322330) +++ head/mail/vpopmail/Makefile Fri Jul 5 14:32:27 2013 (r322331) @@ -19,12 +19,11 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:$ PATCH_STRIP= -p1 -USES= qmail +USES= qmail gmake CONFLICTS= vpopmail-devel-5.* GNU_CONFIGURE= YES -USE_GMAKE= YES OPTIONS_SUB= yes USERS= vpopmail Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Fri Jul 5 14:31:43 2013 (r322330) +++ head/net-mgmt/bandwidthd/Makefile Fri Jul 5 14:32:27 2013 (r322331) @@ -17,9 +17,8 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd USE_CSTD= gnu89 -USE_GMAKE= YES GNU_CONFIGURE= YES -USES= iconv +USES= iconv gmake post-install: @${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307051432.r65EWRFZ059527>