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: wiz
Date: Tue Aug 19 10:33:17 UTC 2025
Modified Files:
pkgsrc/finance/bitcoin: Makefile
Log Message:
bitcoin: remove ineffective INSTALL_DIRS
Breaks build with ninja, and doesn't install more files than the default
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 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.93 pkgsrc/finance/bitcoin/Makefile:1.94
--- pkgsrc/finance/bitcoin/Makefile:1.93 Thu Jul 17 11:22:59 2025
+++ pkgsrc/finance/bitcoin/Makefile Tue Aug 19 10:33:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2025/07/17 11:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.94 2025/08/19 10:33:17 wiz Exp $
DISTNAME= bitcoin-29.0
CATEGORIES= finance
@@ -43,7 +43,7 @@ BUILDLINK_TRANSFORM+= l:db_cxx:db4_cxx
# TODO: Decide if secp256k1 and univalue are supposed to be installed,
# and if so where, or if they should be linked with privately.
-INSTALL_DIRS= ${BUILD_DIRS} src/secp256k1 #src/univalue
+#INSTALL_DIRS= ${BUILD_DIRS} src/secp256k1 #src/univalue
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index