mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
c80e090095
- Update Firefox ESR to 24.4.0 - Update Thunderbird to 24.4.0 - Update NSPR to 4.10.4 - Update NSS to 3.15.5 - Switch GSTREAMER option for non-esr ports to depend on multimedia/gstreamer1 [2] - Switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x - Use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2 - Enable readahead in url-classifier, asmjs, download resume like on Linux - Build www/firefox and www/seamonkey faster using unified compilation - Unbreak build on sparc64 [1] - Workaround OPTIMIZED_CFLAGS startup crash on 8.x and 9.x - OPTIMIZED_CFLAGS is enabled by default - A few DEBUG build fixes - Add clang 3.2/3.3/3.4 workarounds for i386 - Mention known GSTREAMER issue in pkg-message Submitted by: Jan Beich PR: ports/186580 [1] Requested by: kwm [2] Security: http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html
16 lines
536 B
Makefile
16 lines
536 B
Makefile
# -*- makefile-bsdmake -*-
|
|
|
|
OPTIONS_DEFINE+= DBUS DEBUG 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
|
|
|
|
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
|