pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mongodb mongodb: Mark as unavailable on i386...
details: https://anonhg.NetBSD.org/pkgsrc/rev/93b5dbca5ed3
branches: trunk
changeset: 312798:93b5dbca5ed3
user: gavan <gavan%pkgsrc.org@localhost>
date: Fri Sep 14 11:04:20 2018 +0000
description:
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.
diffstat:
databases/mongodb/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 9b0d8e513714 -r 93b5dbca5ed3 databases/mongodb/Makefile
--- a/databases/mongodb/Makefile Fri Sep 14 10:04:54 2018 +0000
+++ b/databases/mongodb/Makefile Fri Sep 14 11:04:20 2018 +0000
@@ -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 @@
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