Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.1 02 Apr 2024 11:29:27 |
Adam Weinberger (adamw) |
devel/msgpack-cxx: Update to 6.1.1 |
6.1.0 08 Jul 2023 13:34:53 |
Adam Weinberger (adamw) |
devel/msgpack-cxx: Update to 6.1.0 |
6.0.0_1 07 Apr 2023 18:07:27 |
Adam Weinberger (adamw) |
devel/msgpack-cxx: Create even more links
msgpack has made an absolute mess of things.
For the cmake files, some ports want the new filename in the old
directory name, some want the new name in the new dir, some want the new
name in the old dir, and some want the old name in the new dir.
I'm over it. Let's make even more links (should fix opendht). |
6.0.0 04 Mar 2023 18:57:03 |
Adam Weinberger (adamw) |
devel/msgpack-{c,cxx}: Update to 6.0.0
Remember that time two months ago when upstream suddenly changed their
library/cmake/header names and didn't tell anybody, or set a deprecation
period, or make any sort of warning or announcement of any kind? And
then I had to spent a ton of time fixing the breakages?
Well, apparently the msgpack team thought it was such a good idea that
they did it again. With no warning. And no deprecation period. And no
announcements.
I'm over it. I'm not chasing their renames across the tree to satisfy
upstream's two-second attention span. I'm installing links from all the
old names and we can remove them when all the consumers switch to the
new locations, which is in approximately never. |
5.0.0 10 Jan 2023 17:13:15 |
Adam Weinberger (adamw) |
devel/msgpack-cxx: Update to 5.0.0
Note that the cmake package has changed from `msgpack' to `msgpackc-cxx'
which will break some consumers. |
4.1.3 02 Nov 2022 10:51:09 |
Adam Weinberger (adamw) |
devel/msgpack-cxx: Update to 4.1.3 (thank you yuri!) |
4.1.2 01 Nov 2022 17:41:03 |
Yuri Victorovich (yuri) |
Revert "devel/msgpack-cxx: Add missing dependency devel/boost-libs"
This reverts commit a5aaa84fcc6dacb86ae8d2c02ac9e90bfd41dc8c. |
4.1.2_1 01 Nov 2022 16:32:01 |
Yuri Victorovich (yuri) |
devel/msgpack-cxx: Add missing dependency devel/boost-libs
Approved by: portmgr (bugfix) |
4.1.2 16 Oct 2022 21:10:02 |
Adam Weinberger (adamw) |
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.
devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.
In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit. |