Date: Fri, 6 Jul 2012 16:33:30 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r845 - in branches/experimental: Mk www/firefox www/firefox-esr www/firefox-nightly www/firefox36 www/seamonkey Message-ID: <201207061633.q66GXUvm082325@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 6 16:33:30 2012
New Revision: 845
Log:
rename SMB option to GNOMEVFS2 to reflect reality
Modified:
branches/experimental/Mk/bsd.gecko.mk
branches/experimental/www/firefox-esr/pkg-message
branches/experimental/www/firefox-nightly/pkg-message
branches/experimental/www/firefox/pkg-message
branches/experimental/www/firefox36/Makefile
branches/experimental/www/firefox36/pkg-message
branches/experimental/www/seamonkey/Makefile
Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk Fri Jul 6 16:33:20 2012 (r844)
+++ branches/experimental/Mk/bsd.gecko.mk Fri Jul 6 16:33:30 2012 (r845)
@@ -557,7 +557,6 @@
LIGHTNING_DESC?=Enable calendar extension
LOGGING_DESC?= Enable additional log messages
PGO_DESC?= Enable Profile-Guided Optimization # move to bsd.options.desc.mk
-SMB?= Enable smb:// URI support using gnomevfs
# Standard depends
_ALL_DEPENDS= cairo dbm event ffi hunspell jpeg nspr nss png sqlite vpx zip
@@ -686,7 +685,7 @@
MOZ_OPTIONS+= --disable-gstreamer
.endif
-.if ${PORT_OPTIONS:MSMB}
+.if ${PORT_OPTIONS:MGNOMEVFS2}
USE_GNOME+= gnomevfs2
MOZ_OPTIONS+= --enable-gnomevfs
.else
Modified: branches/experimental/www/firefox-esr/pkg-message
==============================================================================
--- branches/experimental/www/firefox-esr/pkg-message Fri Jul 6 16:33:20 2012 (r844)
+++ branches/experimental/www/firefox-esr/pkg-message Fri Jul 6 16:33:30 2012 (r845)
@@ -1,9 +1,9 @@
======================================================================
-SMB issues:
+smb:// issues (GNOMEVFS2 option):
Network group, machine, and share browsing does not work correctly.
-SFTP:
+sftp:// (GNOMEVFS2 option):
Only sftp access using public key authentication works. To easily
setup public key authentication to "remote_host":
Modified: branches/experimental/www/firefox-nightly/pkg-message
==============================================================================
--- branches/experimental/www/firefox-nightly/pkg-message Fri Jul 6 16:33:20 2012 (r844)
+++ branches/experimental/www/firefox-nightly/pkg-message Fri Jul 6 16:33:30 2012 (r845)
@@ -1,9 +1,9 @@
======================================================================
-SMB issues:
+smb:// issues (GNOMEVFS2 option):
Network group, machine, and share browsing does not work correctly.
-SFTP:
+sftp:// (GNOMEVFS2 option):
Only sftp access using public key authentication works. To easily
setup public key authentication to "remote_host":
Modified: branches/experimental/www/firefox/pkg-message
==============================================================================
--- branches/experimental/www/firefox/pkg-message Fri Jul 6 16:33:20 2012 (r844)
+++ branches/experimental/www/firefox/pkg-message Fri Jul 6 16:33:30 2012 (r845)
@@ -1,9 +1,9 @@
======================================================================
-SMB issues:
+smb:// issues (GNOMEVFS2 option):
Network group, machine, and share browsing does not work correctly.
-SFTP:
+sftp:// (GNOMEVFS2 option):
Only sftp access using public key authentication works. To easily
setup public key authentication to "remote_host":
Modified: branches/experimental/www/firefox36/Makefile
==============================================================================
--- branches/experimental/www/firefox36/Makefile Fri Jul 6 16:33:20 2012 (r844)
+++ branches/experimental/www/firefox36/Makefile Fri Jul 6 16:33:30 2012 (r845)
@@ -50,7 +50,7 @@
--disable-necko-wifi
OPTIONS_DEFAULT=DBUS
-OPTIONS_DEFINE= SMB
+OPTIONS_DEFINE= GNOMEVFS2
.include <bsd.port.pre.mk>
Modified: branches/experimental/www/firefox36/pkg-message
==============================================================================
--- branches/experimental/www/firefox36/pkg-message Fri Jul 6 16:33:20 2012 (r844)
+++ branches/experimental/www/firefox36/pkg-message Fri Jul 6 16:33:30 2012 (r845)
@@ -1,9 +1,9 @@
======================================================================
-SMB issues:
+smb:// issues (GNOMEVFS2 option):
Network group, machine, and share browsing does not work correctly.
-SFTP:
+sftp:// (GNOMEVFS2 option):
Only sftp access using public key authentication works. To easily
setup public key authentication to "remote_host":
Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile Fri Jul 6 16:33:20 2012 (r844)
+++ branches/experimental/www/seamonkey/Makefile Fri Jul 6 16:33:30 2012 (r845)
@@ -53,7 +53,7 @@
NOT_FOR_ARCHS= ia64
OPTIONS_DEFAULT=DBUS MAILNEWS COMPOSER LDAP CHATZILLA
-OPTIONS_DEFINE= CHATZILLA COMPOSER LDAP LIGHTNING MAILNEWS SMB
+OPTIONS_DEFINE= CHATZILLA COMPOSER LDAP LIGHTNING MAILNEWS GNOMEVFS2
CHATZILLA_DESC?=Enable the Chatzilla IRC module
COMPOSER_DESC?= Enable the HTML Composer module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207061633.q66GXUvm082325>
