SeaMonkey 2.49.5 released
Yay, finally! Version 2.49.4 was released in July 2018, so this version has been a long time coming:
http://www.seamonkey-project.org/
However, I am unable to compile it. Got configure errors when tried
to use system 'nspr' and 'nss', so chose internal libs, but then got
compile errors.
I will wait until the Linux From Scratch people figure it out.
EDIT 2019-09-09:
The LFS guys have posted instructions:
http://www.linuxfromscratch.org/blfs/view/cvs/xsoft/seamonkey.html
However, compile still fails for me. Then I tried patches from Fedora. This shows the patches to be applied:
https://src.fedoraproject.org/rpms/seamonkey/blame/seamonkey.spec?identifier=master
And the patches are available from here:
https://src.fedoraproject.org/rpms/seamonkey/tree/master
Nup, still fails for me.
Then I looked at how the Slackware guys are doing it. I downloaded everything here:
http://ftp.slackware.com/pub/slackware/slackware64-14.2/patches/source/seamonkey/
Made a couple of modifications to 'seamonkey.SlackBuild' script --
disabled rust, changed $TMP to /tmp2, as /tmp is a tmpfs and not big
enough. Yay, it compiled ...but install failed.
This is a starting point, a successful compile, that I can hack on. Some of the configure options need to be changed.
Tags: easy