head	1.16;
access;
symbols
	RELEASE_5_2_1:1.14
	RELEASE_5_2_0:1.14
	RELEASE_4_9_0:1.14
	RELEASE_5_1_0:1.12
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.3;
locks; strict;
comment	@# @;


1.16
date	2004.02.18.03.50.37;	author adamw;	state dead;
branches;
next	1.15;

1.15
date	2004.02.04.05.09.32;	author marcus;	state Exp;
branches;
next	1.14;

1.14
date	2003.08.29.20.25.19;	author marcus;	state Exp;
branches;
next	1.13;

1.13
date	2003.08.12.16.48.56;	author marcus;	state Exp;
branches;
next	1.12;

1.12
date	2003.05.16.22.03.33;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2003.04.24.18.02.42;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2003.04.24.05.46.09;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2003.04.14.19.50.32;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.12.19.03.23;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.07.19.21.09;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.25.21.53.39;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.01.22.23.57.46;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2003.01.21.16.42.24;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.27.22.48.54;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.24.00.24.04;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.17.22.10.16;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.16
log
@GTK2 mozilla is now the default, and GTK1 support will be built only if explicitly
requested.

This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and
mozilla-devel, respectively; and the old mozilla and mozilla-devel are now
mozilla-gtk1 and mozilla-devel-gtk1.

This is done for a whole plethora of reasons, and should please everybody
except galeon1 fanatics and uhm... anybody else who it doesn't please.

If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update
the value accordingly. GTK2 ports will automatically install GTK2 mozilla,
and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need
be defined only if you want the development version... which are dormant
right now anyway.

For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will
still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but
future ports reserve the right to ignore the *-gtk2 values.
@
text
@# New ports collection makefile for:	mozilla-devel-gtk2
# Date created:		17 November 2002
# Whom:			Joe Marcus Clarke <marcus@@FreeBSD.org>
#
# $FreeBSD: ports/www/mozilla-devel-gtk2/Makefile,v 1.15 2004/02/04 05:09:32 marcus Exp $
#

PORTNAME=	mozilla
PORTREVISION=	1
PORTEPOCH=	0
CATEGORIES=	www

MASTERDIR=	${.CURDIR}/../mozilla-devel
DESCR=		${PKGDIR}/pkg-descr.gtk2

WITH_GTK2=	yes
MOZILLA=	mozilla-devel-gtk2

.include "${MASTERDIR}/Makefile"
@


1.15
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Update to 1.5 Beta.  For a list of what's new, checkout:

http://www.mozilla.org/releases/mozilla1.5b/
@
text
@d9 1
a9 1
PORTREVISION=	0
@


1.13
log
@* Add a knob to optionally build XMLTerm [1]
* Add some extra CLI options to the mozilla.sh script [2]
* Add a patch to prevent crashes when visiting certain Russian sites [3]
* Add a dependency on devel/nspr to avoid problems with Galeon and Epiphany
  in certain setups [4]

PR:		55330 [1]
		55412 [2]
Submitted by:	Alexander Nedotsukov <bland@@mail.ru> [1] [2]
		Sergey Akifyev <asa@@gascom.ru> [4]
Obtained from:	www/mozilla-firebird [3]
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.12
log
@Update to 1.4b.
@
text
@d9 1
a9 1
PORTREVISION=	0
@


1.11
log
@Make sure we add -devel to each of the dependencies in the Mozilla
pkg-config files.
@
text
@d9 1
a9 1
PORTREVISION=	3
@


1.10
log
@Install the pkg-config files with a -devel suffix to avoid a conflict with
mozilla-gtk2.  Teach galeon2 to use these new files.  Note, any other app
that depends on these files not having the optional -devel suffix will
need to be re-educated as well.
@
text
@d9 1
a9 1
PORTREVISION=	2
@


1.9
log
@Bump PORTREVISIONs with recent changes.
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.8
log
@Update to 1.3b.
@
text
@d9 1
a9 1
PORTREVISION=	0
@


1.7
log
@Chase gtk20's shared lib version.
@
text
@d9 1
a9 1
PORTREVISION=	2
@


1.6
log
@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.
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.5
log
@Disable Xft if WITH_GTK2 is defined in the master mozilla-devel port.
This will avoid accidental creation of a non-working Mozilla.

Suggested by:	Dan Nelson <dnelson@@allantgroup.com>
@
text
@d9 1
a9 1
PORTREVISION=	0
@


1.4
log
@Update to 1.3a.
@
text
@a16 1
WITHOUT_XFT=	"Causes crashes when used with apps such as Galeon 2"
@


1.3
log
@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)
@
text
@d9 1
a9 1
PORTREVISION=	2
@


1.2
log
@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
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.1
log
@Add mozilla-devel-gtk2, a slave port to mozilla-devel that builds a Mozilla
that Galeon 2 can use.
@
text
@d9 1
a9 1
PORTREVISION=	0
@

