pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/uhd
Module Name: pkgsrc
Committed By: nia
Date: Thu Jun 18 15:18:22 UTC 2026
Modified Files:
pkgsrc/ham/uhd: Makefile
Log Message:
uhd: This needs support for the C++17 filesystem API.
The netbsd-9 system compiler has support for C++17 but lacks the file
system API, and is still technically supported.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/ham/uhd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.97 pkgsrc/ham/uhd/Makefile:1.98
--- pkgsrc/ham/uhd/Makefile:1.97 Sun May 17 09:24:43 2026
+++ pkgsrc/ham/uhd/Makefile Thu Jun 18 15:18:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2026/05/17 09:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.98 2026/06/18 15:18:22 nia Exp $
DISTNAME= uhd-4.10.0.0
PKGREVISION= 2
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-mako>=0.4.2:../
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.15:../../devel/py-ruamel-yaml
-USE_CXX_FEATURES= c++17
+USE_CXX_FEATURES= c++17 filesystem
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index