svn commit: r355316 - in head/math: alt-ergo ann arpack++ blitz++ eukleides fricas fxt gotoblas gracetmpl gri libflame ltl msieve open-axiom orpie py-graphtool qalculate qhull5 reed-solomon simd-vi...

Martin Wilke miwi at FreeBSD.org
Mon May 26 12:28:39 UTC 2014


Author: miwi
Date: Mon May 26 12:28:33 2014
New Revision: 355316
URL: http://svnweb.freebsd.org/changeset/ports/355316
QAT: https://qat.redports.org/buildarchive/r355316/

Log:
  - Convert gmake,bzip2 to USES
  
  Approved by:	portmgr

Modified:
  head/math/alt-ergo/Makefile
  head/math/ann/Makefile
  head/math/arpack++/Makefile
  head/math/blitz++/Makefile
  head/math/eukleides/Makefile
  head/math/fricas/Makefile
  head/math/fxt/Makefile
  head/math/gotoblas/Makefile
  head/math/gracetmpl/Makefile
  head/math/gri/Makefile
  head/math/libflame/Makefile
  head/math/ltl/Makefile
  head/math/msieve/Makefile
  head/math/open-axiom/Makefile
  head/math/orpie/Makefile
  head/math/py-graphtool/Makefile
  head/math/qalculate/Makefile
  head/math/qhull5/Makefile
  head/math/reed-solomon/Makefile
  head/math/simd-viterbi/Makefile
  head/math/tablix/Makefile
  head/math/tomsfastmath/Makefile
  head/math/unuran/Makefile

Modified: head/math/alt-ergo/Makefile
==============================================================================
--- head/math/alt-ergo/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/alt-ergo/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/ocaml/oc
 RUN_DEPENDS=	${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:${PORTSDIR}/math/ocaml-ocamlgraph
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_OCAML=	yes
 
 MAN1=	alt-ergo.1

Modified: head/math/ann/Makefile
==============================================================================
--- head/math/ann/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/ann/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -12,7 +12,7 @@ COMMENT=	A Library for Approximate Neare
 
 WRKSRC=		${WRKDIR}/ann_1.1.2
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 NO_STAGE=	yes
 post-install:

Modified: head/math/arpack++/Makefile
==============================================================================
--- head/math/arpack++/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/arpack++/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -37,7 +37,7 @@ LAPACK=		-llapack
 
 NO_BUILD=	yes
 REINPLACE_ARGS=	-i ""
-USE_GMAKE=	yes
+USES=		gmake
 
 DOCS=		README doc/arpackpp.ps.gz doc/bugs.txt doc/structure.txt
 

Modified: head/math/blitz++/Makefile
==============================================================================
--- head/math/blitz++/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/blitz++/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -19,9 +19,8 @@ INFO=		blitz
 MAKE_ARGS=	NOPORTDOCS=yes
 .endif
 
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-USES=	pathfix
+USES=	pathfix gmake
 CONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen
 MAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"

Modified: head/math/eukleides/Makefile
==============================================================================
--- head/math/eukleides/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/eukleides/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -13,10 +13,8 @@ COMMENT=	A Euclidean geometry drawing la
 LIB_DEPENDS=	readline.6:${PORTSDIR}/devel/readline
 RUN_DEPENDS=	pstoedit:${PORTSDIR}/graphics/pstoedit
 
-USE_BZIP2=	yes
 USE_TEX=	latex
-USES=		bison gettext iconv
-USE_GMAKE=	yes
+USES=		bison gettext iconv gmake tar:bzip2
 
 MAN1=		eukleides.1 euktoeps.1 euktopdf.1 euktopst.1 euktotex.1
 

Modified: head/math/fricas/Makefile
==============================================================================
--- head/math/fricas/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/fricas/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -18,10 +18,8 @@ BUILD_DEPENDS=	noweb:${PORTSDIR}/devel/n
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USE_BZIP2=	yes
 USE_XORG=	x11 ice sm xpm
-USES=		gettext iconv
-USE_GMAKE=	yes
+USES=		gettext iconv gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-lisp=sbcl
 USE_LDCONFIG=	${PREFIX}/lib/fricas/target/${CONFIGURE_TARGET}/lib

Modified: head/math/fxt/Makefile
==============================================================================
--- head/math/fxt/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/fxt/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -12,7 +12,7 @@ COMMENT=	FFT code and related stuff
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKEFILE=	makefile
 
 NO_STAGE=	yes

Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/gotoblas/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -26,7 +26,6 @@ LAPACKVER=	3.4.0
 LAPACK_SRCFILE=	lapack-${LAPACKVER}.tgz
 LARGE_FILE=	large.tgz
 TIMING_FILE=	timing.tgz
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/GotoBLAS2
 

Modified: head/math/gracetmpl/Makefile
==============================================================================
--- head/math/gracetmpl/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/gracetmpl/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -12,9 +12,8 @@ COMMENT=	Provide an easy way to use exis
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray
 
-USE_BZIP2=	yes
 USE_PYTHON=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 MAKE_ARGS=	PREFIX="${PREFIX}" \
 		BIN_PREFIX="${PREFIX}/bin" \
 		LIB_PREFIX="${PREFIX}/lib" \

Modified: head/math/gri/Makefile
==============================================================================
--- head/math/gri/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/gri/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -12,8 +12,7 @@ COMMENT=	Extensible plotting language fo
 
 LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf
 
-USES=		readline
-USE_GMAKE=	yes
+USES=		readline gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-FreeBSD
 

Modified: head/math/libflame/Makefile
==============================================================================
--- head/math/libflame/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/libflame/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 
 GNU_CONFIGURE=	yes
 USE_CSTD=	c99
-USE_GMAKE=	yes
+USES=		gmake
 
 CONFIGURE_ARGS	=	--enable-dynamic-build --enable-static-build
 

Modified: head/math/ltl/Makefile
==============================================================================
--- head/math/ltl/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/ltl/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -13,7 +13,7 @@ COMMENT=	A C++ class SSE library for sci
 LIB_DEPENDS=	lapack.4:${PORTSDIR}/math/lapack \
 		blas.2:${PORTSDIR}/math/blas
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen --prefix=${PREFIX} --includedir=${PREFIX}/include/LTL

Modified: head/math/msieve/Makefile
==============================================================================
--- head/math/msieve/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/msieve/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -15,7 +15,7 @@ COMMENT=	Fast factorization of big integ
 BUILD_DEPENDS=	${LOCALBASE}/lib/libecm.a:${PORTSDIR}/math/gmp-ecm
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ENV=	ECM=1
 
 HEADERS=	mp.h msieve.h util.h

Modified: head/math/open-axiom/Makefile
==============================================================================
--- head/math/open-axiom/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/open-axiom/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -13,12 +13,10 @@ COMMENT=	A computer algebra system
 BUILD_DEPENDS=	sbcl:${PORTSDIR}/lang/sbcl \
 		noweb:${PORTSDIR}/devel/noweb
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-lisp=sbcl
-USE_GMAKE=	yes
 USE_XORG=	x11 ice sm xpm
-USES=		gettext iconv
+USES=		gettext iconv gmake tar:bzip2
 MAKE_JOBS_UNSAFE=yes
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 

Modified: head/math/orpie/Makefile
==============================================================================
--- head/math/orpie/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/orpie/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/o
 LIB_DEPENDS=	gsl:${PORTSDIR}/math/gsl
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/math/py-graphtool/Makefile
==============================================================================
--- head/math/py-graphtool/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/py-graphtool/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -18,9 +18,8 @@ LIB_DEPENDS=	libboost_python.so:${PORTSD
 		libboost_graph.so:${PORTSDIR}/devel/boost-libs \
 		libCGAL.so:${PORTSDIR}/math/cgal
 
-USE_BZIP2=	yes
 USE_GCC=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/math/qalculate/Makefile
==============================================================================
--- head/math/qalculate/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/qalculate/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gn
 		wget:${PORTSDIR}/ftp/wget
 
 USE_GNOME=	gnomehack gnomeprefix intlhack libglade2 libgnome
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake
 GNU_CONFIGURE=	yes
 INSTALLS_OMF=	yes
 

Modified: head/math/qhull5/Makefile
==============================================================================
--- head/math/qhull5/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/qhull5/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -18,8 +18,7 @@ COMMENT=	Qhull computes convex hulls, De
 
 CONFLICTS=	qhull-2011* afni-[0-9]*
 
-USES=		libtool
-USE_GMAKE=	yes
+USES=		libtool gmake
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/math/reed-solomon/Makefile
==============================================================================
--- head/math/reed-solomon/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/reed-solomon/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -10,7 +10,7 @@ MAINTAINER=	freebsduser at paradisegreen.co
 COMMENT=	A Reed-Solomon CODEC library
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 MAKEFILE=	makefile
 

Modified: head/math/simd-viterbi/Makefile
==============================================================================
--- head/math/simd-viterbi/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/simd-viterbi/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -11,7 +11,7 @@ MAINTAINER=	freebsduser at paradisegreen.co
 COMMENT=	A fast Viterbi CODEC library
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 MAKEFILE=	makefile
 

Modified: head/math/tablix/Makefile
==============================================================================
--- head/math/tablix/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/tablix/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -16,10 +16,9 @@ RUN_DEPENDS=	pvm:${PORTSDIR}/net/pvm
 
 PVM_ROOT=	${PREFIX}/lib/pvm
 
-USE_GMAKE=	yes
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
-USES=		gettext
+USES=		gettext gmake
 
 CONFIGURE_ENV=	LIBS=-L${PREFIX}/lib \
 		PVM_ROOT=${PVM_ROOT} PVM_LIB=${PREFIX}/lib

Modified: head/math/tomsfastmath/Makefile
==============================================================================
--- head/math/tomsfastmath/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/tomsfastmath/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -12,8 +12,7 @@ COMMENT=	Portable fixed precision math l
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	makefile
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 ALL_TARGET=	default
 
 PLIST_FILES=	include/tfm.h lib/libtfm.a

Modified: head/math/unuran/Makefile
==============================================================================
--- head/math/unuran/Makefile	Mon May 26 12:23:18 2014	(r355315)
+++ head/math/unuran/Makefile	Mon May 26 12:28:33 2014	(r355316)
@@ -13,7 +13,7 @@ COMMENT=	Universal Non-Uniform RANdom nu
 LIB_DEPENDS=	rngstreams:${PORTSDIR}/math/rngstreams
 
 LICENSE=	GPLv2
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --with-urng-rngstream --with-urng-default=rngstream \
 		--enable-info


More information about the svn-ports-all mailing list