pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mongodb
Module Name: pkgsrc
Committed By: gdt
Date: Fri Jun 7 13:05:52 UTC 2024
Modified Files:
pkgsrc/databases/mongodb: Makefile
Log Message:
databases/mongodb; Add comment to justify GCC_REQD of 11
(There is probably a reason, but there should be a comment.)
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/databases/mongodb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/mongodb/Makefile
diff -u pkgsrc/databases/mongodb/Makefile:1.90 pkgsrc/databases/mongodb/Makefile:1.91
--- pkgsrc/databases/mongodb/Makefile:1.90 Mon Jun 3 14:25:24 2024
+++ pkgsrc/databases/mongodb/Makefile Fri Jun 7 13:05:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2024/06/03 14:25:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.91 2024/06/07 13:05:52 gdt Exp $
DISTNAME= mongodb-src-r6.0.13
PKGNAME= ${DISTNAME:S/src-r//}
@@ -30,6 +30,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-yaml>=3.0.
USE_LANGUAGES= c c++
USE_CC_FEATURES= c99
USE_CXX_FEATURES= c++17 filesystem
+# \todo Justify GCC_REQD; the documented languages/features imply 10.
GCC_REQD+= 11
USE_TOOLS+= pkg-config
Home |
Main Index |
Thread Index |
Old Index