Date: Mon, 26 May 2014 14:40:03 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> 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 Message-ID: <201405261440.s4QEe3sN059659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261440.s4QEe3sN059659>