From owner-svn-ports-all@FreeBSD.ORG Mon May 26 14:40:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DA732C3; Mon, 26 May 2014 14:40:05 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AEEE2985; Mon, 26 May 2014 14:40:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QEe5LL059678; Mon, 26 May 2014 14:40:05 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QEe3sN059659; Mon, 26 May 2014 14:40:03 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261440.s4QEe3sN059659@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 14:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355351 - in head/science: 2dhf dtiquery gramps libint mcstas svmlight 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.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: Mon, 26 May 2014 14:40:05 -0000 Author: miwi Date: Mon May 26 14:40:03 2014 New Revision: 355351 URL: http://svnweb.freebsd.org/changeset/ports/355351 QAT: https://qat.redports.org/buildarchive/r355351/ Log: - Convert gmake to USES Approved by: portmgr Modified: head/science/2dhf/Makefile head/science/dtiquery/Makefile head/science/gramps/Makefile head/science/libint/Makefile head/science/mcstas/Makefile head/science/svmlight/Makefile Modified: head/science/2dhf/Makefile ============================================================================== --- head/science/2dhf/Makefile Mon May 26 14:25:53 2014 (r355350) +++ head/science/2dhf/Makefile Mon May 26 14:40:03 2014 (r355351) @@ -50,7 +50,7 @@ BLAS+= -lg2c -lm FFLAGS_ADD= -w -ffixed-line-length-none .endif WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake ALL_TARGET= all NO_STAGE= yes Modified: head/science/dtiquery/Makefile ============================================================================== --- head/science/dtiquery/Makefile Mon May 26 14:25:53 2014 (r355350) +++ head/science/dtiquery/Makefile Mon May 26 14:40:03 2014 (r355351) @@ -24,7 +24,7 @@ RESTRICTED= Must register to download at SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/dtiquery \ bin/dtiprecompute_cmd \ Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Mon May 26 14:25:53 2014 (r355350) +++ head/science/gramps/Makefile Mon May 26 14:40:03 2014 (r355351) @@ -19,8 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdd USE_BDB= 43 USE_PYTHON= yes -USE_GMAKE= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info gmake USE_GNOME= pygnome2 pygnomeextras gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes Modified: head/science/libint/Makefile ============================================================================== --- head/science/libint/Makefile Mon May 26 14:25:53 2014 (r355350) +++ head/science/libint/Makefile Mon May 26 14:40:03 2014 (r355351) @@ -9,8 +9,7 @@ MASTER_SITES= http://www.files.chem.vt.e MAINTAINER= maho@FreeBSD.org COMMENT= Evaluate the integrals in modern atomic and molecular theory -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake USE_LDCONFIG= yes ALL_TARGET= # empty Modified: head/science/mcstas/Makefile ============================================================================== --- head/science/mcstas/Makefile Mon May 26 14:25:53 2014 (r355350) +++ head/science/mcstas/Makefile Mon May 26 14:40:03 2014 (r355351) @@ -19,9 +19,8 @@ RUN_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk STRIP= -USES= perl5 +USES= perl5 gmake GNU_CONFIGURE= yes -USE_GMAKE= yes NO_MTREE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/science/svmlight/Makefile ============================================================================== --- head/science/svmlight/Makefile Mon May 26 14:25:53 2014 (r355350) +++ head/science/svmlight/Makefile Mon May 26 14:40:03 2014 (r355351) @@ -19,7 +19,7 @@ RESTRICTED= only for education and resea CFLAGS+= -fPIC MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}" NO_WRKSUBDIR= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes NO_STAGE= yes