f92079c61e
- firefox 31.0 - firefox-esr 24.7.0 - libxul 24.7.0 - seamonkey 2.26.1 - thunderbird 31.0 Among changes: - add workaround for crash with openldap on thunderbird and seamonkey [1] - add crashfix for architectures with strict alignmentment - backport crashfix with system sqlite/nss on firefox-esr and thunderbird - restore hooking jemalloc in sqlite on freebsd 10+ - fix thunderbird build with -jN [2] - respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2] - define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey - require recent gstreamer1-libav i386 crashfix - add DTRACE option for use with DTraceToolkit (js_flowtime.d, js_who.d, etc) PR: 165263 [1] PR: 184630 [2] Submitted by: Jan Beich
16 lines
613 B
Text
16 lines
613 B
Text
# -*- makefile-bsdmake -*-
|
|
|
|
OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \
|
|
LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST
|
|
OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS
|
|
|
|
OPTIONS_MULTI+= AUDIO
|
|
OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO
|
|
|
|
DTRACE_DESC?= Build with DTrace probes # move to bsd.options.desc.mk
|
|
ENIGMAIL_DESC?= Enigmail extension
|
|
GIO_DESC?= GIO for file I/O # move to bsd.options.desc.mk
|
|
GNOMEUI_DESC?= libgnomeui support module
|
|
LIBPROXY_DESC?= Proxy support via libproxy
|
|
LIGHTNING_DESC?= Calendar extension
|
|
LOGGING_DESC?= Additional log messages
|