FreeBSD Bugzilla – Attachment 189989 Details for
Bug 224090
databases/mongodb34: fails to build with boost 1.66
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the build with boost 1.66
boost.patch (text/plain), 1.21 KB, created by
Aleksejs Sinicins
on 2018-01-23 10:07:18 UTC
(
hide
)
Description:
Fixes the build with boost 1.66
Filename:
MIME Type:
Creator:
Aleksejs Sinicins
Created:
2018-01-23 10:07:18 UTC
Size:
1.21 KB
patch
obsolete
>--- databases/mongodb34/Makefile (revision 459678) >+++ databases/mongodb34/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= mongodb > DISTVERSIONPREFIX= r > DISTVERSION= 3.4.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases net > MASTER_SITES= https://fastdl.mongodb.org/src/ \ > http://fastdl.mongodb.org/src/ \ >@@ -18,7 +18,6 @@ > LICENSE= AGPLv3 APACHE20 > LICENSE_COMB= multi > >-BROKEN= fails to build with boost 1.66, see bug 224090 > ONLY_FOR_ARCHS= amd64 > ONLY_FOR_ARCHS_REASON= "Only supported on amd64 (i386 deprecated in v3)" > >--- databases/mongodb34/files/patch-src_mongo_db_repl_oplog__fetcher.cpp (nonexistent) >+++ databases/mongodb34/files/patch-src_mongo_db_repl_oplog__fetcher.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/mongo/db/repl/oplog_fetcher.cpp.orig 2018-01-23 07:25:10 UTC >++++ src/mongo/db/repl/oplog_fetcher.cpp >+@@ -265,7 +265,7 @@ StatusWith<boost::optional<rpc::OplogQue >+ if (!metadataResult.isOK()) { >+ return metadataResult.getStatus(); >+ } >+- oqMetadata = boost::make_optional<rpc::OplogQueryMetadata>(metadataResult.getValue()); >++ oqMetadata = boost::optional<rpc::OplogQueryMetadata>(metadataResult.getValue()); >+ } >+ return oqMetadata; >+ }
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
Actions:
View
|
Diff
Attachments on
bug 224090
: 189989