pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/bitcoin



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 26 05:27:37 UTC 2021

Modified Files:
        pkgsrc/finance/bitcoin: distinfo
Added Files:
        pkgsrc/finance/bitcoin/patches: patch-configure.ac

Log Message:
(finance/bitcoin) Fix build by +patch-configre.ac, == issue


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/finance/bitcoin/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/finance/bitcoin/patches/patch-configure.ac

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

Modified files:

Index: pkgsrc/finance/bitcoin/distinfo
diff -u pkgsrc/finance/bitcoin/distinfo:1.14 pkgsrc/finance/bitcoin/distinfo:1.15
--- pkgsrc/finance/bitcoin/distinfo:1.14        Mon Nov 22 21:32:04 2021
+++ pkgsrc/finance/bitcoin/distinfo     Sun Dec 26 05:27:37 2021
@@ -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

Added files:

Index: pkgsrc/finance/bitcoin/patches/patch-configure.ac
diff -u /dev/null pkgsrc/finance/bitcoin/patches/patch-configure.ac:1.1
--- /dev/null   Sun Dec 26 05:27:37 2021
+++ pkgsrc/finance/bitcoin/patches/patch-configure.ac   Sun Dec 26 05:27:37 2021
@@ -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