@barracuda156, would targeting 10.6 (PPC) instead of 10.5 make any difference? Not for TFF, but for browsers like Arctic Fox and the others available on 10.6 Intel and PPC Linux.
If you mean 10a190 (likely you do), then it depends. While admittedly not as polished as 10.5.8, 10a190 does have newer SDK features, which make difference with some ports (difference not abstract, but very obvious: a port which builds
and works in 10a190 may not build at all on 10.5.8, and I have a specific example in mind). Having said that, 10a190 has another problem: assumptions made for 10.6 may not hold, and that also can cause breakages. Easy example is Qt4: while I was able to build it against 10a190 SDK (as 10.6), it did not work correctly, so I dropped the target to 10.5, which, while suboptimal, at least works (in MacPorts qt4-mac builds for 10.5 target on 10.6 Rosetta, officially, and 10.6 ppc, unofficially).
I do not know at the moment if it gonna be better or worse with Pale Moon forks. I can say for sure it is less trivial, since it will require more patches just to get the build completed. But it is possible that with those patches 10a190 will work, while 10.5.8 gonna fail regardless.
Now, I believe, without for or counter evidence presently, that 10.6.8 must improve things substantially, but there are two caveats:
– until/unless we fix DNS/DHCP in 10.6.8, at least browser is rather meaningless there;
– it may (or may not) depend on how well forward-porting of OpenGL and related frameworks fits with third-party software: it is conceivable that we get additional problems due to that, but there is no perfect solution here, at least for now.