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 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.4 date 2003.08.16.14.24.56; author taya; state dead; branches; next 1.3; 1.3 date 2003.04.27.09.49.05; author grant; state Exp; branches; next 1.2; 1.2 date 2002.12.10.16.02.40; author taya; state Exp; branches; next 1.1; 1.1 date 2002.10.19.15.38.36; author taya; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.19.15.38.36; author taya; state Exp; branches; next ; desc @@ 1.4 log @ remove phoenix(renamed to MozillaFirebird) @ text @$NetBSD: patch-ab,v 1.3 2003/04/27 09:49:05 grant Exp $ --- configure.in.orig 7 Mar 2003 21:25:31 -0000 +++ configure.in 15 Apr 2003 14:53:02 -0000 @@@@ -859,6 +859,9 @@@@ # MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive' # MKSHLIB_UNFORCE_ALL='' # fi + if test "$LIBRUNPATH"; then + DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" + fi ;; *-hpux*) @@@@ -1134,6 +1137,13 @@@@ if test "$LIBRUNPATH"; then DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" fi + + case "${target_cpu}" in + alpha*) + CFLAGS="$CFLAGS -mieee" + CXXFLAGS="$CXXFLAGS -mieee" + ;; + esac ;; *-nto*) @@@@ -1493,7 +1503,7 @@@@ [siginfo_t* info;], [ac_cv_siginfo_t=true], [ac_cv_siginfo_t=false])]) -if test "$ac_cv_siginfo_t" = true ; then +if test "$OS_TARGET" != "NetBSD" -a "$ac_cv_siginfo_t" = true ; then AC_DEFINE(HAVE_SIGINFO_T) AC_MSG_RESULT(yes) else @@@@ -2037,9 +2047,6 @@@@ CXXFLAGS="$CXXFLAGS -mt" fi ;; - *-*-netbsd*) - USE_PTHREADS= - _PTHREAD_LDFLAGS= esac fi @ 1.3 log @pass -Wl,-R... when linking shared libraries on FreeBSD. The runtime linker seemingly does not pass the rpath down from binaries to shared libs, resulting in libs not being able to find other libs they require. patch from taya@@, tested on FreeBSD 5.0. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update phoenix to 0.5 What's new from release notes - Multiple homepages - Sidebar remembers its state across sessions - Download fixes - History improvements - Accessibility improvements - Size and memory reduction - Performance improvements - Stability improvements - Better Windows appearance - Many more new themes - Too many fixes to list See below for detail. http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html @ text @d3 13 a15 3 --- ../Orig/mozilla/configure.in Mon Dec 9 12:18:31 2002 +++ ./configure.in Tue Dec 10 08:32:45 2002 @@@@ -1137,6 +1137,13 @@@@ d29 1 a29 1 @@@@ -1494,7 +1501,7 @@@@ d38 1 a38 1 @@@@ -2028,9 +2035,6 @@@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.25 2002/08/29 15:11:14 taya Exp $ d3 3 a5 4 diff -ru ../Orig/mozilla/configure.in ./configure.in --- ../Orig/mozilla/configure.in Sat Aug 10 05:05:34 2002 +++ ./configure.in Wed Aug 28 11:21:43 2002 @@@@ -1024,6 +1024,13 @@@@ d19 10 a28 1 @@@@ -1875,9 +1882,6 @@@@ @ 1.1.1.1 log @ Initial import of phoenix Phoenix is a redesign of the Mozilla browser component, similar to Galeon, K-Meleon and Chimera, but written using the XUL user interface language and designed to be cross-platform. @ text @@