pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/nextcloud-client
Module Name: pkgsrc
Committed By: gdt
Date: Mon Sep 9 12:57:23 UTC 2024
Modified Files:
pkgsrc/net/nextcloud-client: Makefile
Log Message:
desktop/nextcloud-client: Require a c++17 compiler
Upstream's documentation says C++14, but CMakeLists.txt says C++17.
This doesn't change anything, because it was already marked for the
filesystem feature (which is part of actual C++17 but not the pkgsrc
C++17 requirement), and both end up at gcc 10.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/nextcloud-client/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/nextcloud-client/Makefile
diff -u pkgsrc/net/nextcloud-client/Makefile:1.13 pkgsrc/net/nextcloud-client/Makefile:1.14
--- pkgsrc/net/nextcloud-client/Makefile:1.13 Mon Sep 9 07:52:15 2024
+++ pkgsrc/net/nextcloud-client/Makefile Mon Sep 9 12:57:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/09/09 07:52:15 nia Exp $
+# $NetBSD: Makefile,v 1.14 2024/09/09 12:57:23 gdt Exp $
#
DISTNAME= nextcloud-client-3.13.2
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= cmake pkg-config
-USE_CXX_FEATURES+= filesystem
+USE_CXX_FEATURES+= c++17 filesystem
PKG_SYSCONFSUBDIR= Nextcloud
Home |
Main Index |
Thread Index |
Old Index