[MacPorts] #67530: libreoffice @7.5.3.2: No package 'mdds-2.0' found
MacPorts
noreply at macports.org
Mon May 29 19:22:38 UTC 2023
#67530: libreoffice @7.5.3.2: No package 'mdds-2.0' found
--------------------------+----------------------
Reporter: ryandesign | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: libreoffice |
--------------------------+----------------------
Changes (by mascguy):
* owner: Tatsh => mascguy
* cc: Tatsh, barracuda156 (added)
Comment:
This is due to the update of `mdds` to 2.1.x, via PR:
[https://github.com/macports/macports-ports/pull/18793 PR 18793 - mdds:
update to 2.1.1]
The new version apparently changes the API/ABI version to 2.1:
{{{
$ port contents mdds
/opt/local/include/mdds-2.1/mdds/flat_segment_tree.hpp
/opt/local/include/mdds-2.1/mdds/flat_segment_tree_def.inl
/opt/local/include/mdds-2.1/mdds/flat_segment_tree_itr.hpp
[...]
/opt/local/share/pkgconfig/mdds-2.1.pc
}}}
On the bright side, this makes adding a new port for 2.0.x easy, since
nothing conflicts. (Well, the docs do, but easy to fix.)
So here's a summary of the plan:
* `mdds` will be renamed to `mdds-2.1`
* New port `mdds-2.0` will be added, to provide 2.0 bindings
* Dependents will be updated to use the appropriate one
Will take care of this within the next 24 hours. Sorry for the trouble,
but thankfully not a lot of work.
--
Ticket URL: <https://trac.macports.org/ticket/67530#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list