ping
On 2017-05-25 15:18, Andrew Aldridge wrote:
Hello,
This port contains the mongo-tools[1] collection of administrative
tools for MongoDB databases.
The patches allow the bundled Go dependencies to work with LibreSSL
and to search /usr/local/{include,local} for libsasl2. I have done
some
work.
SASL support is put in a flavor because I strongly suspect it will
receive limited use, if any, given that SASL/LDAP support in the MongoDB
server is only available in MongoDB Enterprise Advanced.
[1]: https://github.com/mongodb/mongo-tools
Thank you,
-- Andrew Aldridge
mongo
Hello,
This patch updates the databases/py-mongo port to 3.4.0, and adds a
python3 flavor. It removes building the Sphinx documentation; it seems
unnecessary, given that all of the docs are available at [1]. That said,
I'm happy to re-add them.
All tests pass on -current/amd64.
[1]: http://
Hello,
This patch updates MongoDB to 3.2.13 which, among a lot of other
things[1], updates the bundled SpiderMonkey release.
It also makes two changes to the sets of patches:
* It REMOVES a patch that worked around siginfo->si_addr not being
POSIX-compliant. This has been fixed in OpenBSD-cur
ping
On 2017-03-25 12:38, Andrew Aldridge wrote:
Minor update, but fixes a few WiredTiger and aggregation bugs.
Also:
* install manpages,
* add mongobridge to PLIST,
* remove duplicated line,
* use BSD make loop structure rather than shell loop, so
progress is reported.
Thanks,
Andrew
Minor update, but fixes a few WiredTiger and aggregation bugs.
Also:
* install manpages,
* add mongobridge to PLIST,
* remove duplicated line,
* use BSD make loop structure rather than shell loop, so
progress is reported.
Thanks,
Andrew Aldridge
Index: Makefile
SD$
+COMMENT = Tools for working with the MongoDB database
+
+V = 3.2.11
+DISTNAME = mongo-tools-${V}
+PKGNAME = ${DISTNAME:S/_r/./}
+
+GH_ACCOUNT = mongodb
+GH_PROJECT = mongo-tools
+GH_TAGNAME = r${V}
+
+CATEGORIES = databases
+
+HOMEPAGE = https://github.com/mongodb/mongo-tools
+MAINT
Minor update, but fixes a few WiredTiger and aggregation bugs.
While I'm in here:
* install manpages,
* install mongobridge,
* remove duplicated line,
* use BSD make loop structure rather than shell loop, so
progress is reported.
Thanks,
Andrew AldridgeIndex: mongodb/Makefile
=
Also updates some URLs that redirect. All tests pass.
diff --git a/Makefile b/Makefile
index 86e95b6..b45d4e3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,11 @@ DPB_PROPERTIES = parallel
COMMENT = scalable, high-performance document-oriented database
-DISTNAME = mongodb-src-r3.2.6
I should have noticed before now, but the MongoDB install target is not
stripping binaries, causing them to weigh in at around 500MB each.
This patch manually invokes the $INSTALL_PROGRAM macro for each built
program rather than going through scons.
This patch also turns on TLS/SSL support; t
On 2016-05-09 03:29, Stuart Henderson wrote:
In bulk builds, other packages get installed and deinstalled all the
time. If this causes failures, either icu4c needs adding as a
dependency
or we need to figure out how to stop it from being picked up.
So you folks are right: what seems to be hap
alled, does it still fail?
-- Andrew Aldridge
: Andrew Aldridge
Date: Sat Apr 30 05:31:12 2016 -0400
Update to 3.2.6
diff --git a/Makefile b/Makefile
index 8c03687..f18c73b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,13 @@
PORTROACH =limitw:1,even
-#atomic_int.h: error "unsupported compiler or platform" on o
==
commit 259a5ce12b0fd16b92515ddf29fce6f7c86c6431
Author: Andrew Aldridge
Date: Thu Mar 31 11:21:11 2016 -0400
Upgrade to 3.2.6
diff --git a/Makefile b/Makefile
index 8c03687..9b90aae 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,12 @@
PORTROACH =limitw:1,even
-#atomic_int.h: error "unsupported compiler
14 matches
Mail list logo