summaryrefslogtreecommitdiffstats
path: root/www/mozilla-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.rc2.marcus2002-05-132-117/+8
| | | | The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
* Whoops, commit the patch, not just the skeleton Makefile.marcus2002-05-101-8/+23
|
* Fix recent security vulnerability in Mozilla, as well as the resultingmarcus2002-05-051-0/+97
| | | | | | | | | segmentation fault after the initial patch was applied. See http://sec.greymagic.com/adv/gm001-ns/ for more details on the vulnerability. Obtained from: Mozilla's Bugzilla database (bugs 141061 and 137644)
* Update to 1.0.rc1marcus2002-04-223-128/+0
| | | | | Reviewed by: sobomax Approved by: sobomax
* Multiple IP trying works not only when connection resused but alsosumikawa2002-03-292-0/+100
| | | | | | | | when timeout. This patch was already commited in mozilla-current and will appear in mozilla-1.0. Obtained from: Bugzilla/126755 http://bugzilla.mozilla.org/show_bug.cgi?id=126755
* Fix displaying of bold/italic truetype fonts. Bump PORTREVISION.sobomax2002-03-191-0/+28
| | | | | | PR: 36049 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> Obtained from: Mozilla cvs
* - Re-enable Chatzilla;sobomax2002-03-141-0/+14
| | | | | | | | - remove non-working freetype workaround; - correct name of the freetype library, so that it is easier to get AA fonts working. Bump PORTREVISION.
* Long awaited 0.9.9 update. For some reason configure doesn't pick up oursobomax2002-03-1210-562/+23
| | | | | | 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.
* Clean up this port, including GCing old configure options and making patchesreg2002-02-159-70/+504
| | | | | | | | | | 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)
* Update to 0.9.8.sobomax2002-02-054-124/+15
|
* - Install files necessary for viewing pages in Asian languages using portssobomax2002-01-152-5/+23
| | | | | | | | | | | | 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)
* Backout addition of en_US.ISO8859-1 locale - it's already there. This committersobomax2002-01-141-1/+1
| | | | | | need a break. *sigh* Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Recognize en_GB.ISO_8859-1, en_US.ISO_8859-1 and uk_UA.KOI8-U locales as well.sobomax2002-01-141-2/+6
| | | | | | Submitted by: Andriy Gapon <agapon@usa.com> (uk_UA.KOI8-U) Simon 'corecode' Schubert <corecode@corecode.ath.cx> (en_GB.ISO_8859-1) sobomax (en_US.ISO_8859-1)
* Add FreeBSD locales. This solves the problem with Mozilla not starting upsobomax2002-01-031-0/+72
| | | | | | | properly if locale set to something other than C or en_US. PR: 33498 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Add a patch missed in the previous commit.sobomax2001-12-261-0/+25
|
* Update to 0.9.7.sobomax2001-12-266-33/+74
|
* Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.sobomax2001-11-215-33/+64
|
* Prevent build from breaking when the user has incompatible version ofsobomax2001-10-251-0/+13
| | | | | | openldap installed at the time of build. Reported by: huge number of angry users >:-|
* Update to 0.9.4.sobomax2001-09-181-10/+17
|
* Update to 0.9.3.sobomax2001-08-073-22/+8
| | | | Submitted by: sf
* Use "$@" to pass arguments to mozilla instead of $*, which is some cases couldsobomax2001-07-181-1/+1
| | | | | | be incorrect. Submitted by: Mike Meyer <mwm@mired.org>
* Fix a spelling of FreeBSD (FreeBSD --> FREEBSD).sobomax2001-07-171-1/+1
| | | | Submitted by: Ken Lui <klui@cup.hp.com>
* Fix a possible crash due to an undefined reference to gethostbyname_r().sobomax2001-07-171-0/+14
| | | | | PR: 28685 Submitted by: Ken Lui <klui@cup.hp.com>
* Update to 0.9.2.sobomax2001-07-021-10/+10
| | | | | PR: 28610 Submitted by: Nick Sayer <nsayer@quack.kfu.com>, sf
* Upgrade to 0.9.1.sobomax2001-06-114-132/+0
|
* Add patch that I've missed in my previos commit.sobomax2001-05-221-0/+17
|
* Update galeon to 0.10.6.sobomax2001-05-221-0/+66
|
* Update to 0.9.sobomax2001-05-223-29/+40
|
* Downgrade to 0.8.1 until numerous reported problems are fixed.sobomax2001-05-183-43/+29
|
* Update to 0.9.sobomax2001-05-173-29/+43
| | | | Not objected to by: gnome@FreeBSD.org
* Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not forreg2001-04-101-9/+0
| | | | me...).
* Update to 0.8. No major changes in the port, only regenerated patches.reg2001-02-164-27/+17
| | | | patch-ao was merged in a slightly different form.
* Add PSM support.reg2001-01-226-13/+90
| | | | | | | | | | | | | | | | | | | | | | 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).
* Update to 0.7, bumping port epoch to 1, since the version number wentreg2001-01-121-15/+0
| | | | | | | | | | | | 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>
* Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwardsreg2000-12-213-11/+53
| | | | | | | | 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.
* Add patch for forthcoming mozilla-embedded port (this patch doesn't affectsobomax2000-08-171-0/+15
| | | | mozilla port itself).
* Update to M15.reg2000-04-211-11/+13
|
* Make M13 work on a post no-thunk-vtable 4.0-CURRENT, and enable usingreg2000-02-043-8/+40
| | | | | | | | | | poll(). Enable MathML support. Use bzip2, since it saves 5MB on the distfile. Revamp the port a bit.
* Update to M13. Gentlemen, start your T1s.reg2000-01-291-6/+17
|
* Update to Milestone 10.jim1999-11-112-0/+23
PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
OpenPOWER on IntegriCloud