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:   adam
Date:           Fri Jun 28 12:57:28 UTC 2019

Modified Files:
        pkgsrc/databases/mongodb: Makefile

Log Message:
mongodb: remove unused comment


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/databases/mongodb/Makefile:1.42
--- pkgsrc/databases/mongodb/Makefile:1.41      Fri Jun 28 12:04:59 2019
+++ pkgsrc/databases/mongodb/Makefile   Fri Jun 28 12:57:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/06/28 12:04:59 gdt Exp $
+# $NetBSD: Makefile,v 1.42 2019/06/28 12:57:28 adam Exp $
 
 DISTNAME=      mongodb-src-r4.0.6
 PKGNAME=       ${DISTNAME:S/src-r//}
@@ -24,7 +24,6 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-yaml-[0-9
 NO_CONFIGURE=  yes
 # https://github.com/mongodb/mongo/blob/master/docs/building.md
 USE_LANGUAGES= c99 c++17
-# USE_LANGUAGES+=      c11
 GCC_REQD+=     8
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index