IABSD.fr/ports/www/mozilla

Branch :


Log

Author Commit Date CI Message
c1c6fca7 2024-03-05 07:12:34 www/mozilla/mozilla.port.mk: drop BDEP on devel/autoconf/2.13 bug #1663863 vendored autoconf 2.13 4 years ago..
d3967d5b 2024-01-23 14:25:29 www/mozilla: upstream moved to clang 17 with 122, so repack & selfhost again the profiling data while here bump dependency on nss 3.97.
847fe099 2024-01-02 10:33:43 www/mozilla: uses lang/rust module It switches all ports using www/mozilla to use MODULES+=lang/rust instead of BUILD_DEPENDS+=lang/rust. It makes the ports to use _SYSTEM_VERSION-rust and be bumped automatically when rust (compiler or stdlib) changes, and so get the package updated. ok tb@ landry@
273d1543 2023-12-19 14:23:43 www/mozilla: changes for gecko 121 - drop MODCLANG_VERSION=16, it's the default now - use upstream-provided profiling data, no need to repackage/selfhost it anymore now that we use the same clang version as upstream uses to generate it.
4638f120 2023-12-11 17:20:42 www/mozilla: revert back to cairo-gtk3 to unbreak www/seamonkey still enables wayland support since gtk3 has wayland support now, and it's equivalent anyway to cairo-gtk3-x11-wayland
97554e5f 2023-12-11 09:11:46 www/mozilla: drop MOZILLA_USE_WAYLAND block, and default to cairo-gtk3-x11-wayland
515318d1 2023-11-28 08:41:02 www/mozilla: switch from dbus-glib to plain dbus in MOZILLA_USE_DBUS block (currently unused) upstream finally switched from dbus-glib to gdbus in 120 via #1532281 we might enable the dbus dependency at some point if filepickers via xdg-portals become a requirement/dependency.
a8b3ec9f 2023-11-26 13:33:48 www/mozilla: fix SITES.profdata when using upstream profdata artifacts
19c65868 2023-11-18 07:43:54 www/mozilla: set MODCLANG_VERSION to 16 to build with devel/llvm/16 since base switched to llvm 16, lld fails to link libxul.so with 'LLVM ERROR: Cannot select: intrinsic %llvm.x86.sse42.crc32.64.64'. upgrading wasi-compiler-rt to 16 & switching to build with ports-clang 16 instead of 13 (the default) fixes the build.
1c0c768a 2023-11-11 15:17:31 www/mozilla: cairo-gtk3-x11-only only exists as an option since mozilla 116 cf #1833855 revert back to cairo-gtk to unbreak esr/thunderbird/tbb, as found out by naddy@