pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mosh
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 30 18:03:00 UTC 2025
Modified Files:
pkgsrc/net/mosh: Makefile
Log Message:
mosh: force c++17 to match abseil
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/mosh/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/mosh/Makefile
diff -u pkgsrc/net/mosh/Makefile:1.46 pkgsrc/net/mosh/Makefile:1.47
--- pkgsrc/net/mosh/Makefile:1.46 Sun Feb 9 14:44:07 2025
+++ pkgsrc/net/mosh/Makefile Mon Jun 30 18:03:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2025/02/09 14:44:07 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/06/30 18:03:00 adam Exp $
DISTNAME= mosh-1.4.0
PKGREVISION= 7
@@ -15,7 +15,7 @@ USE_TOOLS+= gmake perl:run pkg-config
USE_LANGUAGES+= c c++
USE_GCC_RUNTIME= yes
-FORCE_CXX_STD= c++14
+FORCE_CXX_STD= c++17
REPLACE_PERL+= scripts/mosh.pl
REPLACE_PERL+= src/tests/genbase64.pl
Home |
Main Index |
Thread Index |
Old Index