Latest stable MongoDB (4.0.6) port proposal:
https://raw.githubusercontent.com/ashevchuk/mongodb40-freebsd-port/master/mongodb40.patch
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send
> > Latest stable MongoDB (4.0.6) port proposal:
> > https://raw.githubusercontent.com/ashevchuk/mongodb40-freebsd-port/master/mongodb40.patch
> I just tried to apply it so I can do some tests but I'm unable to apply
> your patch.
> I tested it with:
> patch -i mongodb40.patch
First of all, please
> I also shamelessly asked Andrew if he can provide a mongodb40-tools port 8-}
The first attempt to port mongodb40-tools, I have failed.
It looks like there will be difficulties with dependencies.
As soon as there is a bit of free time, I will try to fix this port.
_
Index: databases/mongodb40/Makefile
===
--- databases/mongodb40/Makefile (revision 498768)
+++ databases/mongodb40/Makefile (working copy)
@@ -2,7 +2,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
-DISTVERSION= 4.0.6
+DISTVERSION= 4.0.
New port proposal: Tools for MongoDB 4.x
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237352
PATCH:
https://raw.githubusercontent.com/ashevchuk/mongodb40-tools-freebsd-port/master/mongodb40-tools.patch
Actually, the patch itself (feel free to make the necessary
corrections, if the Makefi