aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
commitffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch)
treed2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /math
parent241000003cc37531d200773be1eb19996345da3c (diff)
downloadports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz
ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/cln/Makefile3
-rw-r--r--math/gretl/Makefile3
-rw-r--r--math/kcalc/Makefile3
-rw-r--r--math/mpfr/Makefile4
-rw-r--r--math/ndiff/Makefile4
-rw-r--r--math/ntl/Makefile3
-rw-r--r--math/p5-Math-GMP/Makefile3
-rw-r--r--math/php4-gmp/Makefile1
-rw-r--r--math/php5-gmp/Makefile1
-rw-r--r--math/polymake/Makefile4
-rw-r--r--math/py-mpz/Makefile3
-rw-r--r--math/ruby-gmp/Makefile3
-rw-r--r--math/surf/Makefile8
-rw-r--r--math/yacas/Makefile4
14 files changed, 27 insertions, 20 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 05e12bb2d1f6..c000aaf3b38a 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -8,6 +8,7 @@
PORTNAME= cln
PORTVERSION= 1.1.11
+PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= http://www.ginac.de/CLN/ \
http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
@@ -16,7 +17,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Class Library for Numbers
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
USE_BZIP2= yes
USE_GCC= 3.4+
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index a0b76ca139cd..7d8285a699b4 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gretl
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +18,7 @@ COMMENT= Gnu Regression, Econometrics and Time-series Library
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \
- gmp.6:${PORTSDIR}/math/libgmp4
+ gmp.7:${PORTSDIR}/math/libgmp4
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
USE_BZIP2= yes
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile
index a49e3ac6ad9a..27a4262c3a14 100644
--- a/math/kcalc/Makefile
+++ b/math/kcalc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -15,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER?= kde@FreeBSD.org
COMMENT= Utilities for the KDE integrated X11 desktop
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
netsnmp:${PORTSDIR}/net-mgmt/net-snmp
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index a6d4258b8ad5..afcdbab63967 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -7,14 +7,14 @@
PORTNAME= mpfr
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math devel
MASTER_SITES= http://www.mpfr.org/mpfr-current/
MAINTAINER= ale@FreeBSD.org
COMMENT= A library for multiple-precision floating-point computations
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile
index 16aefc9f3366..1289df7bd966 100644
--- a/math/ndiff/Makefile
+++ b/math/ndiff/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ndiff
PORTVERSION= 2.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/
PKGNAMEPREFIX=
@@ -19,7 +19,7 @@ COMMENT= Compare putatively similar files, ignoring small numeric differences
.if !defined(WITHOUT_GMP)
.if ${OSVERSION} > 500023
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index 45e481845b34..5b51c3ab056d 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ntl
PORTVERSION= 5.4
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.shoup.net/ntl/
@@ -15,7 +16,7 @@ COMMENT= Victor Shoup's Number Theory Library
# ntl is faster with libgmp4, but you can disable it
.if !defined(WITHOUT_GMP)
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
.endif
USE_PERL5_BUILD= yes
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile
index 14a161fdcd88..f2486df64706 100644
--- a/math/p5-Math-GMP/Makefile
+++ b/math/p5-Math-GMP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Math-GMP
PORTVERSION= 2.04
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
@@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl module that provides an interface to the GMP library
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
PERL_CONFIGURE= yes
diff --git a/math/php4-gmp/Makefile b/math/php4-gmp/Makefile
index 1e1ce1033267..867d7e8fdd12 100644
--- a/math/php4-gmp/Makefile
+++ b/math/php4-gmp/Makefile
@@ -5,6 +5,7 @@
# $FreeBSD$
#
+PORTREVISION= 3
CATEGORIES= math
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/math/php5-gmp/Makefile b/math/php5-gmp/Makefile
index 76a3cac8a415..692c59dfdcc5 100644
--- a/math/php5-gmp/Makefile
+++ b/math/php5-gmp/Makefile
@@ -5,6 +5,7 @@
# $FreeBSD$
#
+PORTREVISION= 1
CATEGORIES= math
MASTERDIR= ${.CURDIR}/../../lang/php5
diff --git a/math/polymake/Makefile b/math/polymake/Makefile
index 410df239528d..e58c9e3e98c8 100644
--- a/math/polymake/Makefile
+++ b/math/polymake/Makefile
@@ -7,7 +7,7 @@
PORTNAME= polymake
PORTVERSION= 2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/combi/polymake/
@@ -17,7 +17,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-p1.diff
MAINTAINER= gawrilow@math.tu-berlin.de
COMMENT= A framework for experimental discrete geometry
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
USE_GMAKE= yes
USE_BZIP2= yes
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile
index 981933df5027..10da01e33334 100644
--- a/math/py-mpz/Makefile
+++ b/math/py-mpz/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mpz
PORTVERSION= ${PYTHON_PORTVERSION}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= ${PYTHON_MASTER_SITES}
@@ -17,7 +18,7 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python bindings to the GNU Multiple Precision library
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mpz.so
DIST_SUBDIR= python
diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile
index 7779d6904ec4..fcb8ebea55fb 100644
--- a/math/ruby-gmp/Makefile
+++ b/math/ruby-gmp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmp
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= math ruby
MASTER_SITES= http://synapsa.infoland.int.pl/~taw/libgmp-ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= Ruby bindings to GNU Multiprecision Library
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/math/surf/Makefile b/math/surf/Makefile
index ee9c28044181..9beb33eac625 100644
--- a/math/surf/Makefile
+++ b/math/surf/Makefile
@@ -8,7 +8,7 @@
PORTNAME= surf
PORTVERSION= 1.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@ COMMENT= Visualize some real algebraic geometry
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
- gmp.6:${PORTSDIR}/math/libgmp4
+ gmp.7:${PORTSDIR}/math/libgmp4
USE_GNOME= gtk12
GNU_CONFIGURE= yes
@@ -27,6 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= surf.1
-.include <bsd.port.pre.mk>
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 391bbce3cc6d..163d1e098939 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -8,7 +8,7 @@
PORTNAME= yacas
PORTVERSION= 1.0.59
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://yacas.sourceforge.net/backups/
@@ -27,7 +27,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if defined(WITH_GMP)
-LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
CONFIGURE_ARGS+= --with-numlib=gmp
PLIST_SUB+= GMP="" NOGMP="@comment "
CPPFLAGS+= -I${LOCALBASE}/include