1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

56 Commits

Author SHA1 Message Date
Joe Marcus Clarke
9b325dd64b * Fix a problem where non Xft fonts (such as Helvetica) would cause Mozilla
to crash [1]
* Fix a problem connecting to certain IPv6 sites [2]
* Disable more tests to speed compilation

Submitted by:	Alexander N. Kabaev <ak03@gte.com> [1]
		Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp> [2]
Obtained from:	http://bugzilla.mozilla.org/show_bug.cgi?id=186745 [2]
2003-04-14 14:01:03 +00:00
Joe Marcus Clarke
1b62fc23b5 * Update to 1.3
* Default to building with -O2 optimizations [1]
* Fix a bug where dead keys could not be used [2]

PR:	49010 [2]
Obtained from:	www/phoenix [1]
		http://bugzilla.mozilla.org/show_bug.cgi?id=176713 [2]
2003-04-04 07:04:20 +00:00
Joe Marcus Clarke
083cf1bc6e FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoid
symbol clashes with, for example, libexpat.  This will allow Mozilla and
more precisely, Galeon 2, to work with GTK 2.2.
2003-01-25 21:53:39 +00:00
Joe Marcus Clarke
0be5e6c204 At last, the long awaited update to 1.2.1. Let the bloodbath begin!
* Update to 1.2.1
* Add optional GTK2 and Xft support
* Re-enable optimizations [1]
* Disable JavaScript debugger by default [1]
* Add calendar support [2]

PR:	45789, 45969 [2]
Submitted by:	Joe Kelsey <joek@zircon.staff.flyingcroc.net> [2]
Suggested by:	David Schultz <dschultz@uclink.Berkeley.EDU>
2003-01-21 16:36:12 +00:00
Joe Marcus Clarke
c5ed87bd03 Fix the startup script so that it can accept option arguments. This fixes
a problem with starting Mozilla from the KDE dock if another instance of
Mozilla is already running.

Tested by:	Vivek Khera <vivek@khera.org>
Approved by:	portmgr (kris)
2002-11-27 22:48:54 +00:00
Joe Marcus Clarke
4fb1724794 Make the Mozilla startup scripts a little smarter. Instead of launching a
new Mozilla instance each time, check to see if one already exists, and if
so, spawn a new browser tab in the current window.

PR:	45610
Submitted by:	Nick Jennings
2002-11-24 00:24:04 +00:00
Joe Marcus Clarke
6e10330cc5 * Fix a problem with plugins not actually loading
* Hopefully correct some issues with installs erroring out with Error 1
2002-10-23 04:43:15 +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
Joe Marcus Clarke
dd36f0f9b0 Add modified patch from Mozilla CVS to correct the recent security hole.
Un-forbid the port.
2002-10-18 02:48:10 +00:00
Joe Marcus Clarke
a06e8343c6 Update to 1.0.1. This is a massive bugfix release, and all Mozilla 1.0 users
are suggested to upgrade.  The full set of release notes can be found at:

http://www.mozilla.org/releases/mozilla1.0.1/
2002-09-11 21:09:05 +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
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
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
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
Joe Marcus Clarke
1d5ba524f2 Update to 1.0.rc1
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 16:58:31 +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
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
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
Jeremy Lea
6976db798b Clean up this port, including GCing old configure options and making patches
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)
2002-02-15 18:44:15 +00:00
Maxim Sobolev
43b60cfe88 Update to 0.9.8. 2002-02-05 17:24:00 +00:00
Maxim Sobolev
ecc0a9c344 - Install files necessary for viewing pages in Asian languages using ports
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)
2002-01-15 15:16:41 +00:00
Maxim Sobolev
ad6b7d034d Backout addition of en_US.ISO8859-1 locale - it's already there. This committer
need a break. *sigh*

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-14 19:21:08 +00:00
Maxim Sobolev
674f4eceba Recognize en_GB.ISO_8859-1, en_US.ISO_8859-1 and uk_UA.KOI8-U locales as well.
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)
2002-01-14 18:54:45 +00:00
Maxim Sobolev
5783b3bcac Add FreeBSD locales. This solves the problem with Mozilla not starting up
properly if locale set to something other than C or en_US.

PR:		33498
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-03 12:09:51 +00:00
Maxim Sobolev
035e4e828a Add a patch missed in the previous commit. 2001-12-26 10:22:32 +00:00
Maxim Sobolev
122e6d5ec5 Update to 0.9.7. 2001-12-26 10:21:22 +00:00
Maxim Sobolev
a05c355cef Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus. 2001-11-21 16:27:43 +00:00
Maxim Sobolev
3fb016dbb1 Prevent build from breaking when the user has incompatible version of
openldap installed at the time of build.

Reported by:	huge number of angry users >:-|
2001-10-25 12:45:11 +00:00
Maxim Sobolev
6569f219c9 Update to 0.9.4. 2001-09-18 08:12:12 +00:00
Maxim Sobolev
6339a3d6bf Update to 0.9.3.
Submitted by:   sf
2001-08-07 11:52:15 +00:00
Maxim Sobolev
dcfb6713f9 Use "$@" to pass arguments to mozilla instead of $*, which is some cases could
be incorrect.

Submitted by:	Mike Meyer <mwm@mired.org>
2001-07-18 07:44:50 +00:00
Maxim Sobolev
a84e64d748 Fix a spelling of FreeBSD (FreeBSD --> FREEBSD).
Submitted by:	Ken Lui <klui@cup.hp.com>
2001-07-17 22:37:32 +00:00
Maxim Sobolev
7ec9bf243d Fix a possible crash due to an undefined reference to gethostbyname_r().
PR:		28685
Submitted by:	Ken Lui <klui@cup.hp.com>
2001-07-17 16:12:46 +00:00
Maxim Sobolev
79b39bc52b Update to 0.9.2.
PR:		28610
Submitted by:	Nick Sayer <nsayer@quack.kfu.com>, sf
2001-07-02 13:55:43 +00:00
Maxim Sobolev
cfe0d5ef45 Upgrade to 0.9.1. 2001-06-11 20:34:59 +00:00
Maxim Sobolev
0fa1dfb50b Add patch that I've missed in my previos commit. 2001-05-22 14:20:53 +00:00
Maxim Sobolev
edfcfd24df Update galeon to 0.10.6. 2001-05-22 12:08:01 +00:00
Maxim Sobolev
7711fb27e7 Update to 0.9. 2001-05-22 08:15:39 +00:00
Maxim Sobolev
3cbb866591 Downgrade to 0.8.1 until numerous reported problems are fixed. 2001-05-18 05:43:17 +00:00
Maxim Sobolev
9cf230d3ac Update to 0.9.
Not objected to by:	gnome@FreeBSD.org
2001-05-17 08:15:36 +00:00
Jeremy Lea
e3ec51fdd5 Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not for
me...).
2001-04-10 09:05:48 +00:00
Jeremy Lea
f1d8527992 Update to 0.8. No major changes in the port, only regenerated patches.
patch-ao was merged in a slightly different form.
2001-02-16 17:29:24 +00:00
Jeremy Lea
58e0c80c37 Add PSM support.
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).
2001-01-22 01:23:18 +00:00
Jeremy Lea
47bb4f9b99 Update to 0.7, bumping port epoch to 1, since the version number went
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>
2001-01-12 16:59:59 +00:00