Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2014 20:01:16 GMT
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
Message-ID:  <201412102001.sBAK1Gqd043063@trillian.chruetertee.ch>

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



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