diff options
author | bjs <bjs> | 2008-08-17 07:59:13 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-08-17 07:59:13 +0000 |
commit | 78fad4a70f373508f85d241b0a8e53f845f5baa7 (patch) | |
tree | 8ab20ba8e1c076065cf7adfb917e46a15912b14d /math | |
parent | d45d768761bb3b902023d8055258148d6d215c50 (diff) | |
download | pkgsrc-78fad4a70f373508f85d241b0a8e53f845f5baa7.tar.gz |
Update to mpfr-2.3.1. Add new distribution patch, appease pkglint.
Changes from version 2.3.0 to version 2.3.1:
- Changes in the behavior of mpfr_strtofr and in its documentation
concerning particular cases where the code and the documentation
did not match.
- Bug fixes; see <http://www.mpfr.org/mpfr-2.3.0/#bugs>.
- Configure test for TLS support.
- Improved MPFR manual.
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 17 | ||||
-rw-r--r-- | math/mpfr/distinfo | 11 |
2 files changed, 21 insertions, 7 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 9336bd44d4c..305872527ec 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:08 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/08/17 07:59:13 bjs Exp $ # -DISTNAME= mpfr-2.3.0 +DISTNAME= mpfr-2.3.1 CATEGORIES= math MASTER_SITES= http://www.mpfr.org/mpfr-current/ +PATCHFILES= patches +PATCH_SITES= ${MASTER_SITES} +PATCH_DIST_STRIP= -p1 + MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.mpfr.org/ COMMENT= GMP-based library for multiple-precision floating-point computations @@ -14,7 +18,14 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check -INFO_FILES= # PLIST +INFO_FILES= yes +### +### XXX These definitions are defined here merely to keep configure from +### needlessly whining about them. +### +### +MAKE_ENV+= AUTOCONF=${TRUE} +MAKE_ENV+= AUTOMAKE=${TRUE} .include "../../devel/gmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index a581d9f59cf..9e223c81901 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.5 2007/09/18 20:15:58 drochner Exp $ +$NetBSD: distinfo,v 1.6 2008/08/17 07:59:13 bjs Exp $ -SHA1 (mpfr-2.3.0.tar.gz) = 04cccc50438248e71b9232bb3c852f508ad0ffea -RMD160 (mpfr-2.3.0.tar.gz) = 2e61748abc86a9c9578666ca5d2498956a24fa4b -Size (mpfr-2.3.0.tar.gz) = 1153474 bytes +SHA1 (mpfr-2.3.1.tar.gz) = 87250db0470ba853cd8ad8a297285423339713e4 +RMD160 (mpfr-2.3.1.tar.gz) = a1dc3e985b06f2b9b843c4bbc3a318742c8a8292 +Size (mpfr-2.3.1.tar.gz) = 1176118 bytes +SHA1 (patches) = 3fe727c465ea76e2a2fc81ad470872d4c466343c +RMD160 (patches) = ab6214e9177740552b5dfb543c5202b6d7c298da +Size (patches) = 8409 bytes SHA1 (patch-aa) = 5eb0a9996c8c7af27df9081a4b675b47a15c096e |