[MacPorts] #43338: Update mongodb to 2.6.0
MacPorts
noreply at macports.org
Thu Apr 17 22:07:31 PDT 2014
#43338: Update mongodb to 2.6.0
--------------------------+--------------------------
Reporter: tspindler@… | Owner: ryandesign@…
Type: update | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords:
Port: mongodb |
--------------------------+--------------------------
Changes (by ryandesign@…):
* status: assigned => closed
* resolution: => fixed
Comment:
I've read through all the differences in the SConscript. Turns out the
SConscript gained flags `--cpppath` and `--libpath` at some point, which
we can use instead of patching the SConscript and setting CPPFLAGS and
LDFLAGS in the build environment.
Additionally, the SConscript sets `--macosx-version-min=10.6` by default,
which makes it build with libstdc++, which then fails on Mavericks when
trying to link with MacPorts boost, which was built with libc++
(wiki:FAQ#libcpp). The solution to that was to add the flag `--osx-
version-min=${macosx_deployment_target}`.
Updated the port in r119143.
--
Ticket URL: <https://trac.macports.org/ticket/43338#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list