head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.2.0.6 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.4 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.2 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.1.1.1.0.6 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.4 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2009.09.22.13.17.29; author tnn; state dead; branches; next 1.3; 1.3 date 2009.04.20.12.13.03; author hasso; state Exp; branches; next 1.2; 1.2 date 2008.09.16.11.24.58; author tnn; state Exp; branches; next 1.1; 1.1 date 2008.06.28.10.01.07; author tnn; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.06.28.10.01.07; author tnn; state Exp; branches; next ; desc @@ 1.4 log @Send firefox3 on it's way to the happy hunting ground. @ text @$NetBSD: patch-ab,v 1.3 2009/04/20 12:13:03 hasso Exp $ --- configure.in.orig 2008-11-21 21:37:59 +0200 +++ configure.in 2009-04-20 13:37:54 +0300 @@@@ -1700,7 +1700,7 @@@@ case "$target" in LDFLAGS=$_SAVE_LDFLAGS ;; -*-freebsd*) +*-freebsd* | *-dragonfly*) if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` != "elf"; then DLL_SUFFIX=".so.1.0" DSO_LDOPTS="-shared" @@@@ -1714,6 +1714,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*) @@@@ -2230,7 +2233,14 @@@@ case "$target" in if test "$LIBRUNPATH"; then DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS" fi + case "${target_cpu}" in + alpha*) + CFLAGS="$CFLAGS -mieee" + CXXFLAGS="$CXXFLAGS -mieee" ;; + esac + ;; + *-openvms*) AC_DEFINE(NO_PW_GECOS) @@@@ -2979,6 +2989,9 @@@@ dnl ==================================== case $target in *-hpux11.*) ;; +*-dragonfly*) + AC_CHECK_LIB(c, gethostbyname_r) + ;; *) AC_CHECK_LIB(c_r, gethostbyname_r) ;; @@@@ -6142,7 +6155,7 @@@@ dnl ==================================== dnl = Enable code optimization. ON by default. dnl ======================================================== if test -z "$MOZ_OPTIMIZE_FLAGS"; then - MOZ_OPTIMIZE_FLAGS="-O" + MOZ_OPTIMIZE_FLAGS="" fi MOZ_ARG_ENABLE_STRING(optimize, @ 1.3 log @Prevent linking against libc_r on DragonFly. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2008/09/16 11:24:58 tnn Exp $ @ 1.2 log @patch configure.in, not configure, due to regeneration. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.in.orig 2008-06-25 00:51:17.000000000 +0200 +++ configure.in @@@@ -1682,7 +1682,7 @@@@ case "$target" in d14 1 a14 1 @@@@ -1696,6 +1696,9 @@@@ case "$target" in d24 1 a24 1 @@@@ -2212,8 +2215,15 @@@@ case "$target" in d32 2 d35 1 a35 2 + esac ;; a36 1 + d39 11 a49 2 AC_DEFINE(NO_UDSOCK) @@@@ -6116,7 +6126,7 @@@@ dnl ==================================== @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- configure.orig 2008-03-01 00:31:03.000000000 +0100 +++ configure @@@@ -6178,7 +6178,7 @@@@ rm -f conftest* d14 1 a14 1 @@@@ -6192,6 +6192,9 @@@@ rm -f conftest* d24 1 a24 1 @@@@ -6766,6 +6769,13 @@@@ EOF a27 1 + d36 1 d38 5 a42 3 @@@@ -16253,7 +16263,7 @@@@ rm -f conftest* fi d48 1 a48 1 # Check whether --enable-optimize or --disable-optimize was given. @ 1.1.1.1 log @Import firefox3-3.0 as www/firefox3. This is a new major release of the popular Firefox browser from Mozilla. Based on Gecko 1.9, it brings improvements in the areas of performance, stability, rendering correctness, security, usability and more. Release notes: http://www.mozilla.com/en-US/firefox/3.0/releasenotes/ @ text @@