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)) {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"