Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Feb 2018 09:46:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224821] databases/mongodb36: fails to build with boost 1.66
Message-ID:  <bug-224821-13-mMCoSjeIx2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224821-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224821-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224821

--- Comment #14 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 189929
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189929
3.6.2, boost 1.66 fix

(In reply to Vlad Galu from comment #13)
> Can this be merged then?

databases/mongodb36 currently doesn't exist.

>  LIB_DEPENDS=3D	libpcre.so:devel/pcre \
> -		libsnappy.so:archivers/snappy \
> -		libboost_system.so:devel/boost-libs
> +		libboost_system.so:devel/boost-libs \
> +		libsnappy.so:archivers/snappy

Please, sort by port origin/directory or just drop patch churn.

> ---- SConstruct.orig	2017-12-01 17:04:06 UTC
> +--- SConstruct.orig	2018-01-04 23:28:55 UTC
[...]
> ---- rpm/mongod.conf.orig	2017-12-01 17:04:06 UTC
> +--- rpm/mongod.conf.orig	2018-01-04 23:28:55 UTC

Unless context lines or offsets have changed this only introduces patch chu=
rn.

> +-        oqMetadata =3D boost::make_optional<rpc::OplogQueryMetadata>(me=
tadataResult.getValue());
> ++        oqMetadata =3D boost::optional<rpc::OplogQueryMetadata>(metadat=
aResult.getValue());

Why is this different from https://github.com/mongodb/mongo/commit/3c34eda8=
d8a3
?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224821-13-mMCoSjeIx2>