summaryrefslogtreecommitdiffstats
path: root/www/mozilla-vendor
Commit message (Collapse)AuthorAgeFilesLines
* security fix: correct bugs 115788 and 150339 (Mozilla passestrevor2002-07-133-2/+81
| | | | | | | requests for huge fonts, leading to loss of X (and probably VNC) session) Obtained from: attachment 87432 on bugzilla.mozilla.org
* Forbid because of remote crash.trevor2002-07-131-0/+2
|
* Update to 1.0. Yay!sobomax2002-06-062-4/+3
|
* Put back older checksum in addition to the newer one. Sine two versions ofsobomax2002-05-281-0/+1
| | | | | | | distfile are virtually equivalent it is unreasonable to require from a user to refetch the distfile. Submitted by: trevor
* Update checksum. Mozilla folks follow their practice of updating alreadysobomax2002-05-271-1/+1
| | | | | | | released tarball without version bump. The diff between old and new version didn'y revealed anything that might be worth PORTREVISION bump. Submitted by: Mark Knight <markk@knigma.org>, kris
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.sobomax2002-05-242-5/+4
| | | | | Special thanks to: Yanko Kaneti <yaneti@indigo.declera.com> for his help in getting Galeon compiling
* Conditionalize mail, news, and LDAP support. All three are still enabledmarcus2002-05-182-51/+68
| | | | by default.
* Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitouslygreen2002-05-152-13/+15
| | | | | different from the one with ChatZilla. This means building otherwise the exact same extensions.
* Update to 1.0.rc2.marcus2002-05-135-123/+18
| | | | 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
|
* Really prevent Chatzilla from being installed. Seems the extensions weremarcus2002-05-101-1/+1
| | | | | | | changed in RC 1. Prompted by: parv <parv@pair.com> Tested by: parv <parv@pair.com>
* Disable Chatzilla since it contains a buffer overflow as described bymarcus2002-05-091-1/+3
| | | | | | http://online.securityfocus.com/archive/1/270249. Reported by: trevor
* Fix recent security vulnerability in Mozilla, as well as the resultingmarcus2002-05-052-2/+98
| | | | | | | | | 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)
* Mark forbidden because of security bug.mbr2002-05-031-0/+2
| | | | Approved by: no response from: maintainer
* Change dist site for libart from sobomax's people page to his local-distfilesmarcus2002-05-011-3/+4
| | | | | | directory. Prompted by: obrien (and FreeBSD.org admins)
* Add a conditional broken message so that people stop asking why Mozillamarcus2002-04-261-1/+8
| | | | | | | fails to build when they have freetype 1.x installed. Reviewed by: sobomax Approved by: sobomax
* Allow libart to be fetched quickly instead of wading through all themarcus2002-04-221-2/+2
| | | | MOZILLA dist sites' timeouts.
* Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir...obrien2002-04-221-2/+2
|
* Fix up the port to use the 1.0.rc1 version of the libart dist.marcus2002-04-222-5/+4
|
* Update to 1.0.rc1marcus2002-04-226-136/+18
| | | | | Reviewed by: sobomax Approved by: sobomax
* Fix the plist when WITHOUT_CHATZILLA is defined.marcus2002-04-152-15/+18
| | | | | | PR: 36193 Reviewed by: sobomax Approved by: sobomax
* Allow installed files to have correct permissions when built by a non-rootmarcus2002-04-131-2/+2
| | | | | | | | | user. PR: 35980 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* Multiple IP trying works not only when connection resused but alsosumikawa2002-03-293-1/+101
| | | | | | | | 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-192-1/+29
| | | | | | PR: 36049 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> Obtained from: Mozilla cvs
* Remove gdk-pixbuf from LIB_DEPENDS - Mozilla doesn't need it anymore.sobomax2002-03-171-1/+0
| | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu>
* - Re-enable Chatzilla;sobomax2002-03-143-2/+31
| | | | | | | | - remove non-working freetype workaround; - correct name of the freetype library, so that it is easier to get AA fonts working. Bump PORTREVISION.
* Fix a typo in previous commit.sobomax2002-03-131-1/+1
|
* Quick'n'dirty hack to prevent freetype1 includes from beint picked instead ofsobomax2002-03-131-0/+1
| | | | | | freetype2 ones. Reported by: many
* Long awaited 0.9.9 update. For some reason configure doesn't pick up oursobomax2002-03-1213-573/+51
| | | | | | 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.
* Pre-create symlink to a Java plugin, so that the user only needs to installsobomax2002-02-182-1/+4
| | | | jdk1.3.1 to make it working. Bump PORTREVISION.
* Clean up this port, including GCing old configure options and making patchesreg2002-02-1511-205/+533
| | | | | | | | | | 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)
* Utilize MASTER_SITES grouping.sobomax2002-02-071-4/+5
|
* Update to 0.9.8.sobomax2002-02-057-132/+28
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | 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.
* - 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)
* Put back several files erroneously deleted during 0.9.7 update.sobomax2002-01-111-3/+6
|
* Enable Chatzilla (IRC client). It is enabled by default unlesssobomax2002-01-042-1/+6
| | | | | | | | WITHOUT_CHATZILLA is defined. PR: 33521 Submitted by: Steve Wills <steve@stevenwills.com> Joe Clarke <marcus@marcuscom.com>
* Add FreeBSD locales. This solves the problem with Mozilla not starting upsobomax2002-01-032-0/+73
| | | | | | | 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-269-56/+122
|
* Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.sobomax2001-11-218-44/+72
|
* 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.5.sobomax2001-10-223-5/+14
| | | | | PR: 31396 Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
* Fix WWW: entry, add leading /asmodai2001-09-221-1/+1
|
* Update to 0.9.4.sobomax2001-09-184-16/+21
|
* Bump png majorache2001-09-111-1/+1
|
* Forcefully set MALLOC_OPTIONS=j to prevent build from crashing on 5-CURRENTsobomax2001-08-081-1/+2
| | | | | | due to bug in libIDL's parser. Obtained from: mozilla+ipv6
* Update to 0.9.3.sobomax2001-08-076-28/+18
| | | | Submitted by: sf
OpenPOWER on IntegriCloud