[SVN-Commit] r1040 - in trunk: . www/firefox
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Sep 29 04:02:54 UTC 2012
Author: jbeich
Date: Sat Sep 29 04:02:46 2012
New Revision: 1040
Log:
enable Glib I/O by default (follow bug 713802)
Modified:
trunk/Gecko_ChangeLog
trunk/www/firefox/Makefile.options
Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog Fri Sep 28 22:18:46 2012 (r1039)
+++ trunk/Gecko_ChangeLog Sat Sep 29 04:02:46 2012 (r1040)
@@ -1,4 +1,5 @@
16.0:
+- enable GIO option by default
- integrate enigmail into thunderbird/seamonkey
- switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better
latency during pause and seeking with HTML5 video
Modified: trunk/www/firefox/Makefile.options
==============================================================================
--- trunk/www/firefox/Makefile.options Fri Sep 28 22:18:46 2012 (r1039)
+++ trunk/www/firefox/Makefile.options Sat Sep 29 04:02:46 2012 (r1040)
@@ -1,7 +1,7 @@
# -*- makefile-bsdmake -*-
OPTIONS_DEFINE+= DBUS DEBUG GNOME LIBPROXY LOGGING OPTIMIZED_CFLAGS
-OPTIONS_DEFAULT+= DBUS GTK2 LOGGING OSS
+OPTIONS_DEFAULT+= DBUS GIO GTK2 LOGGING OSS
OPTIONS_SINGLE+= AUDIO
OPTIONS_SINGLE_AUDIO= ALSA OSS PULSEAUDIO
More information about the freebsd-gecko
mailing list