pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/bitcoin (finance/bitcoin) Fix build by +patch-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b5774bec0ae
branches: trunk
changeset: 771750:1b5774bec0ae
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 26 05:27:37 2021 +0000
description:
(finance/bitcoin) Fix build by +patch-configre.ac, == issue
diffstat:
finance/bitcoin/distinfo | 3 ++-
finance/bitcoin/patches/patch-configure.ac | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r e3196981917a -r 1b5774bec0ae finance/bitcoin/distinfo
--- a/finance/bitcoin/distinfo Sun Dec 26 05:09:45 2021 +0000
+++ b/finance/bitcoin/distinfo Sun Dec 26 05:27:37 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/11/22 21:32:04 khorben Exp $
+$NetBSD: distinfo,v 1.15 2021/12/26 05:27:37 mef Exp $
BLAKE2s (bitcoin-22.0.tar.gz) = 8e0526c33180ff5036637b774aeff354ecaff92806422239103a6e22a5394bf6
SHA512 (bitcoin-22.0.tar.gz) = a39dcc6e89f42c9da2d9aad503071c615bde76b17c829d2b460754691ad07c3eef66c36555252d31ddc8f3b13d0e6893e40cfb042ba20ef19144bcd15d89ceb2
Size (bitcoin-22.0.tar.gz) = 7972234 bytes
+SHA1 (patch-configure.ac) = af27ab90a784633464e2d6554d61723a7610257d
SHA1 (patch-src_netbase.cpp) = d160078c9a7aedc5b569a89ebf9afa98b0d2022b
diff -r e3196981917a -r 1b5774bec0ae finance/bitcoin/patches/patch-configure.ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/bitcoin/patches/patch-configure.ac Sun Dec 26 05:27:37 2021 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-configure.ac,v 1.1 2021/12/26 05:27:37 mef Exp $
+
+=> Checking for portability problems in extracted files
+ERROR: [check-portability.awk] => Found test ... == ...:
+ERROR: [check-portability.awk] configure:38625: if test x$enable_fuzz == xno; then
+
+--- configure.ac.orig 2021-09-09 03:16:07.000000000 +0900
++++ configure.ac 2021-12-26 12:24:07.689196819 +0900
+@@ -1922,7 +1922,7 @@ if test x$bitcoin_enable_qt != xno; then
+ echo " with qr = $use_qr"
+ fi
+ echo " with zmq = $use_zmq"
+-if test x$enable_fuzz == xno; then
++if test x$enable_fuzz = xno; then
+ echo " with test = $use_tests"
+ else
+ echo " with test = not building test_bitcoin because fuzzing is enabled"
Home |
Main Index |
Thread Index |
Old Index