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:   nros
Date:           Thu Oct  6 20:17:43 UTC 2022

Modified Files:
        pkgsrc/finance/bitcoin: Makefile

Log Message:
bitcoin: bump GCC_REQD to 8 since std::filesystem is needed to make it build


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/finance/bitcoin/Makefile

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/Makefile
diff -u pkgsrc/finance/bitcoin/Makefile:1.54 pkgsrc/finance/bitcoin/Makefile:1.55
--- pkgsrc/finance/bitcoin/Makefile:1.54        Thu Sep 29 19:37:12 2022
+++ pkgsrc/finance/bitcoin/Makefile     Thu Oct  6 20:17:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2022/09/29 19:37:12 adam Exp $
+# $NetBSD: Makefile,v 1.55 2022/10/06 20:17:43 nros Exp $
 
 DISTNAME=      bitcoin-23.0
 CATEGORIES=    finance
@@ -12,7 +12,7 @@ LICENSE=      mit
 RCD_SCRIPTS=   bitcoind
 
 USE_LANGUAGES=         c c++
-GCC_REQD+=             7 # C++17
+GCC_REQD+=             8 # C++17 and std::filesystem
 USE_LIBTOOL=           yes
 USE_TOOLS+=            autoconf automake gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index