Page MenuHomeFreeBSD

net-im/tox: upgrade to v0.2.0
ClosedPublic

Authored by thierry on Mar 1 2018, 9:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 5 2024, 5:10 AM
Unknown Object (File)
Mar 5 2024, 5:10 AM
Unknown Object (File)
Mar 5 2024, 5:10 AM
Unknown Object (File)
Mar 5 2024, 4:58 AM
Unknown Object (File)
Jan 16 2024, 2:42 AM
Unknown Object (File)
Dec 20 2023, 5:12 AM
Unknown Object (File)
Dec 10 2023, 1:23 PM
Unknown Object (File)
Nov 12 2023, 1:32 AM
Subscribers

Details

Summary

This version brings a lot of changes, breaks the ABI, and changes the structure of the libraries.

See https://github.com/TokTok/c-toxcore/releases/tag/v0.2.0

Test Plan

To be testes with all Tox clients:

net-im/toxic
net-im/uTox
net-im/py-toxcore-c
net-im/qTox

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

All of them fail.
qTox fails with this error message:

-- Checking for one of the modules 'libtoxav'
CMake Error at cmake/Dependencies.cmake:73 (message):
  TOXAV package, library or framework not found

You need to tell them. I saw that they were saying that they will release toxcore once qTox works with it.

In D14558#305456, @yuri wrote:

All of them fail.

Yes, of course, this is why I did not upgrade net-im/tox but submitted this on phabricator!
We have to wait for updates of the clients and synchronize them.
E.g., toxic released a new version today: see
https://github.com/JFreegman/toxic/releases/tag/v0.8.2

I've just submitted a PR, it will be easier to coordinate the different ports:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226310

net-im/py-toxcore-c: r463518 makes it compatible with toxcore 0.2.0

net-im/qTox: r463597 makes it compatible with toxcore 0.2.0

Labeling it as "accepted" since the other 2 ports aren't maintained by me.

This revision is now accepted and ready to land.Mar 4 2018, 7:46 PM

Thanks Yuri!
Toxic is also ready, we are just waiting for portmaster_BSDforge.com

There are many .so removed. If there are any port that link with them, you need to bump them so that they get rebuilt.

There is a disagreement in uTox https://github.com/uTox/uTox/pull/1157
One influential project member doesn't trust the TokTok/c-toxcore version.
Otherwise, the patch is ready there since Dec 30, 2017.

I think you should branch out net-im/tox12, keep uTox on it, and commit the new tox-0.2.0.
Otherwise there could be months until this is resolved.

This revision was automatically updated to reflect the committed changes.