pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 18 18:04:49 UTC 2023
Modified Files:
pkgsrc/finance/QuantLib: Makefile
pkgsrc/finance/bitcoin: Makefile
pkgsrc/finance/ledger: Makefile
Log Message:
finance: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/QuantLib/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/finance/ledger/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/QuantLib/Makefile
diff -u pkgsrc/finance/QuantLib/Makefile:1.13 pkgsrc/finance/QuantLib/Makefile:1.14
--- pkgsrc/finance/QuantLib/Makefile:1.13 Sun Apr 23 14:26:18 2023
+++ pkgsrc/finance/QuantLib/Makefile Tue Jul 18 18:04:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/04/23 14:26:18 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/07/18 18:04:48 nia Exp $
DISTNAME= QuantLib-1.12.1
PKGREVISION= 12
@@ -14,7 +14,8 @@ LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c c++
-GCC_REQD+= 4.8
+USE_CXX_FEATURES+= c++11
+
TOOLS_DEPENDS.cmake= cmake>=3.0:../../devel/cmake
SUBST_CLASSES+= sover
Index: pkgsrc/finance/bitcoin/Makefile
diff -u pkgsrc/finance/bitcoin/Makefile:1.65 pkgsrc/finance/bitcoin/Makefile:1.66
--- pkgsrc/finance/bitcoin/Makefile:1.65 Mon May 22 21:00:24 2023
+++ pkgsrc/finance/bitcoin/Makefile Tue Jul 18 18:04:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2023/05/22 21:00:24 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2023/07/18 18:04:48 nia Exp $
DISTNAME= bitcoin-24.0.1
PKGREVISION= 7
@@ -13,7 +13,7 @@ LICENSE= mit
RCD_SCRIPTS= bitcoind
USE_LANGUAGES= c c++
-GCC_REQD+= 8 # C++17 and std::filesystem
+USE_CXX_FEATURES+= c++17 filesystem
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake gmake pkg-config
GNU_CONFIGURE= yes
Index: pkgsrc/finance/ledger/Makefile
diff -u pkgsrc/finance/ledger/Makefile:1.27 pkgsrc/finance/ledger/Makefile:1.28
--- pkgsrc/finance/ledger/Makefile:1.27 Thu Apr 27 13:16:35 2023
+++ pkgsrc/finance/ledger/Makefile Tue Jul 18 18:04:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/04/27 13:16:35 yhardy Exp $
+# $NetBSD: Makefile,v 1.28 2023/07/18 18:04:49 nia Exp $
DISTNAME= ledger-3.3.2
CATEGORIES= finance
@@ -12,7 +12,8 @@ LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c++ c
-GCC_REQD+= 4.8
+
+USE_CXX_FEATURES+= c++11
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index