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: gavan
Date: Fri Sep 14 11:04:20 UTC 2018
Modified Files:
pkgsrc/databases/mongodb: Makefile
Log Message:
mongodb: Mark as unavailable on i386 platforms.
MongoDB since 3.4 has explicitly not supported 32-bit x86 platforms.
As the current package fails to build, let's acknowledge that up front.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/databases/mongodb/Makefile:1.30
--- pkgsrc/databases/mongodb/Makefile:1.29 Thu Aug 16 18:54:38 2018
+++ pkgsrc/databases/mongodb/Makefile Fri Sep 14 11:04:20 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/08/16 18:54:38 adam Exp $
+# $NetBSD: Makefile,v 1.30 2018/09/14 11:04:20 gavan Exp $
DISTNAME= mongodb-src-r3.4.4
PKGNAME= ${DISTNAME:S/src-r//:S/-rc/rc/}
@@ -11,6 +11,9 @@ HOMEPAGE= http://mongodb.org/
COMMENT= NoSQL distributed document-oriented database
LICENSE= gnu-agpl-v3 # Client and tools licensed under apache-2.0
+# MongoDB 3.4 onwards explicitly does not support 32-bit x86 platforms
+NOT_FOR_PLATFORM+= *-*-i386
+
EXTRACT_USING= bsdtar
NO_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index