head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.52 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.50 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.48 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.46 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 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.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2004.03.09.15.09.01; author taya; state dead; branches; next 1.3; 1.3 date 2004.02.04.11.09.13; author grant; state Exp; branches; next 1.2; 1.2 date 2003.11.27.00.10.55; author taya; state Exp; branches; next 1.1; 1.1 date 2003.08.16.14.19.36; author taya; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.08.16.14.19.36; author taya; state Exp; branches; next ; desc @@ 1.4 log @ Remove MozillaFirebird. MozillaFirebird is replaced by firefox. @ text @$NetBSD: patch-ab,v 1.3 2004/02/04 11:09:13 grant Exp $ --- configure.in.orig 2003-08-30 03:14:58.000000000 +1000 +++ configure.in @@@@ -902,6 +902,9 @@@@ case "$target" in # MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive' # MKSHLIB_UNFORCE_ALL='' # fi + if test "$LIBRUNPATH"; then + DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" + fi ;; *-hpux*) @@@@ -1190,6 +1193,13 @@@@ case "$target" in 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*) @@@@ -1425,7 +1435,7 @@@@ dnl the qsort routine under solaris is f MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) $(DSO_LDOPTS) -o $@@' MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract' MKSHLIB_UNFORCE_ALL='' - DSO_LDOPTS='-G -Qoption ld -z,muldefs -h $@@' + DSO_LDOPTS='-G -z muldefs -h $@@' AR_LIST="$AR t" AR_EXTRACT="$AR x" AR_DELETE="$AR d" @@@@ -1596,7 +1606,7 @@@@ AC_CACHE_VAL(ac_cv_siginfo_t, [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 @@@@ -2143,9 +2153,6 @@@@ then CXXFLAGS="$CXXFLAGS -mt" fi ;; - *-*-netbsd*) - USE_PTHREADS= - _PTHREAD_LDFLAGS= esac fi @ 1.3 log @on Solaris when creating shared objects, don't pass `-Qoption ld' (SunPro and the Solaris 9 linker don't understand/use it) and ensure we pass the rpath. fixes install on Solaris. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @ Update MozillaFirebird to 0.7 Here are the news in this release of Mozilla Firebird: * Advanced preferences panel * Download/helper apps preferences panel * Cookie whitelisting (through the new Cookie Exceptions window) * New password manager * Web panels (like Mozilla's sidebar panels) * Alternate stylesheet support (through a status bar button) * Send Page, Send Link, and Send Image menu items * Autoscroll * Lots of bug fixes and other small improvements There have been too many bug fixes since Mozilla Firebird 0.6.1 to keep track of them all. It's better. Trust us ;-) @ text @d3 3 a5 4 diff -ru ../Orig/mozilla/configure.in ./configure.in --- ../Orig/mozilla/configure.in 2003-08-30 02:14:58.000000000 +0900 +++ ./configure.in 2003-10-20 10:17:13.000000000 +0900 @@@@ -902,6 +902,9 @@@@ d15 1 a15 1 @@@@ -1190,6 +1193,13 @@@@ d29 10 a38 1 @@@@ -1596,7 +1606,7 @@@@ d47 1 a47 1 @@@@ -2143,9 +2153,6 @@@@ @ 1.1 log @Initial revision @ text @d4 3 a6 3 --- ../Orig/mozilla/configure.in 2003-07-10 06:55:23.000000000 +0900 +++ ./configure.in 2003-07-31 23:04:02.000000000 +0900 @@@@ -885,6 +885,9 @@@@ d16 1 a16 1 @@@@ -1173,6 +1176,13 @@@@ d30 1 a30 1 @@@@ -1580,7 +1590,7 @@@@ d39 1 a39 1 @@@@ -2125,9 +2135,6 @@@@ @ 1.1.1.1 log @ Import MozillaFirebird 0.6.1 (renamed from phoenix) Changes from 0.6: * Fix for the auto-complete crash bug * Fix for the DOM security restriction bug that broke many bookmarklets * Rich Text Editing support * Toolbar buttons for cut, copy and paste * Brushed up default theme, including updated toolbar icons * New application icon @ text @@