head	1.7;
access;
symbols
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2002.02.16.23.46.00;	author sumikawa;	state dead;
branches;
next	1.6;

1.6
date	2002.02.08.18.03.38;	author sumikawa;	state Exp;
branches;
next	1.5;

1.5
date	2002.02.05.19.30.24;	author sumikawa;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.04.00.42.41;	author sumikawa;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.19.17.53.59;	author sumikawa;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.29.10.40.23;	author sumikawa;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@Remove this port.

Now www/mozilla works correctly on both IPv6 and IPv4 environment so
we don't need mozilla+ipv6 anymore.
@
text
@
$FreeBSD: ports/www/mozilla+ipv6/files/patch-ak,v 1.6 2002/02/08 18:03:38 sumikawa Exp $

--- nsprpub/pr/include/md/_freebsd.h.orig	Sat Jan  5 01:43:00 2002
+++ nsprpub/pr/include/md/_freebsd.h	Tue Feb  5 19:44:32 2002
@@@@ -40,6 +40,7 @@@@
 #if __FreeBSD__ >= 2
 #include <osreldate.h>  /* for __FreeBSD_version */
 #endif
+#include <sys/param.h>
 #include <sys/syscall.h>
 
 #define PR_LINKER_ARCH	"freebsd"
@@@@ -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.6
log
@Wrap INET6 enabling block by OS version checking.
@
text
@d2 1
a2 1
$FreeBSD: ports/www/mozilla+ipv6/files/patch-ak,v 1.5 2002/02/05 19:30:24 sumikawa Exp $
@


1.5
log
@Upgrade to 0.9.8.

This version support dynamic IPv6 stack detection and IPv6->IPv4 fallback
when IPv6 connection fails.  I'll try merge into www/mozilla after checking
these features.
@
text
@d2 1
a2 1
$FreeBSD$
d4 2
a5 2
--- 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
d14 2
a15 2
@@@@ -61,6 +62,10 @@@@
 #endif
d19 1
d23 1
d26 1
@


1.4
log
@Previous commiting did not support IPv6 :-P

Submitted by:	ume
@
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"
 
d14 1
a14 10
@@@@ -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
@@@@ -61,6 +62,11 @@@@
d20 1
a20 2
+#define _PR_HAVE_GETIPNODEBYNAME
+#define _PR_HAVE_GETIPNODEBYADDR
a23 1
 
@


1.3
log
@Upgrade to 0.8.

Submitted by:	ume
@
text
@d20 1
a20 1
@@@@ -61,6 +62,12 @@@@
d25 1
a25 1
+#ifdef _PR_INET6
a28 1
+#endif
@


1.2
log
@IPv6 enabled mozilla-M17.

Submitted by:	ume
Repo copied by:	PW
@
text
@d1 2
a2 4
Index: nsprpub/pr/include/md/_freebsd.h
diff -u nsprpub/pr/include/md/_freebsd.h.orig nsprpub/pr/include/md/_freebsd.h
--- nsprpub/pr/include/md/_freebsd.h.orig	Thu Dec 23 08:39:04 1999
+++ nsprpub/pr/include/md/_freebsd.h	Fri Apr 28 22:14:54 2000
@


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 4
a4 2
--- 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
d22 13
@

