head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.46 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.44 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.42 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.40 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.38 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.36 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.34 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.32 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.30 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.28 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.26 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.24 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.22 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.20 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.18 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.16 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.14 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.12 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.10 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.8 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.6 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.4 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.2 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2004.12.04.03.50.40; author taya; state dead; branches; next 1.4; 1.4 date 2003.11.27.23.36.42; author taya; state Exp; branches; next 1.3; 1.3 date 2003.01.20.13.23.04; author taya; state Exp; branches 1.3.4.1; next 1.2; 1.2 date 2002.11.26.22.02.45; author cjep; state Exp; branches; next 1.1; 1.1 date 2002.10.04.15.47.18; author taya; state Exp; branches 1.1.1.1; next ; 1.3.4.1 date 2003.12.05.19.15.10; author agc; state Exp; branches; next ; 1.1.1.1 date 2002.10.04.15.47.18; author taya; state Exp; branches; next ; desc @@ 1.5 log @ update mozilla-stable to 1.7.3 stable branch of mozilla was switched to 1.7-branch mostly copied from www/mozilla @ text @$NetBSD: patch-am,v 1.4 2003/11/27 23:36:42 taya Exp $ diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c --- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c 2003-01-21 05:50:00.000000000 +0900 +++ ./nsprpub/pr/src/pthreads/ptio.c 2003-03-14 16:58:52.000000000 +0900 @@@@ -194,7 +194,7 @@@@ #elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \ || defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \ || defined(NTO) || defined(OPENBSD) || defined(DARWIN) \ - || defined(UNIXWARE) + || defined(UNIXWARE) || defined(NETBSD) #define _PRSockOptVal_t void * #else #error "Cannot determine architecture" @@@@ -3428,6 +3428,15 @@@@ if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); else { +#if defined(__NetBSD__) && defined(_PR_INET6) && defined(IPV6_V6ONLY) + if(domain == PR_AF_INET6) { + int opt = 0; + if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, &opt, sizeof(opt))){ + close(osfd); + return NULL; + } + } +#endif fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); if (fd == NULL) close(osfd); } @ 1.4 log @ update mozilla-stable to 1.4.1 it's just bug & security fix release @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.10 2003/03/17 16:07:35 taya Exp $ @ 1.3 log @ enable IPv4 mapped IPv6 address. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 3 --- nsprpub/pr/src/pthreads/ptio.c.orig Sat Jun 22 06:40:13 2002 +++ nsprpub/pr/src/pthreads/ptio.c Mon Jan 20 19:13:45 2003 @@@@ -192,7 +192,7 @@@@ d15 1 a15 1 @@@@ -3414,6 +3414,15 @@@@ @ 1.3.4.1 log @Upgrade mozilla-stable to 1.4.1 on the pkgsrc-2003Q4 branch, requested by Grant Beattie. Module Name: pkgsrc Committed By: taya Date: Thu Nov 27 23:36:42 UTC 2003 Modified Files: pkgsrc/www/mozilla-stable: Makefile PLIST buildlink2.mk distinfo pkgsrc/www/mozilla-stable/files: moz-install mozilla-ELF.in mozilla-a.out.in xptcinvoke_asm_sparc64_netbsd.s xptcinvoke_sparc64_netbsd.cpp xptcstubs_asm_sparc64_netbsd.s xptcstubs_sparc64_netbsd.cpp pkgsrc/www/mozilla-stable/patches: patch-ab patch-ac patch-ad patch-ae patch-am patch-aw patch-ba patch-bb patch-be patch-bm patch-bn Added Files: pkgsrc/www/mozilla-stable/patches: patch-af patch-ag patch-bo patch-bp patch-bq patch-bugzilla220122 Removed Files: pkgsrc/www/mozilla-stable/patches: patch-aa patch-bf patch-bj Log Message: update mozilla-stable to 1.4.1 it's just bug & security fix release @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.4 2003/11/27 23:36:42 taya Exp $ d3 3 a5 4 diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c --- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c 2003-01-21 05:50:00.000000000 +0900 +++ ./nsprpub/pr/src/pthreads/ptio.c 2003-03-14 16:58:52.000000000 +0900 @@@@ -194,7 +194,7 @@@@ d14 1 a14 1 @@@@ -3428,6 +3428,15 @@@@ @ 1.2 log @Add RCS tag. @ text @d2 3 a4 3 diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c --- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c Sat Jun 22 06:40:13 2002 +++ ./nsprpub/pr/src/pthreads/ptio.c Thu Sep 12 00:19:49 2002 d14 16 @ 1.1 log @Initial revision @ text @d1 1 @ 1.1.1.1 log @ Initial import of mozilla-stable This is a stable branch of mozilla. A select group of APIs have been marked "@@FROZEN. Mozilla.org intends to maintain API compatibility for this set until next major release. This branch is targeted at the developer community and enables the creation of Internet-based applications. @ text @@