From owner-freebsd-gecko@FreeBSD.ORG Sat Jun 30 22:54:29 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 00737106566C for ; Sat, 30 Jun 2012 22:54:29 +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 936208FC08 for ; Sat, 30 Jun 2012 22:54:28 +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 q5UMsRf9008849 for ; Sat, 30 Jun 2012 22:54:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5UMsMQj007631 for freebsd-gecko@freebsd.org; Sat, 30 Jun 2012 22:54:22 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Jun 2012 22:54:22 GMT Message-Id: <201206302254.q5UMsMQj007631@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] r816 - in branches/experimental: mail/thunderbird-esr/files mail/thunderbird/files www/libxul/files www/seamonkey/files 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: Sat, 30 Jun 2012 22:54:29 -0000 Author: jbeich Date: Sat Jun 30 22:54:22 2012 New Revision: 816 Log: use application name with plugin symlinks Modified: branches/experimental/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp branches/experimental/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp branches/experimental/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp branches/experimental/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Modified: branches/experimental/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp ============================================================================== --- branches/experimental/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp Sat Jun 30 22:54:12 2012 (r815) +++ branches/experimental/mail/thunderbird-esr/files/patch-mail-app-nsMailApp.cpp Sat Jun 30 22:54:22 2012 (r816) @@ -4,7 +4,7 @@ TriggerQuirks(); #endif -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/thunderbird", 0); nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); if (NS_FAILED(rv)) { Output("Couldn't calculate the application directory.\n"); Modified: branches/experimental/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp ============================================================================== --- branches/experimental/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp Sat Jun 30 22:54:12 2012 (r815) +++ branches/experimental/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp Sat Jun 30 22:54:22 2012 (r816) @@ -4,7 +4,7 @@ TriggerQuirks(); #endif -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/thunderbird", 0); nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); if (NS_FAILED(rv)) { Output("Couldn't calculate the application directory.\n"); Modified: branches/experimental/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp ============================================================================== --- branches/experimental/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Sat Jun 30 22:54:12 2012 (r815) +++ branches/experimental/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Sat Jun 30 22:54:22 2012 (r816) @@ -4,7 +4,7 @@ char greDir[MAXPATHLEN]; bool greFound = false; -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/xulrunner", 0); + #if defined(XP_MACOSX) CFBundleRef appBundle = CFBundleGetMainBundle(); Modified: branches/experimental/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp ============================================================================== --- branches/experimental/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Sat Jun 30 22:54:12 2012 (r815) +++ branches/experimental/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Sat Jun 30 22:54:22 2012 (r816) @@ -5,7 +5,7 @@ TriggerQuirks(); #endif + -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/seamonkey", 0); nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); if (NS_FAILED(rv)) {