head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-PATCH001:1.2; locks; strict; comment @# @; 1.4 date 2001.07.01.13.05.09; author taya; state dead; branches; next 1.3; 1.3 date 2001.06.09.04.13.26; author taya; state Exp; branches; next 1.2; 1.2 date 2001.05.11.00.37.46; author taya; state Exp; branches; next 1.1; 1.1 date 2001.03.30.09.37.50; author taya; state Exp; branches; next ; desc @@ 1.4 log @ Update mozilla to 0.9.2 0.9.2 is a bugfix release. See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.2/ @ text @$NetBSD: patch-ar,v 1.3 2001/06/09 04:13:26 taya Exp $ diff -ru ../Orig/mozilla/nsprpub/configure.in ./nsprpub/configure.in --- ../Orig/mozilla/nsprpub/configure.in Tue May 22 23:15:35 2001 +++ ./nsprpub/configure.in Sat Jun 9 01:44:04 2001 @@@@ -1121,27 +1121,30 @@@@ AC_DEFINE(XP_UNIX) AC_DEFINE(NETBSD) AC_DEFINE(HAVE_BSD_FLOCK) + USE_NSPR_THREADS=1 + MDCPUCFG_H=_netbsd.cfg + PR_MD_CSRCS=netbsd.c + + DSO_CFLAGS='-fPIC -DPIC' + CFLAGS="$CFLAGS -ansi -Wall -pipe" + CXXFLAGS="$CXXFLAGS -ansi -Wall -pipe" + MKSHLIB='$(CC) -o $@@ $(DSO_LDOPTS)' + if test -z "$OBJECT_FMT"; then if echo __ELF__ | ${CC-cc} -E - | grep -q __ELF__ 2>/dev/null; then - OBJECT_FMT=a.out; + OBJECT_FMT=a.out + DLL_SUFFIX=so.1.0 + DSO_LDOPTS='-shared' else OBJECT_FMT=ELF + DLL_SUFFIX=so + DSO_LDOPTS='-shared -Wl,-soname,$(notdir $@@)' fi fi - if test "$OBJECT_FMT" = "ELF"; then - DLL_SUFFIX=so - else - DLL_SUFFIX=so.1.0 - fi - CFLAGS="$CFLAGS -ansi -Wall -pipe" - CXXFLAGS="$CXXFLAGS -ansi -Wall -pipe" - DSO_CFLAGS='-fPIC -DPIC' - DSO_LDOPTS='-x -shared' + if test "$LIBRUNPATH"; then - DSO_LDOPTS="$DSO_LDOPTS -R$(LIBRUNPATH)" + DSO_LDOPTS="$DSO_LDOPTS -Wl,-R$LIBRUNPATH" fi - MDCPUCFG_H=_netbsd.cfg - PR_MD_CSRCS=netbsd.c ;; mips-sony-newsos*) @@@@ -1869,11 +1872,6 @@@@ _PTHREAD_LDFLAGS= USE_USER_PTHREADS= ;; -*-netbsd*) - if test -z "$USE_PTHREADS"; then - OS_LIBS="$OS_LIBS -lc" - fi - ;; *-solaris*) if test -n "$USE_NATIVE_THREADS"; then AC_DEFINE(_PR_GLOBAL_THREADS_ONLY) @ 1.3 log @ Update mozilla to 0.9.1 and add header files to package 0.9.1 is a bugfix release. Stability greatly improved since Mozilla 0.9 See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.1/ @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @ Most notable changes are: * Personal Security Manager 2.0 with improved performance and new UI. * MailNews front end has been overhauled with a huge performance improvement. * Browser and Mail now utilize a new cache, and new viewmanager for improved performance and correctness. * Image rendering library was rewritten from scratch for increased preformance. See the release notes below for detail: http://www.mozilla.org/releases/mozilla0.9/ @ text @d4 3 a6 3 --- ../Orig/mozilla/nsprpub/configure.in Tue Apr 17 08:22:28 2001 +++ ./nsprpub/configure.in Mon May 7 05:40:30 2001 @@@@ -1121,24 +1121,29 @@@@ d28 1 a28 1 + DSO_LDOPTS='-shared -Wl,-soname,lib$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)' d45 6 a50 3 MDCPUCFG_H=_netbsd.cfg PR_MD_CSRCS=netbsd.c @@@@ -1868,11 +1873,6 @@@@ @ 1.1 log @ Update to mozilla 0.8.1 See the release notes for detail: http://www.mozilla.org/releases/mozilla0.8.1/ Currently only tested(and worked) on -current/i386. Tested on 1.5.1_ALPHA/mac68k, but did not work(still investigating). @ text @d4 3 a6 3 --- ../Orig/mozilla/nsprpub/configure.in Sun Mar 11 15:24:30 2001 +++ ./nsprpub/configure.in Sat Mar 24 01:33:09 2001 @@@@ -1073,24 +1073,29 @@@@ d45 3 a47 3 ;; @@@@ -1777,11 +1782,6 @@@@ @