https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294175
Charlie Li <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|lang/python311: missing |lang/python31{1,2,3}: |dependency devel/libb2 |missing dependency | |devel/libb2 See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2623 | |83 --- Comment #4 from Charlie Li <[email protected]> --- Upon further investigation, the original devel/libb2 does not actually use meson, but rather a fork ostensibly made for Arch Linux added meson support and diizzy@ insisted on using it in bug 262383. The Python 3.11 changelog state that linking to an external libb2 is preferred over its own vendored copy: https://docs.python.org/3.14/whatsnew/changelog.html#id415 There is a configure flag to force the vendored copy. Linking to the port would need the commit from bug 262383 reverted. 3.14 stopped using libb2 in any fashion as the BLAKE2 support comes from HACL* instead: https://docs.python.org/3.14/whatsnew/changelog.html#id198 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
