request to enable chatzilla, therefore it is not enabled now - the issue
is under investigation, but anybody is free to smash maintainers with a
relevant patch.
more acceptable to mozilla.org. Hopefully these will make it into 0.9.9.
Add a hack to minimise the number of files extracted.
Merge in the patches from the mozilla+ipv6 port.
Submitted by: sumikawa (mozilla+ipv6)
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
based on mozilla-embedded (galeon, skipstone etc.);
- remove commented out line from unixcharset.properties;
- add few `@unexec rm -f' into mozilla-embedded plist to ensure complete
removal of package even if the port based on mozilla-embedded was executed
with root privileges (mozilla has a bad habit of updating files in
${PREFIX}/lib/mozilla* wherever it's possible).
Submitted by: Takashi KANAMARU <kanamaru@sekine-lab.ei.tuat.ac.jp> (Asian langs)
sobomax (the rest)
- remove local hack used to build PSM and use vendor-supplied procedure
instead;
- remove superfluous chmod;
- remove several leftovers from mozilla-headers/Makefile.
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>, sobomax
Submitted by: nsayer
Remove use of libgcc_r, since it was so uncerimoniously removed. If this
doesn't work on -stable, then -stable is broken, and someone needs to fix
it...
Submitted by: Roman Shterenzon <roman@xpert.com>
Use sched_getpriority_max(), instead of hard coded value.
Submitted by: Peter Haight <peterh@sapros.com>, dufault
Revise pkg-comment and pkg-descr.
PR: 24296
Submitted by: roam
Enable SVG support, and disable C++ exceptions (since they will only slow
things down).
backwards.
This may still not work on 4-stable, but see -hackers,
<200101110441.f0B4fe008116@wartch.sapros.com> for the reason.
Also, I've not yet managed to look into getting the PSM code to build, but
I'm updating this now, before more people send patches.
Submitted by: reg, sobomax, Yoichi ASAI <yatt@msc.biglobe.ne.jp>
and -CURRENT. I'm still not sure why the bug was exposed only recently, but
it is due to libstdc++ being linked without the -nostdlib option (causing it
to be statically linked against libgcc even for the threaded case).
Thanks to Andrew Bliznak <andrew@ort.lviv.net> for testing this.