says it all: 21 insertions(+), 118 deletions(-)
While here, patch and subst the appropriate config/autoconf.mk.in file,
and remove a leftover patch from ffx35. Switch PLIST to use
MOZILLA_PROJECT too.
harmonize default search paths for systemwide mozilla extensions and
plugins to ${LOCALBASE}/lib/mozilla/{plugins,extensions}. The
install.rdf files take care anyway of telling with which mozapp an xpi
extension is compatible.
3.5/thunderbird 3 codebase. See for details:
http://www.seamonkey-project.org/releases/seamonkey2.0.4/
Backing up your profile before upgrading is recommended..
Update also largely based on www/firefox35 port.
Tested on i386/amd64/sparc64/powerpc by myself and on alpha by naddy@
ok naddy@
as for security/nss:
SHA1_Update conflicts with openssl which may be dynamically loaded
at runtime via libcups or libgssapi so causing a crash due to using
the wrong binding. So rename here to avoid conflict.
ok jasper@ sthen@
http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.2
- be-BY, ca-AD, fr-FR, he-IL, ru-RU are gone;
- new el-GR, pt-BR language packs;
- WANTLIB for xenocara;
- use the combination of find(1) and install(1) to install the
{DATA,DIST}FILES, as suggested by kurt@;
- remove the two patches that are already upstream;
- fmt;
ok kurt@ naddy@
- generate chrome registry once (speeds up startup, esp.
with lots of chromes -- our case), noticed by kurt@;
- work around pref-contentpacks bug;
discussed and tested by naddy@, kurt@, ajacoutot@
ok naddy@
Web-browser, advanced e-mail and newsgroup client, IRC chat client,
and HTML editing made simple -- all your Internet needs in one
application.
Based mostly on a port from James Wright <jamesw at bsdhosting.co.za> with
input from several - thanks! Tested on i386/amd64/sparc64/macppc.