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
Maxim Sobolev
26c92bc5d6
Pre-create symlink to a Java plugin, so that the user only needs to install
...
jdk1.3.1 to make it working. Bump PORTREVISION.
2002-02-18 20:04:06 +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
fce4427598
Utilize MASTER_SITES grouping.
2002-02-07 10:56:05 +00:00
Maxim Sobolev
43b60cfe88
Update to 0.9.8.
2002-02-05 17:24:00 +00:00
Akinori MUSHA
4adc5a8a71
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
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.
2002-01-29 12:08:37 +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
76da11d6f7
Put back several files erroneously deleted during 0.9.7 update.
2002-01-11 18:19:55 +00:00
Maxim Sobolev
a58f4e33d0
Enable Chatzilla (IRC client). It is enabled by default unless
...
WITHOUT_CHATZILLA is defined.
PR: 33521
Submitted by: Steve Wills <steve@stevenwills.com>
Joe Clarke <marcus@marcuscom.com>
2002-01-04 14:18:26 +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
e628586f20
Update to 0.9.5.
...
PR: 31396
Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
2001-10-22 11:46:00 +00:00
Jeroen Ruigrok van der Werven
4a7e5c7d2d
Fix WWW: entry, add leading /
2001-09-22 07:22:20 +00:00
Maxim Sobolev
6569f219c9
Update to 0.9.4.
2001-09-18 08:12:12 +00:00
Andrey A. Chernov
4e9210b727
Bump png major
2001-09-11 02:38:25 +00:00
Maxim Sobolev
5ca7ac7361
Forcefully set MALLOC_OPTIONS=j to prevent build from crashing on 5-CURRENT
...
due to bug in libIDL's parser.
Obtained from: mozilla+ipv6
2001-08-08 06:54:31 +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
24fc2fcdb3
Update md5 checksum - no changes in the content of the tarball other than
...
in the CVS/* subdirectories, therefore no PORTREVISION bump.
2001-06-19 14:19:57 +00:00
Maxim Sobolev
f93e60ab7f
Several cleanups:
...
- 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
2001-06-13 09:15:59 +00:00