From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 10 20:01:31 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C1DA344 for ; Wed, 10 Dec 2014 20:01:31 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01F40BED for ; Wed, 10 Dec 2014 20:01:30 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id sBAK1LWg044630 for ; Wed, 10 Dec 2014 20:01:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id sBAK1Gqd043063 for freebsd-gecko@freebsd.org; Wed, 10 Dec 2014 20:01:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 10 Dec 2014 20:01:16 GMT Message-Id: <201412102001.sBAK1Gqd043063@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1791 - in trunk: . Mk www/firefox www/firefox-esr www/firefox-nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 20:01:31 -0000 Author: jbeich Date: Wed Dec 10 20:01:16 2014 New Revision: 1791 Log: drop GNOMEVFS2 per Mozilla bug 1047752 Added: trunk/Gecko_ChangeLog Modified: trunk/Mk/bsd.gecko.mk trunk/www/firefox-esr/pkg-message trunk/www/firefox-nightly/pkg-message trunk/www/firefox/Makefile.options trunk/www/firefox/pkg-message Added: trunk/Gecko_ChangeLog ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/Gecko_ChangeLog Wed Dec 10 20:01:16 2014 (r1791) @@ -0,0 +1 @@ +- drop GNOMEVFS2 option ahead of upstream in favor of GIO (gvfs) Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Tue Dec 9 15:59:28 2014 (r1790) +++ trunk/Mk/bsd.gecko.mk Wed Dec 10 20:01:16 2014 (r1791) @@ -322,15 +322,6 @@ MOZ_OPTIONS+= --disable-gnomeui .endif -.if ${PORT_OPTIONS:MGNOMEVFS2} -BUILD_DEPENDS+= ${gnomevfs2_DETECT}:${gnomevfs2_LIB_DEPENDS:C/.*://} -USE_GNOME+= gnomevfs2:build -MOZ_OPTIONS+= --enable-gnomevfs -MOZ_OPTIONS:= ${MOZ_OPTIONS:C/(extensions)=(.*)/\1=\2,gnomevfs/} -.else -MOZ_OPTIONS+= --disable-gnomevfs -.endif - .if ${PORT_OPTIONS:MLIBPROXY} LIB_DEPENDS+= libproxy.so:${PORTSDIR}/net/libproxy MOZ_OPTIONS+= --enable-libproxy Modified: trunk/www/firefox-esr/pkg-message ============================================================================== --- trunk/www/firefox-esr/pkg-message Tue Dec 9 15:59:28 2014 (r1790) +++ trunk/www/firefox-esr/pkg-message Wed Dec 10 20:01:16 2014 (r1791) @@ -1,9 +1,9 @@ ====================================================================== -smb:// issues (Gvfs/GIO or GNOMEVFS2 option): +smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. -sftp:// (Gvfs/GIO or GNOMEVFS2 option): +sftp:// (Gvfs/GIO option): Only sftp access using public key authentication works. To easily setup public key authentication to "remote_host": Modified: trunk/www/firefox-nightly/pkg-message ============================================================================== --- trunk/www/firefox-nightly/pkg-message Tue Dec 9 15:59:28 2014 (r1790) +++ trunk/www/firefox-nightly/pkg-message Wed Dec 10 20:01:16 2014 (r1791) @@ -1,9 +1,9 @@ ====================================================================== -smb:// issues (Gvfs/GIO or GNOMEVFS2 option): +smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. -sftp:// (Gvfs/GIO or GNOMEVFS2 option): +sftp:// (Gvfs/GIO option): Only sftp access using public key authentication works. To easily setup public key authentication to "remote_host": Modified: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Tue Dec 9 15:59:28 2014 (r1790) +++ trunk/www/firefox/Makefile.options Wed Dec 10 20:01:16 2014 (r1791) @@ -1,6 +1,6 @@ # -*- makefile-bsdmake -*- -OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ +OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GSTREAMER \ LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS Modified: trunk/www/firefox/pkg-message ============================================================================== --- trunk/www/firefox/pkg-message Tue Dec 9 15:59:28 2014 (r1790) +++ trunk/www/firefox/pkg-message Wed Dec 10 20:01:16 2014 (r1791) @@ -1,9 +1,9 @@ ====================================================================== -smb:// issues (Gvfs/GIO or GNOMEVFS2 option): +smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. -sftp:// (Gvfs/GIO or GNOMEVFS2 option): +sftp:// (Gvfs/GIO option): Only sftp access using public key authentication works. To easily setup public key authentication to "remote_host":