Created attachment 166352 [details] databases/mongodb32-tools fixes MongoDB 3.2 doesn't built on FreeBSD, and its tools fail to build for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL version that the builder detects. Fortunately, we don't have to solve that as the primary port does not support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10.
Created attachment 166354 [details] databases/mongodb32-tools fixes Forgot revision, and removed the unnecessary openssl port use as that was for FreeBSD 9.
Passes QA.
A commit references this bug: Author: koobs Date: Wed Feb 10 14:32:12 UTC 2016 New revision: 408633 URL: https://svnweb.freebsd.org/changeset/ports/408633 Log: databases/mongodb32{-tools}: Disable WIRETIGER on i386, Mark BROKEN on 9.x MongoDB 3.2 doesn't build on FreeBSD 9.x, and its tools fail to build for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL version that the builder detects. Fortunately, we don't have to solve that as the primary port does not support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10. PR: 206795, 206796 Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer) MFH: 2016Q1 Changes: head/databases/mongodb32/Makefile head/databases/mongodb32-tools/Makefile
mongodb32 is not in quarterly branch 2016Q1, MFH not necessary Thank you Brendan