| Summary: | mail/enigmail-seamonkey: Script error when installing seamonkey-enigmail-0.95.1 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Bob Melson <melsonr> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Bob Melson
2007-06-16 18:30:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Add CATEGORY/PORTNAME to Synonsis and assign to maintainer. State Changed From-To: open->feedback Fill a bug report at http://enigmail.mozdev.org/bugs.html Does this mean I should file a bug report with Mozilla or that you've already done so? Don't mean to be dense or uncooperative. -- Robert G. Melson | Rio Grande MicroSolutions | El Paso, Texas ----- "People unfit for freedom---who cannot do much with it---are hungry for power." ---Eric Hoffer Does this mean I should file a bug report with Mozilla or that you've already done so? Don't mean to be dense or uncooperative. -- Robert G. Melson | Rio Grande MicroSolutions | El Paso, Texas ----- "People unfit for freedom---who cannot do much with it---are hungry for power." ---Eric Hoffer Following was received from Mozilla.org. I haven't the least idea what to do with it as it doesn't seem to fit with any of the files in the "exploded" XPI file. Maybe you folks can do something with it. ==================== http://bugzilla.mozdev.org/show_bug.cgi?id=17239 patrick.brunschwig@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from patrick.brunschwig@gmx.net 2007-06-20 23:43 ------- The problem is known and has been fixed on the trunk. Here is the patch: =================================================================== RCS file: /cvs/enigmail/src/genxpi,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- enigmail/genxpi 7 Jun 2007 14:50:59 -0000 1.10 +++ enigmail/genxpi 9 Jun 2007 16:52:57 -0000 1.11 @@ -68,7 +68,7 @@ // Install script for Enigmail var err; -const APP_VERSION=${xpiVersion}.0"; +const APP_VERSION="${xpiVersion}.0"; const ABI_PLATFORM_LINUX="Linux_x86-gcc3"; -- Robert G. Melson | Rio Grande MicroSolutions | El Paso, Texas ----- "People unfit for freedom---who cannot do much with it---are hungry for power." ---Eric Hoffer OK, I panicked. Simple answer: unzip the enigmail XPI file and add a double quote immediately after the "=" on line 3 of the install.js file. Do a zip -f of the original XPI file, which should refresh the changed install.js and things _should_ be OK to go from that point. Hope this helps somebody else. -- Robert G. Melson | Rio Grande MicroSolutions | El Paso, Texas ----- "People unfit for freedom---who cannot do much with it---are hungry for power." ---Eric Hoffer ale 2007-06-22 05:49:10 UTC
FreeBSD ports repository
Added files:
mail/enigmail-thunderbird/files
patch-mailnews_extensions_enigmail_genxpi
Log:
Fix installation on SeaMonkey.
PR: ports/113763
Submitted by: Robert Melson <melsonr@earthlink.net>
Revision Changes Path
1.1 +11 -0 ports/mail/enigmail-thunderbird/files/patch-mailnews_extensions_enigmail_genxpi (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Fixed, thanks! |