diff options
author | ale <ale@FreeBSD.org> | 2011-10-06 20:28:46 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-10-06 20:28:46 +0800 |
commit | 62aad08f2daaa33bfe23cfff1f0b3665c418dd09 (patch) | |
tree | 92211679ef488be2c516f8692ed1b4d15a9ab3d2 /math/mpfr | |
parent | d5fa38edbb5510362d7dc2259df49cfd1a8247a7 (diff) | |
download | freebsd-ports-gnome-62aad08f2daaa33bfe23cfff1f0b3665c418dd09.tar.gz freebsd-ports-gnome-62aad08f2daaa33bfe23cfff1f0b3665c418dd09.tar.zst freebsd-ports-gnome-62aad08f2daaa33bfe23cfff1f0b3665c418dd09.zip |
Update to 3.1.0 release.
Do not enable thread-safe support, since
"it seems that the initialisation of Thread Local Storage
variables to some values which are function address doesn't work
inside a shared library on FreeBSD"
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 12 | ||||
-rw-r--r-- | math/mpfr/distinfo | 12 |
2 files changed, 10 insertions, 14 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 5ca9c78ea3a3..2b39efc7704b 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpfr -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr @@ -19,15 +19,19 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -PATCHLEVEL= 4 -PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +#PATCHLEVEL= 1 +#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +USE_AUTOTOOLS= libtool +USE_GNOME= ltverhack + USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gmp=${LOCALBASE} +CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ + --disable-thread-safe USE_LDCONFIG= yes INFO= mpfr diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 45edadf27cf6..cc312a0f2fce 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,10 +1,2 @@ -SHA256 (mpfr/mpfr-3.0.1.tar.xz) = 28a96d58f2763528a979b2a016959dce2abbc8fef8142fa1860670c248760061 -SIZE (mpfr/mpfr-3.0.1.tar.xz) = 1016096 -SHA256 (mpfr/patch01) = 71c062051a2c7df031740b9b358b32addbcf90261f914cdfc32fc66f7afdf43a -SIZE (mpfr/patch01) = 3899 -SHA256 (mpfr/patch02) = c7d92754b1de6040e69ef253a63f084f96bdbefcf7a12211397b9f6b29cf9721 -SIZE (mpfr/patch02) = 3282 -SHA256 (mpfr/patch03) = cdec3e6b213260c5e3d51696c44bb373b035a10b178b711f001e672e768f27f5 -SIZE (mpfr/patch03) = 3347 -SHA256 (mpfr/patch04) = 3c8b35c4d2593d404dadee1d00b2c5d6cc581e9530c10085fd0a183b39e31200 -SIZE (mpfr/patch04) = 1722 +SHA256 (mpfr/mpfr-3.1.0.tar.xz) = 84fdb2d65e7323ae717f82ebf524280afe076393188e83ebc278a6bd91cf4ed0 +SIZE (mpfr/mpfr-3.1.0.tar.xz) = 1083128 |