Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2012 22:54:22 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r816 - in branches/experimental: mail/thunderbird-esr/files mail/thunderbird/files www/libxul/files www/seamonkey/files
Message-ID:  <201206302254.q5UMsMQj007631@trillian.chruetertee.ch>

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



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