summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-06-19 18:04:05 +0000
committergdt <gdt@pkgsrc.org>2020-06-19 18:04:05 +0000
commita7a641b388f27cba8a53f2320d9718ee0579ef7e (patch)
tree7f98d05cee67b1e62cbf28d0cfe974997e729b4f /math
parentdf7cd4ba56465a21a0f936e2addf5af2cda375bb (diff)
downloadpkgsrc-a7a641b388f27cba8a53f2320d9718ee0579ef7e.tar.gz
nbc-gh: Update to 3.0.0
Upstream changes: multiple bug fixes and minor improvements redesign of signal handling (not intended to be user visible) Besides the following, see NEWS in the sources for details. *First, the `2.7.0` release series saw a change in the option parsing. This made me change one error message and add a few others. The error message that was changed removed one format specifier. This means that `printf()` will seqfault on old locale files. Unfortunately, `bc` cannot use any locale files except the global ones that are already installed, so it will use the previous ones while running tests during install. **If `bc` segfaults while running arg tests when updating, it is because the global locale files have not been replaced. Make sure to either prevent the test suite from running on update or remove the old locale files before updating.** Once this is done, `bc` should install without problems.* *Second, **the option to build without signal support has been removed**. See below for the reasons why.* This is a production release with some small bug fixes, a few improvements, three major bug fixes, and a complete redesign of `bc`'s error and signal handling. **Users and package maintainers should update to this version as soon as possible.**
Diffstat (limited to 'math')
-rw-r--r--math/bc-gh/Makefile4
-rw-r--r--math/bc-gh/PLIST3
-rw-r--r--math/bc-gh/distinfo10
3 files changed, 9 insertions, 8 deletions
diff --git a/math/bc-gh/Makefile b/math/bc-gh/Makefile
index fb07c79e56d..a22edb4827e 100644
--- a/math/bc-gh/Makefile
+++ b/math/bc-gh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/05/16 22:54:21 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/19 18:04:05 gdt Exp $
-VERSION= 2.7.2
+VERSION= 3.0.0
DISTNAME= bc-${VERSION}
PKGNAME= bc-gh-${VERSION}
CATEGORIES= math
diff --git a/math/bc-gh/PLIST b/math/bc-gh/PLIST
index ae547dbf0b2..50472b70f28 100644
--- a/math/bc-gh/PLIST
+++ b/math/bc-gh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/05/16 22:54:21 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/19 18:04:05 gdt Exp $
bin/bc-gh
bin/dc-gh
man/man1/bc-gh.1
@@ -36,6 +36,7 @@ share/locale/en_US.ISO8859-15/bc-gh
share/locale/en_US.US-ASCII/bc-gh
share/locale/en_US.UTF-8/bc-gh
share/locale/en_US/bc-gh
+share/locale/es_ES.UTF-8/bc-gh
share/locale/fr_BE.ISO8859-1/bc-gh
share/locale/fr_BE.ISO8859-15/bc-gh
share/locale/fr_BE.UTF-8/bc-gh
diff --git a/math/bc-gh/distinfo b/math/bc-gh/distinfo
index 7dde6ea2a4d..db510bbcb0d 100644
--- a/math/bc-gh/distinfo
+++ b/math/bc-gh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/05/16 22:54:21 gdt Exp $
+$NetBSD: distinfo,v 1.5 2020/06/19 18:04:05 gdt Exp $
-SHA1 (bc-2.7.2.tar.xz) = 2332db5d8839202cc2b43e2bebe2654efc093bf1
-RMD160 (bc-2.7.2.tar.xz) = f7f6e4ca0f3befc7a064cc1d308857047af7cc15
-SHA512 (bc-2.7.2.tar.xz) = c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303
-Size (bc-2.7.2.tar.xz) = 189020 bytes
+SHA1 (bc-3.0.0.tar.xz) = fb38d19ab90641d1c8324ef32ac30431837935ea
+RMD160 (bc-3.0.0.tar.xz) = 4364ec493901cf45cb6724dbc3bdb7cb84ad0232
+SHA512 (bc-3.0.0.tar.xz) = 4961e030274e763aa02541457aa5aab6cd0d61758861b98d2cdac6acc42c3fb55b6adba72749edd3b663225ab844d7ef60809972478992165b071645fe6af65f
+Size (bc-3.0.0.tar.xz) = 199304 bytes