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: Thu Jun 27 00:58:54 UTC 2019
Modified Files:
pkgsrc/databases/mongodb: Makefile
Log Message:
databases/mongobdb: Set GCC_REQS to 6
With gcc 5, as found on netbsd-8, there are multiple issues. With 6,
far more progress is made. Because this is not shocking for c++14,
just set GCC_REQD, as it will not harm netbsd-current, which is
currently the only platform with even a single report of successful
buildin..
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/databases/mongodb/Makefile:1.38
--- pkgsrc/databases/mongodb/Makefile:1.37 Thu Jun 27 00:56:32 2019
+++ pkgsrc/databases/mongodb/Makefile Thu Jun 27 00:58:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/06/27 00:56:32 gdt Exp $
+# $NetBSD: Makefile,v 1.38 2019/06/27 00:58:54 gdt Exp $
DISTNAME= mongodb-src-r4.0.6
PKGNAME= ${DISTNAME:S/src-r//}
@@ -24,6 +24,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9
NO_CONFIGURE= yes
USE_LANGUAGES= c99 c++14
# USE_LANGUAGES+= c11
+GCC_REQD+= 6
+
USE_TOOLS+= pkg-config
SCONS_ARGS= ${_MAKE_JOBS}
Home |
Main Index |
Thread Index |
Old Index