pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kallisto: Patches for NetBSD 9
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Nov 3 12:31:10 2023 -0500
Changeset: 5655e98c54c585da8cc21925b054d7a5fd2ed080
Added Files:
kallisto/patches/patch-ext_bifrost_src_BitContainer.cpp
kallisto/patches/patch-ext_bifrost_src_ColorSet.cpp
Log Message:
kallisto: Patches for NetBSD 9
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5655e98c54c585da8cc21925b054d7a5fd2ed080
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
kallisto/patches/patch-ext_bifrost_src_BitContainer.cpp | 11 +++++++++++
kallisto/patches/patch-ext_bifrost_src_ColorSet.cpp | 11 +++++++++++
2 files changed, 22 insertions(+)
diffs:
diff --git a/kallisto/patches/patch-ext_bifrost_src_BitContainer.cpp b/kallisto/patches/patch-ext_bifrost_src_BitContainer.cpp
new file mode 100644
index 0000000000..c34282107e
--- /dev/null
+++ b/kallisto/patches/patch-ext_bifrost_src_BitContainer.cpp
@@ -0,0 +1,11 @@
+$NetBSD$
+
+# vfscanf() not found on NetBSD 9
+
+--- ext/bifrost/src/BitContainer.cpp.orig 2023-11-01 12:46:19.000000000 +0000
++++ ext/bifrost/src/BitContainer.cpp
+@@ -1,3 +1,4 @@
++#include <cstdio>
+ #include "BitContainer.hpp"
+
+ BitContainer::BitContainer() : setBits(localBitVector) {}
diff --git a/kallisto/patches/patch-ext_bifrost_src_ColorSet.cpp b/kallisto/patches/patch-ext_bifrost_src_ColorSet.cpp
new file mode 100644
index 0000000000..6f38b960a3
--- /dev/null
+++ b/kallisto/patches/patch-ext_bifrost_src_ColorSet.cpp
@@ -0,0 +1,11 @@
+$NetBSD$
+
+# vfscanf() not found on NetBSD 9
+
+--- ext/bifrost/src/ColorSet.cpp.orig 2023-11-03 12:48:11.435933052 +0000
++++ ext/bifrost/src/ColorSet.cpp
+@@ -1,3 +1,4 @@
++#include <cstdio>
+ #include "ColorSet.hpp"
+
+ UnitigColors::UnitigColors() : setBits(localBitVector) {}
Home |
Main Index |
Thread Index |
Old Index