CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/01/06 00:47:21
Modified files:
www/seamonkey-i18n: Makefile.inc distinfo
www/seamonkey : Makefile distinfo
www/seamonkey/patches:
patch-build_moz_configure_toolchain_configure
Added files:
www/seamonkey/patches: patch-netwerk_dns_prepare_tlds_py
patch-third_party_python_virtualenv___virtualenv___six-1_15_0-py2_py3-none-any_six_py
patch-third_party_python_virtualenv_virtualenv_discovery_py_info_py
patch-third_party_python_virtualenv_virtualenv_run_plugin_base_py
Log message:
www/seamonkey: unbreak by updating to 2.53.20beta1
see https://www.seamonkey-project.org/releases/seamonkey2.53.20/
- update to a beta because it includes the backports from #1715900 and
#1857492 to improve py3.12 compat
- ensure lld is used to link rust code, fixes cargo segfaults during
num_traits and any_all_workaround crates build.. found by semarie@
- update rust patch from #1896958
- whack around imp/distutils usage in the virtualenv used by the build
system to coerce it to 'work' with py3.12. see #1939376