From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 6 16:33:37 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A8B3106567B for ; Fri, 6 Jul 2012 16:33:37 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id ADBE28FC08 for ; Fri, 6 Jul 2012 16:33:36 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q66GXZYe084027 for ; Fri, 6 Jul 2012 16:33:35 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q66GXUvm082325 for freebsd-gecko@freebsd.org; Fri, 6 Jul 2012 16:33:30 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Jul 2012 16:33:30 GMT Message-Id: <201207061633.q66GXUvm082325@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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r845 - in branches/experimental: Mk www/firefox www/firefox-esr www/firefox-nightly www/firefox36 www/seamonkey X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2012 16:33:37 -0000 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 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