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 28 16:21:11 UTC 2019

Modified Files:
        pkgsrc/databases/mongodb: Makefile

Log Message:
databases/mongodb: Re-add comment about needing c11

mongodb's build script says it needs a c11 compiler.  However, one
can't add change c99 to c11 in USE_LANGUAGES like one would expect
because mk/compiler* doesn't yet have c11 support.  Note this, to be
fixed when we have c11 support in mk/compiler*.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/databases/mongodb/Makefile:1.43
--- pkgsrc/databases/mongodb/Makefile:1.42      Fri Jun 28 12:57:28 2019
+++ pkgsrc/databases/mongodb/Makefile   Fri Jun 28 16:21:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/06/28 12:57:28 adam Exp $
+# $NetBSD: Makefile,v 1.43 2019/06/28 16:21:11 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
 # https://github.com/mongodb/mongo/blob/master/docs/building.md
 USE_LANGUAGES= c99 c++17
+# Note that USE_LANGUAGES should contain c11, per SConstruct, but
+# pkgsrc does not yet support that.
 GCC_REQD+=     8
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index