IABSD.fr/ports/net/toxcore

Branch :


Log

Author Commit Date CI Message
3128b426 2025-01-28 14:38:28 bump REVISION for ports where WANTLIB changed on !base-clang archs due to recent COMPILER_LIBCXX changes; part 1 (those without MULTI_PACKAGES)
223dd2dc 2025-01-28 11:22:02 set COMPILER_LANGS=c for various C-only ports add annotations near COMPILER for some other ports that don't have COMPILER_LIBCXX in WANTLIB not changing the actual compiler version of anything here (some could possibly remove the COMPILER line completely where they only used COMPILER due to an old WANTLIB entry which has since stopped using C++, but changing that is too likely to break things)
1c13a233 2024-10-31 19:07:00 record build dep on gtest; from op (maintainer)
670ee597 2024-10-18 08:05:52 update net/toxcore to 0.2.19 diff from Kirill A. Korinsky, with tweaks from kn@. This update breaks (if it's not already) utox but it's going to be sent to the attic.
a34bba28 2023-09-27 14:17:59 MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use
5a66e377 2022-04-29 11:37:06 update net/toxcore to 0.2.18 changelog: https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18 port wise: switch from GH_* vars to official tarball ok selene@, while here take maintainership too.
f265c87b 2022-03-08 08:20:13 update net/toxcore to 0.2.17; ok sthen changelog https://github.com/TokTok/c-toxcore/releases/tag/v0.2.17
68ee73b8 2022-02-28 12:50:52 update toxcore to 0.2.16 changelog: https://github.com/TokTok/c-toxcore/releases/tag/v0.2.16 ok sthen@
560be159 2021-01-03 19:35:02 update to toxcore-0.2.12, test and similar diff from Tom Murphy
9e41ee3b 2019-11-24 23:05:10 toxcore: disable the test suite build, unbreak with base-gcc. NO_TEST is set anyway, and building C++11 tests with base-g++ broke the build. OK kmos@