Opened 12 years ago
Closed 12 years ago
#36290 closed update (fixed)
mongodb: update to 2.2.0, use internal boost
Reported by: | kimuraw (kimura wataru) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | |
Port: | mongodb |
Description
mongodb-2.2 includes boost-1.49. this update solves #35118.
http://docs.mongodb.org/manual/release-notes/2.2/
I wrote a patch to port:mongodb.
- remove port:boost from depends_lib and use boost under mongodb codebase
- update patchfiles to fit 2.2.0
- replace a scons option --usesm to --use-system-sm, introduced 2.2.0
- add a patchfile to fix some problems at using --use-system-sm
Attachments (1)
Change History (4)
Changed 12 years ago by kimuraw (kimura wataru)
Attachment: | mongodb-2.2.0.diff added |
---|
comment:1 Changed 12 years ago by kimuraw (kimura wataru)
Type: | defect → update |
---|
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Status: | new → assigned |
Summary: | update: mongodb-2.2.0 → mongodb: update to 2.2.0, use internal boost |
Thanks very much! I had been trying to do this update myself, but had run into problems, especially with spidermonkey, so thanks especially for that patch. I had also reached the same conclusion about boost: that we should be using the internal version.
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Staging failed, but I found the bug report and patch for that.
Committed in r98079.
Note: See
TracTickets for help on using
tickets.
update port:mongodb to 2.2.0