diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /math | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'math')
-rw-r--r-- | math/algae/Makefile | 4 | ||||
-rw-r--r-- | math/asir2000/Makefile | 4 | ||||
-rw-r--r-- | math/dieharder/Makefile | 4 | ||||
-rw-r--r-- | math/geg/Makefile | 4 | ||||
-rw-r--r-- | math/liblbfgs/Makefile | 3 | ||||
-rw-r--r-- | math/maxima/Makefile | 3 | ||||
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 |
8 files changed, 16 insertions, 14 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index bed07f7d4479..7b66ee6d0cff 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -7,7 +7,7 @@ PORTNAME= algae PORTVERSION= 4.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A programming language for numerical analysis GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 ALGAE_VERSION= ${PORTVERSION} PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION} diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 3364718f462c..4f2224f4cb4b 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -7,7 +7,7 @@ PORTNAME= asir PORTVERSION= 20070806 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -22,7 +22,7 @@ LIB_DEPENDS= pari-gmp.2:${PORTSDIR}/math/pari USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:15 autoconf:262 +USE_AUTOTOOLS= automake:15 autoconf:267 CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari ASIR_SRC_VERSION= ${PORTVERSION} ASIR_DOC_VERSION= 20070718 diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index f925d8a5d905..15bcb1917556 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -7,7 +7,7 @@ PORTNAME= dieharder DISTVERSION= 3.29.4beta -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ EXTRACT_SUFX= .tgz @@ -20,7 +20,7 @@ LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl MAKE_JOBS_UNSAFE= yes USE_DOS2UNIX= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 libtool:22 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/math/geg/Makefile b/math/geg/Makefile index 2630e15895ab..003ce9428f91 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -7,7 +7,7 @@ PORTNAME= geg PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.infolaunch.com/~daveb/ @@ -17,7 +17,7 @@ MAINTAINER= domi@saargate.de COMMENT= Visualise multiple 2D-functions of one variable USE_GNOME= gtk12 -USE_AUTOTOOLS= automake:15 autoconf:262 +USE_AUTOTOOLS= automake:15 autoconf:267 AUTOMAKE_ARGS= -a -i CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile index 71fda7b42fca..2d0231c504ea 100644 --- a/math/liblbfgs/Makefile +++ b/math/liblbfgs/Makefile @@ -7,6 +7,7 @@ PORTNAME= liblbfgs PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.chokkan.org/software/dist/ @@ -14,7 +15,7 @@ MAINTAINER= gaod@hychen.org COMMENT= A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:en OPTIONS= OPTIMIZED "Enable SSE2 optimization routines" Off diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 38702dd07aff..d3c822617813 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -7,6 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.22.1 +PORTREVISION= 1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -23,7 +24,7 @@ LICENSE= GPLv2 USE_TK = 84+ USE_GMAKE= yes USE_PERL5_BUILD= yes -USE_AUTOTOOLS= aclocal:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoconf:267 CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ --with-wish=${WISH} \ diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 237f46f30436..a0f0e62d6e78 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.3.50 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\ @@ -35,7 +35,7 @@ USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 INFO= liboctave MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 diff --git a/math/octave/Makefile b/math/octave/Makefile index 9d377842618e..f7b216863b8d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -37,7 +37,7 @@ USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 INFO= octave liboctave MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 |