pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/taskwarrior
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 18 18:49:25 UTC 2023
Modified Files:
pkgsrc/time/taskwarrior: Makefile
Log Message:
time: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/taskwarrior/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/taskwarrior/Makefile
diff -u pkgsrc/time/taskwarrior/Makefile:1.18 pkgsrc/time/taskwarrior/Makefile:1.19
--- pkgsrc/time/taskwarrior/Makefile:1.18 Tue Jul 11 05:37:58 2023
+++ pkgsrc/time/taskwarrior/Makefile Tue Jul 18 18:49:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/07/11 05:37:58 nia Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/18 18:49:25 nia Exp $
#
DISTNAME= task-2.6.2
@@ -15,8 +15,7 @@ LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES= c c++
-# C++17 required
-GCC_REQD+= 7
+USE_CXX_FEATURES+= c++17
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
Home |
Main Index |
Thread Index |
Old Index