FreeBSD Bugzilla – Attachment 167374 Details for
Bug 207417
databases/mongodb32: Update to 3.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
MongoDB 3.2.3 patch
mongodb32_3.2.3.patch (text/plain), 2.50 KB, created by
Brendan Molloy
on 2016-02-24 23:29:46 UTC
(
hide
)
Description:
MongoDB 3.2.3 patch
Filename:
MIME Type:
Creator:
Brendan Molloy
Created:
2016-02-24 23:29:46 UTC
Size:
2.50 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 409485) >+++ Makefile (working copy) >@@ -2,9 +2,8 @@ > # $FreeBSD$ > > PORTNAME= mongodb32 >-PORTVERSION= 3.2.1 >+PORTVERSION= 3.2.3 > DISTVERSIONPREFIX= r >-PORTREVISION= 1 > CATEGORIES= databases net > MASTER_SITES= https://fastdl.mongodb.org/src/ \ > http://fastdl.mongodb.org/src/ \ >@@ -18,19 +17,25 @@ > LICENSE= AGPLv3 APACHE20 > LICENSE_COMB= multi > >+# Bugs when compiled with < Clang 3.7 >+# - https://jira.mongodb.org/browse/SERVER-21217 >+# - https://jira.mongodb.org/browse/SERVER-22740 >+BUILD_DEPENDS= ${LOCALBASE}/bin/clang37:${PORTSDIR}/lang/clang37 > LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ > libsnappy.so:${PORTSDIR}/archivers/snappy > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml \ > ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:${PORTSDIR}/databases/pymongo > >-ONLY_FOR_ARCHS= i386 amd64 >-ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" >+CPP= ${LOCALBASE}/bin/clang-cpp37 >+CC= ${LOCALBASE}/bin/clang37 >+CXX= ${LOCALBASE}/bin/clang++37 >+CHOSEN_COMPILER_TYPE= clang > >-OPTIONS_DEFINE= SASL SSL WIREDTIGER >-OPTIONS_DEFAULT= SSL WIREDTIGER >+ONLY_FOR_ARCHS= amd64 >+ONLY_FOR_ARCHS_REASON= "Only supported on amd64 (i386 deprecated in v3)" > >-# Only supported on 64-bit >-OPTIONS_EXCLUDE_i386= WIREDTIGER >+OPTIONS_DEFINE= SASL SSL >+OPTIONS_DEFAULT= SASL SSL > > SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 > SASL_MAKE_ARGS= --use-sasl-client >@@ -38,14 +43,9 @@ > SSL_USE= openssl=yes > SSL_MAKE_ARGS= --ssl > >-WIREDTIGER_DESC= WiredTiger database engine support >-WIREDTIGER_VARS= wiredtiger_build=on >-WIREDTIGER_VARS_OFF= wiredtiger_build=off >- > USES= cpe execinfo python:build scons > > MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ >- --wiredtiger=${WIREDTIGER_BUILD} \ > --use-system-pcre --use-system-snappy \ > --release > >@@ -59,10 +59,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${ARCH} == "i386" >-WIREDTIGER_BUILD= off >-.endif >- > .if ${OSVERSION} < 1000000 > # Cannot be built > IGNORE= unsupported on FreeBSD 9 or older >Index: distinfo >=================================================================== >--- distinfo (revision 409485) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (mongodb-src-r3.2.1.tar.gz) = 50431a3ba5ab68bd0bed4a157a8528ca27753a63cf101f13135255e4e9d42f15 >-SIZE (mongodb-src-r3.2.1.tar.gz) = 26397562 >+SHA256 (mongodb-src-r3.2.3.tar.gz) = 82030ada190095b5d95c0b59e9cf74efe9db602b49d2b8857b06f2683a5227fa >+SIZE (mongodb-src-r3.2.3.tar.gz) = 29607224
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
brendan+freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207417
:
167295
| 167374