Re: NEW: databases/mongo-tools

2017-06-09 Thread Andrew Aldridge
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

NEW: databases/mongo-tools

2017-05-25 Thread Andrew Aldridge
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

[UPDATE] databases/py-mongo to 3.4.0

2017-05-23 Thread Andrew Aldridge
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://

[UPDATE] databases/mongodb 3.2.13

2017-05-23 Thread Andrew Aldridge
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

Re: [UPDATE] databases/mongodb to 3.2.12

2017-04-05 Thread Andrew Aldridge
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

[UPDATE] databases/mongodb to 3.2.12

2017-03-25 Thread Andrew Aldridge
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

New port databases/mongo-tools

2017-01-12 Thread Andrew Aldridge
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

Update databases/mongodb 3.2.7 -> 3.2.11

2017-01-12 Thread Andrew Aldridge
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 =

UPDATE: MongoDB 3.2.7

2016-06-08 Thread Andrew Aldridge
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

Strip MongoDB binaries, and enable TLS

2016-05-28 Thread Andrew Aldridge
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

Re: databases/mongodb build error

2016-05-09 Thread Andrew Aldridge
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

Re: databases/mongodb build error

2016-05-08 Thread Andrew Aldridge
alled, does it still fail? -- Andrew Aldridge

Re: UPDATE: databases/mongodb

2016-05-05 Thread 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

UPDATE: databases/mongodb

2016-04-29 Thread Andrew Aldridge
== 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