[Midnightbsd-cvs] [MidnightBSD/mports] c01a24: mail/thunderbird: fix libxul undefined symbol with...

Lucas Holt noreply at github.com
Tue Jul 14 22:23:53 EDT 2026


  Branch: refs/heads/mail/thunderbird
  Home:   https://github.com/MidnightBSD/mports
  Commit: c01a24c75662d984635f4dd7d016d3e46fccbd5e
      https://github.com/MidnightBSD/mports/commit/c01a24c75662d984635f4dd7d016d3e46fccbd5e
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-07-14 (Tue, 14 Jul 2026)

  Changed paths:
    M mail/thunderbird/Makefile
    A mail/thunderbird/files/patch-bug2040125

  Log Message:
  -----------
  mail/thunderbird: fix libxul undefined symbol with libproxy enabled

The port builds with --enable-libproxy (net/libproxy), so configure sets
MOZ_ENABLE_LIBPROXY=1 and compiles nsLibProxySettings.cpp instead of
nsUnixSystemProxySettings.cpp. That libproxy backend declares the whole
nsISystemProxySettings interface via NS_DECL_NSISYSTEMPROXYSETTINGS but
upstream never added an implementation of the newly-introduced
GetSystemProxyDirect(). The build/link succeeds (undefined symbols are
permitted in a shared object) but thunderbird aborts at startup:

  XPCOMGlueLoad error for file .../libxul.so:
  Undefined symbol "_ZN25nsUnixSystemProxySettings20GetSystemProxyDirectEPb"

Add files/patch-bug2040125 (Mozilla bug 2040125, FreeBSD's port carries
the same fix) which implements the trivial libproxy variant returning
false, and bump PORTREVISION.

AI-Assisted-by: Claude Opus 4.8 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list