Commit graph

169 commits

Author SHA1 Message Date
Joe Marcus Clarke
a44e38a3d3 * Add support for building the GTK 2 version of Mozilla (define WITH_GTK2
to do this).  This feature will be used for the upcoming Galeon 1.3.0
  port. [1]
* Allow users to disable Composer (define WITHOUT_COMPOSER to do this) [2]

Submitted by:	David Magda <dmagda@magda.ca> [2]
Obtained from:	Galeon 1.3.0 tarball (with some modification) [1]
2002-10-29 09:09:38 +00:00
Adam Weinberger
a4de3811a0 Mark mozilla-devel BROKEN when Xft2 support is enabled and the
mozilla-fonts package is installed.

Reviewed by:	marcus
Approved by:	pat
2002-10-25 20:37:54 +00:00
Joe Marcus Clarke
a92e1d2ce2 Add one more forgotten '\'. 2002-10-23 18:20:20 +00:00
Joe Marcus Clarke
42698ba3ea Properly handle if blocks in the Makefile.
Submitted by:	daichi
2002-10-23 16:13:29 +00:00
Joe Marcus Clarke
003058e18e * Add a patch that fixes some localization issues [1]
* Fix a problem with plugins not actually loading
* Hopefully correct some issues with installs erroring out with Error 1
* Conditionalize Xft support (by default it's enabled, but can be disabled
  by defined WITHOUT_XFT)

Submitted by:	Jung-uk Kim <jkim@niksun.com> [1]
Obtained from:	Mozilla's Bugzilla bug 174989 [1]
2002-10-23 04:26:25 +00:00
Joe Marcus Clarke
2b3a8ff531 Fix the build by adding a dependency on Xft.
Reported by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
		Rob Lahaye <lahaye@snu.ac.kr>
2002-10-22 07:09:39 +00:00
Joe Marcus Clarke
ceab29fa67 This commit includes:
* mozilla-*vendor ports (currently for Mozilla 1.0.1)
* mozilla* ports (currently for Mozilla 1.1)
* mozilla-*devel ports (currently for Mozilla 1.2b)

Special thanks goes to trevor for auto-generating plist patches, cy for
pointing out that the Mozilla startup scripts need to be tailored for
each version of Mozilla, grog for suggesting that some verbage needs to
be added to explain the Java plugin messages at startup, and John
Merryweather Cooper for suggesting a common plugin directory. Of course,
thanks also goes to the user community for suggestions and support.

These ports offer:

* Complete coexistence with each other
* A universal ${PREFIX}/lib/browser_plugins directory
* Auto-generated plists for ease of maintenance
* More accurate pkg-descr's
* A pkg-message pointing users to java/jdk13 for the Java plugin

PR:	42870 42941
Reviewed by:	ports gnome
2002-10-22 03:42:24 +00:00
Maxim Sobolev
8a276b984d Update to 1.2a. 2002-10-20 06:19:25 +00:00
Joe Marcus Clarke
0403a49145 Add a patch from Mozilla CVS to correct the recent security hole. Un-forbid
the port.

Patch link was

Submitted by:	Jung-uk Kim <jkim@niksun.com>
2002-10-18 03:05:34 +00:00
Joe Marcus Clarke
2b7cf1a305 Mark forbidden due to security hole reported at
http://www.mozillazine.org/talkback.html?article=2467.

Submitted by:	trevor
2002-10-17 14:44:58 +00:00
Joe Marcus Clarke
d9d6806bc6 Disable Chatzilla by default. The irc buffer overflow is still present.
Submitted by:	trevor
2002-09-29 01:30:37 +00:00
Joe Marcus Clarke
a03f67e51b Update the pkg-descrs yet again. Mozilla.org has changed their descriptions.
Indicate that the mozilla port reflects the most stable venor (or API) release,
while the -devel port is the latest official release of Mozilla.

PR:		42706
2002-09-15 04:50:03 +00:00
Joe Marcus Clarke
223e615513 Bring the pkg-descr's up-to-date to reflect the current releases.
PR:		42485
2002-09-07 06:57:57 +00:00
Joe Marcus Clarke
b5b965a87e Fix the JPI installation.
Reported by:	Ivanchenko V. I. <webmaster@asiamusic.ru>
2002-09-04 05:07:23 +00:00
Joe Marcus Clarke
462da43c65 Fix the path to exec mozilla.
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2002-09-04 00:42:51 +00:00
Joe Marcus Clarke
377568c297 Add mozilla-*-devel after a repo copy from mozilla.
NOTE: mozilla-*-devel is now Mozilla 1.1.  mozilla-* (without the -devel) is
back to Mozilla 1.0.  mozilla.org states that 1.1 is their new bleeding edge
release, and 1.0 is still the stable release.  The release cycle diagram also
indicates that a Mozilla 1.0.1 is coming.

For all users that upgraded from Mozilla 1.0 to 1.1, be aware that running
a blind portupgrade on mozilla will give you mozilla-1.0!  If you want to
keep Mozilla 1.1, you will have to change the origin of you mozilla ports to
point to their -devel counterparts.

The -devel ports will install files into -devel directories.  Therefore,
both mozilla and mozilla-devel can coexist.
2002-09-03 20:45:59 +00:00
Joe Marcus Clarke
c21eb43707 Fix the build on -CURRENT. The thunks fix did _not_ make it into the 1.1
release.

Submitted by:	quite a few
2002-08-29 15:56:23 +00:00
Joe Marcus Clarke
0e08b382c2 Fix the checksum.
Reported by:	David Magda <dmagda@magda.ca>
2002-08-29 00:52:18 +00:00
Joe Marcus Clarke
bfa2a3c1a4 Update to 1.1. This fixes the font problem as well as the chatzilla bug. A
full list of changes can be found in the Mozilla 1.1 release notes from:

http://www.mozilla.org/releases/mozilla1.1/

PR:		42068
2002-08-28 22:11:41 +00:00
Munechika SUMIKAWA
e4b50726f0 Don't use mapped IPv6 address when connecting IPv4 node.
Submitted by:	ume
2002-08-01 05:04:37 +00:00
Joe Marcus Clarke
710d4cdac7 * Fix build on -CURRENT
* Silence a portlint nit wrt to the order of PORTREVISION in the Makefile
* Don't use --enable-reorder on non-i386 archs
* Mark BROKEN for now on alpha as there is still a core dump during
  post-build
* Use USE_GNOMENG

Submitted by:	Peter Kostouros <kpeter@melbpc.org.au> (patch for -CURRENT)
		me (everything else)
2002-07-23 06:58:42 +00:00
Trevor Johnson
3da636d61a security fix: correct bugs 115788 and 150339 (Mozilla passes
requests for huge fonts, leading to loss of X (and probably VNC)
session)

Obtained from:	attachment 87432 on bugzilla.mozilla.org
2002-07-13 23:49:19 +00:00
Trevor Johnson
15f87b38d8 Forbid because of remote crash. 2002-07-13 21:43:47 +00:00
Maxim Sobolev
b10c282777 Update to 1.0. Yay! 2002-06-06 18:52:31 +00:00
Maxim Sobolev
a8a7e2ea9e Put back older checksum in addition to the newer one. Sine two versions of
distfile are virtually equivalent it is unreasonable to require from a
user to refetch the distfile.

Submitted by:	trevor
2002-05-28 10:57:17 +00:00
Maxim Sobolev
85d5ee698a Update checksum. Mozilla folks follow their practice of updating already
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
2002-05-27 13:12:06 +00:00
Maxim Sobolev
4124fa7148 Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.
Special thanks to:	Yanko Kaneti <yaneti@indigo.declera.com>
			for his help in getting Galeon compiling
2002-05-24 14:14:54 +00:00
Joe Marcus Clarke
f74495e675 Conditionalize mail, news, and LDAP support. All three are still enabled
by default.
2002-05-18 22:09:26 +00:00
Brian Feldman
d267e0fa77 Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitously
different from the one with ChatZilla.  This means building otherwise
the exact same extensions.
2002-05-15 03:57:17 +00:00
Joe Marcus Clarke
9a038cbbd6 Update to 1.0.rc2.
The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
2002-05-13 07:08:34 +00:00
Joe Marcus Clarke
c670c325ee Whoops, commit the patch, not just the skeleton Makefile. 2002-05-10 21:08:15 +00:00
Joe Marcus Clarke
befea0889a Really prevent Chatzilla from being installed. Seems the extensions were
changed in RC 1.

Prompted by:	parv <parv@pair.com>
Tested by:	parv <parv@pair.com>
2002-05-10 21:03:22 +00:00
Joe Marcus Clarke
ef9cfc8174 Disable Chatzilla since it contains a buffer overflow as described by
http://online.securityfocus.com/archive/1/270249.

Reported by:	trevor
2002-05-09 01:16:03 +00:00
Joe Marcus Clarke
48dd7f793d Fix recent security vulnerability in Mozilla, as well as the resulting
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)
2002-05-05 20:00:22 +00:00
Martin Blapp
9c08881872 Mark forbidden because of security bug.
Approved by:	no response from: maintainer
2002-05-03 14:57:33 +00:00
Joe Marcus Clarke
bf000393c9 Change dist site for libart from sobomax's people page to his local-distfiles
directory.

Prompted by:	obrien (and FreeBSD.org admins)
2002-05-01 15:02:27 +00:00
Joe Marcus Clarke
b19b696d63 Add a conditional broken message so that people stop asking why Mozilla
fails to build when they have freetype 1.x installed.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-26 04:17:52 +00:00
Joe Marcus Clarke
9b96e07662 Allow libart to be fetched quickly instead of wading through all the
MOZILLA dist sites' timeouts.
2002-04-22 22:26:14 +00:00
David E. O'Brien
fb76c325a9 Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir... 2002-04-22 21:22:49 +00:00
Joe Marcus Clarke
7d6cb800a1 Fix up the port to use the 1.0.rc1 version of the libart dist. 2002-04-22 17:19:10 +00:00
Joe Marcus Clarke
1d5ba524f2 Update to 1.0.rc1
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 16:58:31 +00:00
Joe Marcus Clarke
8386447aa5 Fix the plist when WITHOUT_CHATZILLA is defined.
PR:		36193
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-15 21:44:48 +00:00
Joe Marcus Clarke
7058cbdec0 Allow installed files to have correct permissions when built by a non-root
user.

PR:		35980
Submitted by:	Alan Eldridge <ports@geeksrus.net>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-13 17:06:30 +00:00
Munechika SUMIKAWA
c6f11a5552 Multiple IP trying works not only when connection resused but also
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
2002-03-29 07:03:57 +00:00
Maxim Sobolev
b86ebdc528 Fix displaying of bold/italic truetype fonts. Bump PORTREVISION.
PR:		36049
Submitted by:	Joe Kelsey <joe@zircon.seattle.wa.us>
Obtained from:	Mozilla cvs
2002-03-19 08:41:44 +00:00
Maxim Sobolev
ec699a5735 Remove gdk-pixbuf from LIB_DEPENDS - Mozilla doesn't need it anymore.
Submitted by:	Szilveszter Adam <sziszi@bsd.hu>
2002-03-17 14:39:43 +00:00
Maxim Sobolev
43a603805a - Re-enable Chatzilla;
- remove non-working freetype workaround;
- correct name of the freetype library, so that it is easier to get AA fonts
  working.

Bump PORTREVISION.
2002-03-14 20:21:05 +00:00
Maxim Sobolev
f26418eca7 Fix a typo in previous commit. 2002-03-13 15:45:37 +00:00
Maxim Sobolev
5fe49f6a98 Quick'n'dirty hack to prevent freetype1 includes from beint picked instead of
freetype2 ones.

Reported by:	many
2002-03-13 15:44:41 +00:00
Maxim Sobolev
b902740e00 Long awaited 0.9.9 update. For some reason configure doesn't pick up our
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.
2002-03-12 18:16:09 +00:00