head	1.4;
access;
symbols
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1
	old_RELEASE_4_1_0:1.1
	old_RELEASE_3_5_0:1.1
	old_RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2002.03.12.18.16.07;	author sobomax;	state dead;
branches;
next	1.3;

1.3
date	2002.02.15.18.44.15;	author reg;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.05.17.24.00;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.04.07.45.34;	author reg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@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.
@
text
@
$FreeBSD: ports/www/mozilla/files/patch-ak,v 1.3 2002/02/15 18:44:15 reg Exp $

--- nsprpub/pr/include/md/_freebsd.h.orig	Sat Jan  5 03:43:00 2002
+++ nsprpub/pr/include/md/_freebsd.h	Tue Feb  5 11:14:27 2002
@@@@ -87,6 +88,12 @@@@
 
 #define _PR_HAVE_SYSV_SEMAPHORES
 #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
+
+#if __FreeBSD_version >= 400014
+#define _PR_INET6
+#define _PR_HAVE_GETHOSTBYNAME2
+#define _PR_INET6_PROBE
+#endif
 
 #define USE_SETJMP
 
@


1.3
log
@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)
@
text
@d2 1
a2 1
$FreeBSD: ports/www/mozilla/files/patch-ak,v 1.2 2002/02/05 17:24:00 sobomax Exp $
@


1.2
log
@Update to 0.9.8.
@
text
@d2 1
a2 1
$FreeBSD$
d6 12
a17 6
@@@@ -40,6 +40,7 @@@@
 #if __FreeBSD__ >= 2
 #include <osreldate.h>  /* for __FreeBSD_version */
 #endif
+#include <sys/param.h>
 #include <sys/syscall.h>
a18 1
 #define PR_LINKER_ARCH	"freebsd"
@


1.1
log
@Make M13 work on a post no-thunk-vtable 4.0-CURRENT, and enable using
poll().

Enable MathML support.

Use bzip2, since it saves 5MB on the distfile.

Revamp the port a bit.
@
text
@d1 9
a9 6
--- nsprpub/pr/include/md/_freebsd.h.orig	Wed Dec 22 15:39:04 1999
+++ nsprpub/pr/include/md/_freebsd.h	Thu Feb  3 03:48:20 2000
@@@@ -21,6 +21,7 @@@@
 
 #include "prthread.h"
 
a13 9
@@@@ -49,7 +50,7 @@@@
 #define _PR_HAVE_SOCKADDR_LEN
 #define _PR_STAT_HAS_ST_ATIMESPEC
 #define _PR_NO_LARGE_FILES
-#if ( __FreeBSD__ > 2 )
+#if ( __FreeBSD_version >= 220000 ) && ( __FreeBSD_version < 400008 )
 #if !defined(_PR_PTHREADS)
 /*
  * libc_r doesn't have poll().  Although libc has poll(), it is not
@

