Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2012 04:02:47 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1040 - in trunk: . www/firefox
Message-ID:  <201209290402.q8T42lej026886@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209290402.q8T42lej026886>