head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.42 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.40 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.38 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.36 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.34 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.32 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.30 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.28 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.26 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.24 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.22 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.20 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.18 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.16 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.14 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.12 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.10 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.8 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.6 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.4 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.2 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.6.0.2 pkgsrc-2005Q1-base:1.6 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.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2005.04.18.22.40.36; author wiz; state dead; branches; next 1.6; 1.6 date 2004.12.25.15.39.43; author taya; state Exp; branches 1.6.2.1; next 1.5; 1.5 date 2004.12.04.03.50.40; author taya; state Exp; branches; next 1.4; 1.4 date 2004.03.10.12.51.45; author taya; state Exp; branches; next 1.3; 1.3 date 2003.11.27.23.36.42; author taya; state Exp; branches; next 1.2; 1.2 date 2002.11.26.22.02.46; author cjep; state Exp; branches 1.2.4.1; next 1.1; 1.1 date 2002.10.04.15.47.17; author taya; state Exp; branches 1.1.1.1; next ; 1.6.2.1 date 2005.05.18.03.35.32; author snj; state dead; branches; next ; 1.2.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.17; author taya; state Exp; branches; next ; desc @@ 1.7 log @Remove mozilla-stable; not much difference to the mozilla package itself. Okayed by the maintainer, taya@@. @ text @$NetBSD: patch-bb,v 1.6 2004/12/25 15:39:43 taya Exp $ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md/_netbsd.h --- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h 2003-09-12 02:24:53.000000000 +0900 +++ ./nsprpub/pr/include/md/_netbsd.h 2004-06-10 23:07:02.000000000 +0900 @@@@ -44,16 +44,26 @@@@ #define _PR_SI_ARCHITECTURE "x86" #elif defined(__alpha__) #define _PR_SI_ARCHITECTURE "alpha" +#elif defined(__amd64__) +#define _PR_SI_ARCHITECTURE "amd64" #elif defined(__m68k__) #define _PR_SI_ARCHITECTURE "m68k" #elif defined(__powerpc__) #define _PR_SI_ARCHITECTURE "powerpc" +#elif defined(__sparc_v9__) +#define _PR_SI_ARCHITECTURE "sparc64" #elif defined(__sparc__) #define _PR_SI_ARCHITECTURE "sparc" #elif defined(__mips__) #define _PR_SI_ARCHITECTURE "mips" #elif defined(__arm32__) #define _PR_SI_ARCHITECTURE "arm32" +#elif defined(__ARMEL__) +#define _PR_SI_ARCHITECTURE "armel" +#elif defined(__ARMEB__) +#define _PR_SI_ARCHITECTURE "armeb" +#elif defined(__arm__) +#define _PR_SI_ARCHITECTURE "arm" #endif #if defined(__ELF__) @@@@ -86,6 +96,12 @@@@ #define _PR_INET6_PROBE #endif +#if __NetBSD_Version__ >= 106370000 +/* NetBSD 1.6ZK */ +#define _PR_HAVE_GETPROTO_R +#define _PR_HAVE_GETPROTO_R_INT +#endif + #define USE_SETJMP #ifndef _PR_PTHREADS @@@@ -108,7 +124,17 @@@@ } #define _MD_GET_SP(_thread) CONTEXT(_thread)[2] #endif -#ifdef __sparc__ +#ifdef __sparc_v9__ +#define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \ +{ \ + sigsetjmp(CONTEXT(_thread), 1); \ + CONTEXT(_thread)[1] = (unsigned char*) ((_sp) - 176 - 0x7ff); \ + CONTEXT(_thread)[2] = (long) _main; \ + CONTEXT(_thread)[3] = (long) _main + 4; \ + *status = PR_TRUE; \ +} +#define _MD_GET_SP(_thread) (CONTEXT(_thread)[2]+0x7ff) +#elif defined(__sparc__) #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \ { \ sigsetjmp(CONTEXT(_thread), 1); \ @@@@ -150,7 +176,7 @@@@ } #define _MD_GET_SP(_thread) CONTEXT(_thread)[32] #endif -#ifdef __arm32__ +#ifdef __arm__ #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \ { \ sigsetjmp(CONTEXT(_thread), 1); \ @ 1.6 log @ Update mozilla, mozilla-gtk2, and mozilla-stable to 1.7.5 Changes from release notes - NPRuntime support. NPRuntime is an extension to the Netscape Plugin API that was developed in cooperation with Apple, Opera, and a group of plugin vendors. http://www.mozilla.org/projects/plugins/npruntime.html - Added undetectable document.all support, and support for exposing elements by their ID in the global scope for greater IE compatibility when viewing pages that don't request standards compliant behaviour. https://bugzilla.mozilla.org/show_bug.cgi?id=248549 and https://bugzilla.mozilla.org/show_bug.cgi?id=256932. @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.19 2004/06/21 14:14:00 taya Exp $ @ 1.6.2.1 log @Pullup ticket 508 - requested by Lubomir Sedlacik remove mozilla-stable Module Name: pkgsrc Committed By: wiz Date: Mon Apr 18 22:40:36 UTC 2005 Modified Files: pkgsrc/www: Makefile Removed Files: pkgsrc/www/mozilla-stable: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/www/mozilla-stable/files: moz-install mozilla-ELF.in mozilla-Mach-O.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-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-an patch-ao patch-aw patch-ax patch-ba patch-bb patch-bm patch-bo patch-bq patch-br patch-bs patch-bt patch-bu patch-bv patch-bw patch-bx patch-by patch-bz patch-ca patch-cb patch-cc Log Message: Remove mozilla-stable; not much difference to the mozilla package itself. Okayed by the maintainer, taya@@. @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.6 2004/12/25 15:39:43 taya Exp $ @ 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 @d26 1 a26 1 +#elif defined(__ARMEL__) @ 1.4 log @ make this compile on -current. bump PKGREVISION @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.16 2004/02/22 12:02:55 taya Exp $ d5 8 a12 2 +++ ./nsprpub/pr/include/md/_netbsd.h 2004-02-21 16:47:07.000000000 +0900 @@@@ -48,12 +48,20 @@@@ d24 4 a29 4 +#elif defined(__armel__) +#define _PR_SI_ARCHITECTURE "armel" +#elif defined(__armeb__) +#define _PR_SI_ARCHITECTURE "armeb" d33 1 a33 1 @@@@ -86,6 +94,12 @@@@ d46 1 a46 1 @@@@ -108,7 +122,17 @@@@ d65 1 a65 1 @@@@ -150,7 +174,7 @@@@ d70 1 a70 1 +#if defined(__arm32__) || defined(__arm__) || defined(__armel__) || defined(__armeb__) @ 1.3 log @ update mozilla-stable to 1.4.1 it's just bug & security fix release @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.13 2003/03/17 16:07:35 taya Exp $ d4 2 a5 2 --- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h 2003-01-17 08:09:14.000000000 +0900 +++ ./nsprpub/pr/include/md/_netbsd.h 2003-03-14 16:59:00.000000000 +0900 d27 14 a40 1 @@@@ -107,7 +115,17 @@@@ d59 1 a59 1 @@@@ -149,7 +167,7 @@@@ @ 1.2 log @Add RCS tag. @ text @d1 2 a2 1 $NetBSD$ d4 2 a5 2 --- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h Wed Apr 10 12:16:43 2002 +++ ./nsprpub/pr/include/md/_netbsd.h Wed Sep 11 23:47:54 2002 d27 1 a27 1 @@@@ -106,7 +114,17 @@@@ d46 1 a46 1 @@@@ -148,7 +166,7 @@@@ @ 1.2.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 2 $NetBSD: patch-bb,v 1.3 2003/11/27 23:36:42 taya Exp $ d3 2 a4 2 --- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h 2003-01-17 08:09:14.000000000 +0900 +++ ./nsprpub/pr/include/md/_netbsd.h 2003-03-14 16:59:00.000000000 +0900 d26 1 a26 1 @@@@ -107,7 +115,17 @@@@ d45 1 a45 1 @@@@ -149,7 +167,7 @@@@ @ 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 @@