From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 16:25:18 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 DD2EFEE1; Fri, 14 Feb 2014 16:25:17 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD1021AAE; Fri, 14 Feb 2014 16:25:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EGPH5P022176; Fri, 14 Feb 2014 16:25:17 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EGPGhQ022171; Fri, 14 Feb 2014 16:25:16 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402141625.s1EGPGhQ022171@svn.freebsd.org> From: Martin Wilke Date: Fri, 14 Feb 2014 16:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344280 - in head: mail/maildrop sysutils/liburcu textproc/grap x11/wmappl x11/xdialog 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.17 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: Fri, 14 Feb 2014 16:25:18 -0000 Author: miwi Date: Fri Feb 14 16:25:16 2014 New Revision: 344280 URL: http://svnweb.freebsd.org/changeset/ports/344280 QAT: https://qat.redports.org/buildarchive/r344280/ Log: - Remove now useless bmake/fmake check - Convert USE_GMAKE to USES Modified: head/mail/maildrop/Makefile head/sysutils/liburcu/Makefile head/textproc/grap/Makefile head/x11/wmappl/Makefile head/x11/xdialog/Makefile Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Fri Feb 14 16:25:01 2014 (r344279) +++ head/mail/maildrop/Makefile Fri Feb 14 16:25:16 2014 (r344280) @@ -20,10 +20,7 @@ COMMENT= Mail delivery agent (MDA) with LICENSE= GPLv3 USE_BZIP2= yes -USES= iconv shebangfix perl5 -.if defined(.PARSEDIR) -USES+= gmake -.endif +USES= iconv shebangfix perl5 gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog=1 \ --enable-use-flock=1 \ Modified: head/sysutils/liburcu/Makefile ============================================================================== --- head/sysutils/liburcu/Makefile Fri Feb 14 16:25:01 2014 (r344279) +++ head/sysutils/liburcu/Makefile Fri Feb 14 16:25:16 2014 (r344280) @@ -14,17 +14,13 @@ LICENSE= LGPL21 PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt -USES= pathfix +USES= pathfix gmake USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --docdir=${DOCSDIR} -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif - regression-test: build @cd ${WRKSRC} && ${MAKE} check Modified: head/textproc/grap/Makefile ============================================================================== --- head/textproc/grap/Makefile Fri Feb 14 16:25:01 2014 (r344279) +++ head/textproc/grap/Makefile Fri Feb 14 16:25:16 2014 (r344280) @@ -14,9 +14,7 @@ CONFIGURE_ARGS=--with-freebsd-ports OPTIONS_DEFINE= DOCS EXAMPLES -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif +USES= gmake CONFLICTS_INSTALL=heirloom-doctools-[0-9]* Modified: head/x11/wmappl/Makefile ============================================================================== --- head/x11/wmappl/Makefile Fri Feb 14 16:25:01 2014 (r344279) +++ head/x11/wmappl/Makefile Fri Feb 14 16:25:16 2014 (r344280) @@ -18,10 +18,7 @@ EXPIRATION_DATE= 2014-03-10 GNU_CONFIGURE= yes USE_XORG= xpm x11 xext sm ice MAKE_ENV= DATADIR="${DATADIR}" - -.if defined(.PARSEDIR) -USES+= gmake -.endif +USES= gmake OPTIONS_DEFINE= DOCS Modified: head/x11/xdialog/Makefile ============================================================================== --- head/x11/xdialog/Makefile Fri Feb 14 16:25:01 2014 (r344279) +++ head/x11/xdialog/Makefile Fri Feb 14 16:25:16 2014 (r344280) @@ -14,14 +14,10 @@ COMMENT= A drop in replacement for the " USE_BZIP2= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes - +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.if defined(.PARSEDIR) -USES= gmake -.endif - OPTIONS_DEFINE= DOCS NLS .include