summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-04-04 00:42:41 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-04-04 00:42:41 +0000
commita20c822b45e5e923f565debc3f3e5f4db2bbdc78 (patch)
tree05768102dec779e0ab8826bb9f30733e10105a5c /www
parentportlint3: WARN: pkg-descr 5: whitespace before end of line (diff)
Previous commiting did not support IPv6 :-P
Submitted by: ume
Notes
Notes: svn path=/head/; revision=40825
Diffstat (limited to 'www')
-rw-r--r--www/mozilla+ipv6/Makefile1
-rw-r--r--www/mozilla+ipv6/files/patch-ak5
-rw-r--r--www/mozilla+ipv6/files/patch-mi8
3 files changed, 4 insertions, 10 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile
index ad54d2308a98..729af421d814 100644
--- a/www/mozilla+ipv6/Makefile
+++ b/www/mozilla+ipv6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mozilla
PORTVERSION= 0.8.1
+PORTREVISION= 1
PKGNAMESUFFIX= +ipv6
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
diff --git a/www/mozilla+ipv6/files/patch-ak b/www/mozilla+ipv6/files/patch-ak
index a0753f9c6215..78ccd2bcd91f 100644
--- a/www/mozilla+ipv6/files/patch-ak
+++ b/www/mozilla+ipv6/files/patch-ak
@@ -17,16 +17,15 @@
#if !defined(_PR_PTHREADS)
/*
* libc_r doesn't have poll(). Although libc has poll(), it is not
-@@ -61,6 +62,12 @@
+@@ -61,6 +62,11 @@
#endif
#define _PR_HAVE_SYSV_SEMAPHORES
#define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
+
-+#ifdef _PR_INET6
++#define _PR_INET6
+#define _PR_HAVE_GETIPNODEBYNAME
+#define _PR_HAVE_GETIPNODEBYADDR
+#define _PR_INET6_PROBE
-+#endif
#define USE_SETJMP
diff --git a/www/mozilla+ipv6/files/patch-mi b/www/mozilla+ipv6/files/patch-mi
index 997bf5de5d2a..796e9905088e 100644
--- a/www/mozilla+ipv6/files/patch-mi
+++ b/www/mozilla+ipv6/files/patch-mi
@@ -33,19 +33,13 @@
else
IMPL_STRATEGY = _EMU
DEFINES += -D_PR_LOCAL_THREADS_ONLY
-@@ -61,3 +63,16 @@
+@@ -61,3 +63,10 @@
MKSHLIB = $(LD) $(DSO_LDOPTS)
G++INCLUDES = -I/usr/include/g++
+
-+# IPv6 support part of the standard FreeBSD 4.0 release.
-+ifneq (,$(filter-out 2.0 2.1 2.2 3,$(basename $(OS_RELEASE))))
-+USE_IPV6 = 1
-+endif
-+
+# IPv6 support part of the KAME.
+ifeq ($(shell test -f /usr/local/v6/lib/libinet6.a && echo kame),kame)
-+USE_IPV6 = 1
+OS_LIBS += -L/usr/local/v6/lib -linet6
+endif
+