From owner-svn-ports-head@FreeBSD.ORG Fri Jul 5 14:32:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9116261F; Fri, 5 Jul 2013 14:32:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6A0811001; Fri, 5 Jul 2013 14:32:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r65EWSvU059534; Fri, 5 Jul 2013 14:32:28 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r65EWRFZ059527; Fri, 5 Jul 2013 14:32:27 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201307051432.r65EWRFZ059527@svn.freebsd.org> From: Bryan Drewery Date: Fri, 5 Jul 2013 14:32:27 +0000 (UTC) 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 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.14 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: Fri, 05 Jul 2013 14:32:28 -0000 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 \