pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mongodb databases/mongodb: Re-add comment ab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0017d7e5aaf9
branches:  trunk
changeset: 335678:0017d7e5aaf9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Jun 28 16:21:11 2019 +0000

description:
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*.

diffstat:

 databases/mongodb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0a96853e0b4f -r 0017d7e5aaf9 databases/mongodb/Makefile
--- a/databases/mongodb/Makefile        Fri Jun 28 12:57:28 2019 +0000
+++ b/databases/mongodb/Makefile        Fri Jun 28 16:21:11 2019 +0000
@@ -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 @@
 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