diff options
author | ale <ale@FreeBSD.org> | 2010-06-11 23:09:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-06-11 23:09:45 +0800 |
commit | de6cee0efd7c72a3035c9aa98e07c6ece3b69d05 (patch) | |
tree | 1be586debb97ea8adfbbf5f0039131c8ae668ce8 | |
parent | 9fe693d141c24960fa238bc22f6a7a9da20b9890 (diff) | |
download | freebsd-ports-graphics-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.gz freebsd-ports-graphics-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.zst freebsd-ports-graphics-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.zip |
Chase mpfr library and bump PORTREVISION.
-rw-r--r-- | deskutils/genius/Makefile | 4 | ||||
-rw-r--r-- | devel/avr-gcc/Makefile | 4 | ||||
-rw-r--r-- | devel/binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/cross-gcc/Makefile | 4 | ||||
-rw-r--r-- | devel/djgpp-gcc/Makefile | 4 | ||||
-rw-r--r-- | devel/mingw32-gcc/Makefile | 3 | ||||
-rw-r--r-- | devel/seed/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc42/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc43/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc44/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 3 | ||||
-rw-r--r-- | lang/gnat-gcc43/Makefile | 4 | ||||
-rw-r--r-- | lang/gnat-gcc44/Makefile | 4 | ||||
-rw-r--r-- | lang/gnat/Makefile | 4 | ||||
-rw-r--r-- | math/cgal/Makefile | 4 | ||||
-rw-r--r-- | math/gretl/Makefile | 4 | ||||
-rw-r--r-- | math/mpc/Makefile | 4 | ||||
-rw-r--r-- | math/mpc/files/patch-src_acos.c | 11 | ||||
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 3 | ||||
-rw-r--r-- | math/sdpa-gmp/Makefile | 4 | ||||
-rw-r--r-- | math/wcalc/Makefile | 4 | ||||
-rw-r--r-- | textproc/rasqal/Makefile | 3 |
26 files changed, 60 insertions, 39 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 8f100851284..c1c575b0c80 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -7,7 +7,7 @@ PORTNAME= genius PORTVERSION= 1.0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ @@ -16,7 +16,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr +LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 2ef5d0996e4..dd4ed3f2ab2 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcc PORTVERSION= 4.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITES+= http://people.freebsd.org/~joerg/:local @@ -23,7 +23,7 @@ COMMENT= FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils -LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr \ +LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr \ gmp.10:${PORTSDIR}/math/gmp RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index acebe886167..d7babaec943 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.20.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index a71202d7950..d806868c5e4 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -7,7 +7,7 @@ PORTNAME?= gcc PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC:S,$,:gcc,} \ ${MASTER_SITE_SOURCEWARE:S,$,:newlib,} @@ -24,7 +24,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= GNU gcc for cross-target development LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr # # Temporary hack to deal with dependencies during package builds for diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile index ac1484e3ebe..131c2ed63d7 100644 --- a/devel/djgpp-gcc/Makefile +++ b/devel/djgpp-gcc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/:djsource \ ftp://ftp.mirror.ac.uk/sites/www.delorie.com/current/v2gnu/:djsource \ @@ -33,7 +33,7 @@ BUILD_DEPENDS= ${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ aclocal-1.9:${PORTSDIR}/devel/automake19 .if defined(WITH_FORTRAN) LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr .endif RUN_DEPENDS= ${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${LOCALBASE}/${TARGET}/bin/stubify:${PORTSDIR}/devel/${PKGNAMEPREFIX}crx diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 810d22b5cc3..4b74e3114de 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} @@ -21,7 +22,7 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr \ + mpfr.4:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc GCCVERSION= 4.5.0 diff --git a/devel/seed/Makefile b/devel/seed/Makefile index 1489a90fda7..3a089cd989f 100644 --- a/devel/seed/Makefile +++ b/devel/seed/Makefile @@ -11,7 +11,7 @@ PORTNAME= seed PORTVERSION= 2.30.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -25,7 +25,7 @@ LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ girepository-1.0.0:${PORTSDIR}/devel/gobject-introspection \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 0685d127b09..8b0d3b9cf18 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.6.0.20100605 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -19,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr \ + mpfr.4:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 5cada080983..90ae927a2b9 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.5.20090325 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -20,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.2 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 83e1204e945..84f3a6b6ebe 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.3.6.20100523 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.3 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr .if defined(MAINTAINER_MODE) DISTFILES+= gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 1535f0b8ec1..02d1b32f86b 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.4.5.20100518 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -19,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.4 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 30ebe157d84..b3ba7345683 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100603 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -19,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr \ + mpfr.4:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 0685d127b09..8b0d3b9cf18 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.6.0.20100605 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -19,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr \ + mpfr.4:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 0685d127b09..8b0d3b9cf18 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.6.0.20100605 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -19,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr \ + mpfr.4:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 0685d127b09..8b0d3b9cf18 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.6.0.20100605 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -19,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr \ + mpfr.4:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index 2830f3574b3..8647ef3049b 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -9,7 +9,7 @@ PORTNAME= gnat-gcc PORTVERSION= 4.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} \ CENKES:boot \ @@ -23,7 +23,7 @@ MAINTAINER= karel@lovetemple.net COMMENT= The GNU Ada Compiler system LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr ONLY_FOR_ARCHS= i386 diff --git a/lang/gnat-gcc44/Makefile b/lang/gnat-gcc44/Makefile index 3ef8e755b53..fc30e61ae47 100644 --- a/lang/gnat-gcc44/Makefile +++ b/lang/gnat-gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnat-gcc PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GCC/releases/gcc-${PORTVERSION} \ http://coreland.ath.cx/data/code/gnatport/src/:boot @@ -21,7 +21,7 @@ MAINTAINER= freebsd-ports@coreland.ath.cx COMMENT= The GNU Ada Compiler system LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr BROKEN= fails to configure diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 1d132f113ec..b793529a1c8 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -14,7 +14,7 @@ PORTNAME= gnat PORTVERSION= 2009 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL}:boot MASTER_SITE_SUBDIR= deischen/gcc/:boot @@ -24,7 +24,7 @@ MAINTAINER= eischen@vigrid.com COMMENT= The GNU Ada Compiler system LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr ONLY_FOR_ARCHS= i386 diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 2a323d35111..0b000f3f763 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -7,7 +7,7 @@ PORTNAME= cgal PORTVERSION= 3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/15692/ DISTNAME= CGAL-${PORTVERSION} @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boos RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr USE_LDCONFIG= yes USE_CMAKE= yes diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 2595464385e..94a4f9b8fa9 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gretl PORTVERSION= 1.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math finance MASTER_SITES= SF @@ -17,7 +17,7 @@ COMMENT= GNU Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes diff --git a/math/mpc/Makefile b/math/mpc/Makefile index e790b41fd92..6f2eb2fa481 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpc PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ @@ -15,7 +15,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ diff --git a/math/mpc/files/patch-src_acos.c b/math/mpc/files/patch-src_acos.c new file mode 100644 index 00000000000..15ffa52b44e --- /dev/null +++ b/math/mpc/files/patch-src_acos.c @@ -0,0 +1,11 @@ +--- src/acos.c.orig 2010-06-11 16:14:09.000000000 +0200 ++++ src/acos.c 2010-06-11 16:14:30.000000000 +0200 +@@ -189,7 +189,7 @@ + rnd_im = rnd_im == GMP_RNDU ? GMP_RNDD + : rnd_im == GMP_RNDD ? GMP_RNDU + #if MPFR_VERSION_MAJOR >= 3 +- : rnd_im == GMP_RNDA ? GMP_RNDZ ++ : rnd_im == MPFR_RNDA ? MPFR_RNDZ + #endif + : rnd_im; + rnd1 = RNDC(GMP_RNDN, rnd_im); diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index ba728e5f26f..4488a2793d1 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-MPFR PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl interface to MPFR Library -LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr +LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index 3dcdde9dda6..80dd0abd547 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdpa-gmp PORTVERSION= 7.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTFILES= ${SRCFILE} ${MANUALFILE} @@ -27,7 +27,7 @@ MANUALFILE= sdpa.${MANUALVER}.manual.${MANDATE}.pdf GNU_CONFIGURE= yes LIB_DEPENDS+= spooles:${PORTSDIR}/math/spooles \ gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr CONFIGURE_ARGS+= --with-system-spooles CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/spooles" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/spooles" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/spooles" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index f676eb20bae..784576cc224 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= wcalc PORTVERSION= 2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} DISTNAME= wcalc-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= amarendra.godbole@gmail.com COMMENT= A natural-expression command-line calculator LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index ee4799434a9..e8a9d785ac1 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -7,6 +7,7 @@ # PORTNAME= rasqal PORTVERSION= 0.9.19 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \ http://librdf.org/dist/source/ @@ -43,7 +44,7 @@ OPTIONS+= GMP "Use Gnu MP library for decimals" off # very verbose in explaining our options. .if defined(WITH_MPFR) CONFIGURE_ARGS+= --with-decimal=mpfr -LIB_DEPENDS+= mpfr.3:${PORTSDIR}/math/mpfr +LIB_DEPENDS+= mpfr.4:${PORTSDIR}/math/mpfr .elif defined(WITH_GMP) CONFIGURE_ARGS+= --with-decimal=gmp LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp |