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"
This commit is contained in:
Alex Dupre 2011-10-06 12:28:46 +00:00
parent f554889f56
commit 298e55bf22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283037
2 changed files with 10 additions and 14 deletions

View file

@ -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

View file

@ -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