head	1.5;
access;
symbols
	pkgsrc-2013Q2:1.5.0.42
	pkgsrc-2013Q2-base:1.5
	pkgsrc-2012Q4:1.5.0.40
	pkgsrc-2012Q4-base:1.5
	pkgsrc-2011Q4:1.5.0.38
	pkgsrc-2011Q4-base:1.5
	pkgsrc-2011Q2:1.5.0.36
	pkgsrc-2011Q2-base:1.5
	pkgsrc-2009Q4:1.5.0.34
	pkgsrc-2009Q4-base:1.5
	pkgsrc-2008Q4:1.5.0.32
	pkgsrc-2008Q4-base:1.5
	pkgsrc-2008Q3:1.5.0.30
	pkgsrc-2008Q3-base:1.5
	cube-native-xorg:1.5.0.28
	cube-native-xorg-base:1.5
	pkgsrc-2008Q2:1.5.0.26
	pkgsrc-2008Q2-base:1.5
	pkgsrc-2008Q1:1.5.0.24
	pkgsrc-2008Q1-base:1.5
	pkgsrc-2007Q4:1.5.0.22
	pkgsrc-2007Q4-base:1.5
	pkgsrc-2007Q3:1.5.0.20
	pkgsrc-2007Q3-base:1.5
	pkgsrc-2007Q2:1.5.0.18
	pkgsrc-2007Q2-base:1.5
	pkgsrc-2007Q1:1.5.0.16
	pkgsrc-2007Q1-base:1.5
	pkgsrc-2006Q4:1.5.0.14
	pkgsrc-2006Q4-base:1.5
	pkgsrc-2006Q3:1.5.0.12
	pkgsrc-2006Q3-base:1.5
	pkgsrc-2006Q2:1.5.0.10
	pkgsrc-2006Q2-base:1.5
	pkgsrc-2006Q1:1.5.0.8
	pkgsrc-2006Q1-base:1.5
	pkgsrc-2005Q4:1.5.0.6
	pkgsrc-2005Q4-base:1.5
	pkgsrc-2005Q3:1.5.0.4
	pkgsrc-2005Q3-base:1.5
	pkgsrc-2005Q2:1.5.0.2
	pkgsrc-2005Q2-base:1.5
	pkgsrc-2005Q1:1.4.0.4
	pkgsrc-2005Q1-base:1.4
	pkgsrc-2004Q4:1.4.0.2
	pkgsrc-2004Q4-base:1.4
	pkgsrc-2004Q3:1.3.0.6
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.4
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.2
	pkgsrc-2004Q1-base:1.3
	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.5
date	2005.04.18.22.40.36;	author wiz;	state dead;
branches;
next	1.4;

1.4
date	2004.12.04.03.50.40;	author taya;	state Exp;
branches
	1.4.4.1;
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.45;	author cjep;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	2002.10.04.15.47.18;	author taya;	state Exp;
branches
	1.1.1.1;
next	;

1.4.4.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.18;	author taya;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove mozilla-stable; not much difference to the mozilla package
itself. Okayed by the maintainer, taya@@.
@
text
@$NetBSD: patch-ac,v 1.4 2004/12/04 03:50:40 taya Exp $

--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig	2004-04-22 22:50:05.000000000 +0200
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@@@ -49,6 +49,9 @@@@ ifneq (,$(filter FreeBSD NetBSD OpenBSD 
 ifeq (86,$(findstring 86,$(OS_TEST)))
 CPPSRCS		:= xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
 endif
+ifeq (amd64,$(OS_TEST))
+CPPSRCS                := xptcinvoke_unixish_amd64.cpp xptcstubs_unixish_amd64.cpp
+endif
 endif
 #
 # New code for Linux, et. al., with gcc
@@@@ -140,7 +143,7 @@@@ endif
 # NetBSD/ARM
 #
 ifeq ($(OS_ARCH),NetBSD)
-ifneq (,$(filter arm% sa110,$(OS_TEST)))
+ifneq (,$(filter arm%,$(TARGET_CPU)))
 CPPSRCS		:= xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
 endif
 endif
@@@@ -174,7 +177,7 @@@@ endif
 # NetBSD/m68k
 #
 ifeq ($(OS_ARCH),NetBSD)
-ifneq (,$(filter amiga atari hp300 mac68k mvme68k next68k sun3 sun3x x68k,$(OS_TEST)))
+ifneq (,$(filter m68k,$(TARGET_CPU)))
 CPPSRCS		:= xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
 endif
 endif
@@@@ -257,6 +260,7 @@@@ endif
 ifneq (,$(filter NetBSDmacppc NetBSDbebox NetBSDofppc NetBSDprep NetBSDamigappc,$(OS_ARCH)$(OS_TEST)))                           
 CPPSRCS		:= xptcinvoke_ppc_netbsd.cpp xptcstubs_ppc_netbsd.cpp
 ASFILES		:= xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s
+AS		:= $(CC) -c -x assembler-with-cpp
 endif
 
 #
@@@@ -305,6 +309,13 @@@@ ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
 CPPSRCS		:= xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp
 ASFILES		:= xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
 endif
+#   
+# NetBSD/SPARC64
+#   
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc64)
+CPPSRCS                := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_netbsd.cpp
+ASFILES                := xptcinvoke_asm_sparc64_netbsd.s xptcstubs_asm_sparc64_netbsd.s
+endif
 #
 # Solaris/SPARC
 #
@


1.4
log
@
update mozilla-stable to 1.7.3
stable branch of mozilla was switched to 1.7-branch

mostly copied from www/mozilla
@
text
@d1 1
a1 1
$NetBSD: patch-ac,v 1.24 2004/07/07 09:08:31 aymeric Exp $
@


1.4.4.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-ac,v 1.4 2004/12/04 03:50:40 taya Exp $
@


1.3
log
@
update mozilla-stable to 1.4.1
it's just bug & security fix release
@
text
@d1 1
a1 1
$NetBSD: patch-ac,v 1.19 2003/03/17 16:07:34 taya Exp $
d3 13
a15 3
--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in	2003-01-28 06:52:51.000000000 +0900
+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in	2003-03-14 16:58:41.000000000 +0900
@@@@ -129,7 +129,7 @@@@
d24 1
a24 1
@@@@ -163,7 +163,7 @@@@
d33 9
a41 1
@@@@ -287,6 +287,13 @@@@
@


1.2
log
@Add RCS tag.
@
text
@d1 6
a6 5
$NetBSD$
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in
--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in	Wed Apr 10 12:37:34 2002
+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in	Wed Sep 11 23:47:39 2002
@@@@ -149,6 +149,14 @@@@
d9 11
a19 9
 ifneq (,$(filter amiga atari hp300 mac68k mvme68k next68k sun3 sun3x x68k,$(OS_TEST)))
+ifneq (,$(findstring elf,$(TARGET_OS)))
+# ELF format
+SYMBOLPREFIX=\"\"
+else 
+# aout format
+SYMBOLPREFIX=\"_\"
+endif
+CXXFLAGS        += -DSYMBOLPREFIX=$(SYMBOLPREFIX)
d23 1
a23 2
@@@@ -253,6 +261,13 @@@@
 ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
d26 1
a26 1
+endif
d33 1
a33 1
 endif
d36 1
@


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 5
a5 6
$NetBSD: patch-ac,v 1.3 2003/11/27 23:36:42 taya Exp $

--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in	2003-01-28 06:52:51.000000000 +0900
+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in	2003-03-14 16:58:41.000000000 +0900
@@@@ -129,7 +129,7 @@@@
 # NetBSD/ARM
d8 9
a16 11
-ifneq (,$(filter arm% sa110,$(OS_TEST)))
+ifneq (,$(filter arm%,$(TARGET_CPU)))
 CPPSRCS		:= xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
 endif
 endif
@@@@ -163,7 +163,7 @@@@
 # NetBSD/m68k
 #
 ifeq ($(OS_ARCH),NetBSD)
-ifneq (,$(filter amiga atari hp300 mac68k mvme68k next68k sun3 sun3x x68k,$(OS_TEST)))
+ifneq (,$(filter m68k,$(TARGET_CPU)))
d20 2
a21 1
@@@@ -287,6 +287,13 @@@@
d24 1
a24 1
 endif
d31 1
a31 1
+endif
a33 1
 #
@


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
@@
