From owner-svn-ports-all@freebsd.org Mon Sep 12 00:00:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21227BD7DCC; Mon, 12 Sep 2016 00:00:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE719ECE; Mon, 12 Sep 2016 00:00:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8C00q7p038770; Mon, 12 Sep 2016 00:00:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8C00pJc038768; Mon, 12 Sep 2016 00:00:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609120000.u8C00pJc038768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 12 Sep 2016 00:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421887 - in branches/2016Q3: Mk www/firefox X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 00:00:53 -0000 Author: jbeich Date: Mon Sep 12 00:00:51 2016 New Revision: 421887 URL: https://svnweb.freebsd.org/changeset/ports/421887 Log: MFH: r421533 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 Approved by: ports-secteam (feld) Modified: branches/2016Q3/Mk/bsd.gecko.mk branches/2016Q3/www/firefox/Makefile.options Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2016Q3/Mk/bsd.gecko.mk Sun Sep 11 23:58:50 2016 (r421886) +++ branches/2016Q3/Mk/bsd.gecko.mk Mon Sep 12 00:00:51 2016 (r421887) @@ -348,12 +348,6 @@ MOZ_OPTIONS+= --enable-gconf MOZ_OPTIONS+= --disable-gconf .endif -.if ${PORT_OPTIONS:MGIO} && ! ${MOZ_TOOLKIT:Mcairo-qt} -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: branches/2016Q3/www/firefox/Makefile.options ============================================================================== --- branches/2016Q3/www/firefox/Makefile.options Sun Sep 11 23:58:50 2016 (r421886) +++ branches/2016Q3/www/firefox/Makefile.options Mon Sep 12 00:00:51 2016 (r421887) @@ -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/}