Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 06:49:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421533 - in head: Mk www/firefox
Message-ID:  <201609080649.u886nORC096588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Sep  8 06:49:24 2016
New Revision: 421533
URL: https://svnweb.freebsd.org/changeset/ports/421533

Log:
  gecko: drop poorly maintained GIO=off case after r376999
  
  Glib IO is already used by Gtk internally, so there's little reason
  to avoid it unless using non-Gtk builds which are no longer supported.
  
  https://bugzilla.mozilla.org/show_bug.cgi?id=1286627
  https://bugzilla.mozilla.org/show_bug.cgi?id=1287288
  
  PR:		210220
  Reported by:	Marco Beishuizen, Arrigo Marchiori
  MFH:		2016Q3

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)
  head/www/firefox/Makefile.options   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Thu Sep  8 06:49:10 2016	(r421532)
+++ head/Mk/bsd.gecko.mk	Thu Sep  8 06:49:24 2016	(r421533)
@@ -341,12 +341,6 @@ MOZ_OPTIONS+=	--enable-gconf
 MOZ_OPTIONS+=	--disable-gconf
 .endif
 
-.if ${PORT_OPTIONS:MGIO}
-MOZ_OPTIONS+=	--enable-gio
-.else
-MOZ_OPTIONS+=	--disable-gio
-.endif
-
 .if ${PORT_OPTIONS:MGNOMEUI}
 BUILD_DEPENDS+=	${libgnomeui_DETECT}:${libgnomeui_LIB_DEPENDS:C/.*://}
 USE_GNOME+=		libgnomeui:build

Modified: head/www/firefox/Makefile.options
==============================================================================
--- head/www/firefox/Makefile.options	Thu Sep  8 06:49:10 2016	(r421532)
+++ head/www/firefox/Makefile.options	Thu Sep  8 06:49:24 2016	(r421533)
@@ -1,10 +1,10 @@
 # -*- makefile-bsdmake -*-
 
-OPTIONS_DEFINE+= 	BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF GIO \
+OPTIONS_DEFINE+= 	BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF \
 			GNOMEUI GSTREAMER INTEGER_SAMPLES LIBPROXY LOGGING \
 			OPTIMIZED_CFLAGS PGO PROFILE TEST
 
-OPTIONS_DEFAULT+=	DBUS DTRACE FFMPEG GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS \
+OPTIONS_DEFAULT+=	DBUS DTRACE FFMPEG GSTREAMER LOGGING OPTIMIZED_CFLAGS \
 			${OPTIONS_MULTI_AUDIO} \
 			${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}
 



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