pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/protobuf
Module Name: pkgsrc
Committed By: gdt
Date: Thu Jul 2 11:39:30 UTC 2026
Modified Files:
pkgsrc/devel/protobuf: Makefile
Log Message:
devel/protobuf: Sort USE_CXX_FEATURES properly
After USE_LANGUAGES, which it modifies.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/protobuf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.109 pkgsrc/devel/protobuf/Makefile:1.110
--- pkgsrc/devel/protobuf/Makefile:1.109 Mon Jun 22 19:38:46 2026
+++ pkgsrc/devel/protobuf/Makefile Thu Jul 2 11:39:29 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2026/06/22 19:38:46 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2026/07/02 11:39:29 gdt Exp $
#
# When updating this, please also update devel/py-protobuf.
#
@@ -20,8 +20,8 @@ HOMEPAGE= https://github.com/protocolbuf
COMMENT= Google protocol buffers
LICENSE= modified-bsd
-USE_CXX_FEATURES= c++17
USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++17
FORCE_CXX_STD= c++17
# protobuf 34.1 failed to build with gcc <=12 and new abseil:
Home |
Main Index |
Thread Index |
Old Index