pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/worker
Module Name: pkgsrc
Committed By: vins
Date: Fri Jun 6 16:34:18 UTC 2025
Modified Files:
pkgsrc/x11/worker: Makefile
Log Message:
x11/worker: raise CXX standard to c++20
See https://mail-index.netbsd.org/tech-pkg/2025/06/05/msg031215.html
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/worker/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/worker/Makefile
diff -u pkgsrc/x11/worker/Makefile:1.8 pkgsrc/x11/worker/Makefile:1.9
--- pkgsrc/x11/worker/Makefile:1.8 Sun May 25 18:18:07 2025
+++ pkgsrc/x11/worker/Makefile Fri Jun 6 16:34:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/05/25 18:18:07 vins Exp $
+# $NetBSD: Makefile,v 1.9 2025/06/06 16:34:18 vins Exp $
DISTNAME= worker-5.2.1
CATEGORIES= x11 sysutils
@@ -11,7 +11,7 @@ COMMENT= Orthodox file manager for the X
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
-USE_CXX_FEATURES= c++17
+USE_CXX_FEATURES= c++20 # designated initializers
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config bash:run
Home |
Main Index |
Thread Index |
Old Index