pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/mpfr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  9 20:15:54 UTC 2023

Modified Files:
        pkgsrc/math/mpfr: Makefile distinfo

Log Message:
mpfr: update to 4.2.1.

Changes from version 4.2.0 to version 4.2.1:
- Bug fixes (see <https://www.mpfr.org/mpfr-4.2.0/#fixed> and/or the
  ChangeLog file).
- Improved MPFR manual.
- Configure tests: replaced the test of the link with GMP, in order to
  avoid the use of a function without a prototype (Autoconf issue), as
  this is obsolescent in ISO C. The new test should be more robust.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/math/mpfr/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/mpfr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/mpfr/Makefile
diff -u pkgsrc/math/mpfr/Makefile:1.47 pkgsrc/math/mpfr/Makefile:1.48
--- pkgsrc/math/mpfr/Makefile:1.47      Mon Jan  9 13:25:11 2023
+++ pkgsrc/math/mpfr/Makefile   Sat Sep  9 20:15:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2023/01/09 13:25:11 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2023/09/09 20:15:54 wiz Exp $
 
-DISTNAME=      mpfr-4.2.0
+DISTNAME=      mpfr-4.2.1
 CATEGORIES=    math
 MASTER_SITES=  http://www.mpfr.org/${DISTNAME}/
 EXTRACT_SUFX=  .tar.bz2
@@ -13,7 +13,7 @@ LICENSE=      gnu-lgpl-v3
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 .include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-9]*-*)
+.if ${MACHINE_PLATFORM:MNetBSD-[0-9]*-*}
 CONFIGURE_ARGS+=        --disable-float128
 .endif
 TEST_TARGET=           check

Index: pkgsrc/math/mpfr/distinfo
diff -u pkgsrc/math/mpfr/distinfo:1.34 pkgsrc/math/mpfr/distinfo:1.35
--- pkgsrc/math/mpfr/distinfo:1.34      Mon Jan  9 13:25:11 2023
+++ pkgsrc/math/mpfr/distinfo   Sat Sep  9 20:15:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2023/01/09 13:25:11 wiz Exp $
+$NetBSD: distinfo,v 1.35 2023/09/09 20:15:54 wiz Exp $
 
-BLAKE2s (mpfr-4.2.0.tar.bz2) = caeeb2c1c9de21db358bc6f02bb789b935d10ed6b73ab73569e1e3f6666378c5
-SHA512 (mpfr-4.2.0.tar.bz2) = cb2a9314b94e34a4ea49ce2619802e9420c982e55258a4bc423f802740632646a3d420e7fcf373b19618385b8b2b412abfa127e8f473053863424cac233893c0
-Size (mpfr-4.2.0.tar.bz2) = 1695616 bytes
+BLAKE2s (mpfr-4.2.1.tar.bz2) = 3d4adcc8e69386a962b2350a456a27a44d693fbe603cbbc954725887d88febc2
+SHA512 (mpfr-4.2.1.tar.bz2) = c81842532ecc663348deb7400d911ad71933d3b525a2f9e5adcd04265c9c0fdd1f22eca229f482703ac7f222ef209fc9e339dd1fa47d72ae57f7f70b2336a76f
+Size (mpfr-4.2.1.tar.bz2) = 1720899 bytes



Home | Main Index | Thread Index | Old Index