pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bifrost: Update to 1.3.5
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sat Mar 16 07:52:31 2024 -0500
Changeset: ef3f8dd131e2513efdc63a1364243f9b7e71d236
Modified Files:
bifrost/Makefile
bifrost/distinfo
bifrost/patches/patch-src_strict__fstream.hpp
Log Message:
bifrost: Update to 1.3.5
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef3f8dd131e2513efdc63a1364243f9b7e71d236
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bifrost/Makefile | 2 +-
bifrost/distinfo | 8 ++++----
bifrost/patches/patch-src_strict__fstream.hpp | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs:
diff --git a/bifrost/Makefile b/bifrost/Makefile
index f3685a4dde..982e5921f8 100644
--- a/bifrost/Makefile
+++ b/bifrost/Makefile
@@ -5,7 +5,7 @@
# Wed Oct 11 07:14:48 CDT 2023 #
###########################################################
-DISTNAME= bifrost-1.3.0
+DISTNAME= bifrost-1.3.5
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=pmelsted/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/bifrost/distinfo b/bifrost/distinfo
index 07a94535f8..93bf92128f 100644
--- a/bifrost/distinfo
+++ b/bifrost/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-BLAKE2s (bifrost-1.3.0.tar.gz) = f4675731d2f5d4fc45a82992d8c59903c09266a8ae80d590d2590a3b3b3d0d94
-SHA512 (bifrost-1.3.0.tar.gz) = 43410775936988a6c52a5439e484ba066d9b47b018d6be29746801605cda9eec736571733832f3764d91aeb699d10facee1643a5151ab786b44dc30f7f88d434
-Size (bifrost-1.3.0.tar.gz) = 349405 bytes
+BLAKE2s (bifrost-1.3.5.tar.gz) = c89466cbb4519bdc31709316b0cc784e6b88e3216c5b92f1739be1b41484a2fc
+SHA512 (bifrost-1.3.5.tar.gz) = 5e29b771a665dc93c523e51d2958dcf3bf4874fd9ac1c71b8a65131a00831e1a62b013126d92de112f63bc285dc2250d11a0fbcdcb15c3e54b959d322d49e8fb
+Size (bifrost-1.3.5.tar.gz) = 356701 bytes
SHA1 (patch-CMakeLists.txt) = b67d3b9da75644d6c414988a1e034f4732d4ab5c
SHA1 (patch-src_libpopcnt.h) = ebccf4b759d7cbfa25e88f4d1f016791eb87afee
-SHA1 (patch-src_strict__fstream.hpp) = 55e6c740fdcfbe749270953b7dd4ca19ac8b00c1
+SHA1 (patch-src_strict__fstream.hpp) = f10f2675e4fa8791b23e051a8b0e43dfc61bf631
diff --git a/bifrost/patches/patch-src_strict__fstream.hpp b/bifrost/patches/patch-src_strict__fstream.hpp
index 6941247eff..2d05dc30cb 100644
--- a/bifrost/patches/patch-src_strict__fstream.hpp
+++ b/bifrost/patches/patch-src_strict__fstream.hpp
@@ -1,15 +1,15 @@
$NetBSD$
-# Portability
+# Add NetBSD support
---- src/strict_fstream.hpp.orig 2023-10-10 13:54:08.000000000 +0000
+--- src/strict_fstream.hpp.orig 2024-03-16 12:49:36.958623203 +0000
+++ src/strict_fstream.hpp
@@ -64,7 +64,7 @@ static std::string strerror()
} else {
return "Unknown error (" + std::to_string(err_num) + ")";
}
--#elif ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE) || defined(__APPLE__) || defined(__MUSL__)
-+#elif ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE) || defined(__APPLE__) || defined(__MUSL__) || defined(__FreeBSD__) || defined(__NetBSD__)
+-#elif ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE) || defined(__APPLE__) || defined(__MUSL__) || defined(__FreeBSD__)
++#elif ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE) || defined(__APPLE__) || defined(__MUSL__) || defined(__FreeBSD__) || defined(NetBSD)
// XSI-compliant strerror_r()
const int err_num = errno; // See above
if (strerror_r(err_num, buff.data(), buff.size()) == 0) {
Home |
Main Index |
Thread Index |
Old Index