head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.30 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.28 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.26 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.24 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.22 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.20 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.18 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.16 pkgsrc-2008Q1:1.1.0.14 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.12 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.10 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.8 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.6 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.4 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.2; locks; strict; comment @# @; 1.2 date 2009.11.29.00.40.48; author tnn; state dead; branches; next 1.1; 1.1 date 2006.10.20.10.28.51; author rillig; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2006.10.20.10.28.51; author salo; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2006.11.09.11.49.00; author salo; state Exp; branches; next ; desc @@ 1.2 log @Update to seamonkey-2.0, from pkgsrc-wip. Hijack maintainership. Many, many changes; the biggest being that it's based on firefox 3.5. For an exhaustive list of changes, see: http://www.seamonkey-project.org/releases/seamonkey2.0/changes @ text @$NetBSD: patch-ec,v 1.1 2006/10/20 10:28:51 rillig Exp $ --- build/autoconf/mozconfig2configure.orig 2006-02-22 16:41:28.000000000 +0000 +++ build/autoconf/mozconfig2configure @@@@ -79,7 +79,7 @@@@ ac_add_options() { ac_add_app_options() { APP=$1 shift; - if [ "$APP" == "$MOZ_BUILD_APP" ]; then + if [ "$APP" = "$MOZ_BUILD_APP" ]; then ac_add_options "$*"; fi } @ 1.1 log @Fixed "test ==". @ text @d1 1 a1 1 $NetBSD: patch-ec,v 1.1 2006/10/16 12:09:13 seb Exp $ @ 1.1.2.1 log @file patch-ec was added on branch pkgsrc-2006Q3 on 2006-10-20 10:28:51 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket 1907 - requested by ghen security update for seamonkey Revisions pulled up: - pkgsrc/www/seamonkey/Makefile 1.11, 1.12, 1.13 - pkgsrc/www/seamonkey/Makefile-seamonkey.common 1.2 - pkgsrc/www/seamonkey/distinfo 1.11, 1.12, 1.13, 1.14 - pkgsrc/www/seamonkey/patches/patch-ai 1.2 - pkgsrc/www/seamonkey/patches/patch-at 1.1 - pkgsrc/www/seamonkey/patches/patch-ec 1.1 - pkgsrc/www/seamonkey-bin/Makefile 1.9 - pkgsrc/www/seamonkey-bin/distinfo 1.7 Module Name: pkgsrc Committed By: markd Date: Thu Oct 19 10:25:36 UTC 2006 Modified Files: pkgsrc/www/seamonkey: Makefile distinfo pkgsrc/www/seamonkey/patches: patch-ai Log Message: Fix crash after printing caused by trying to destroy the same charset structure multiple times. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: rillig Date: Fri Oct 20 10:28:51 UTC 2006 Modified Files: pkgsrc/www/seamonkey: distinfo Added Files: pkgsrc/www/seamonkey/patches: patch-ec Log Message: Fixed "test ==". -- Module Name: pkgsrc Committed By: markd Date: Mon Oct 23 10:49:35 UTC 2006 Modified Files: pkgsrc/www/seamonkey: Makefile distinfo Added Files: pkgsrc/www/seamonkey/patches: patch-at Log Message: thunderbird's ldap doesn't work talking to an ipv4 ldap server if talking to ipv4 addresses using ipv6 addresses isn't allowed, which is the default on NetBSD. Patch to use a v4 socket when talking to an ipv4 ldap server. Fixes my PR 33511. seamonkey/firefox/sunbird have the same code so make the same patch. OKed ghen. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: ghen Date: Wed Nov 8 14:39:16 UTC 2006 Modified Files: pkgsrc/www/seamonkey: Makefile Makefile-seamonkey.common distinfo pkgsrc/www/seamonkey-bin: Makefile distinfo Log Message: Update seamonkey, seamonkey-bin and seamonkey-gtk1 to 1.0.6. Fixed in this version: MFSA 2006-67 Running Script can be recompiled MFSA 2006-66 RSA signature forgery (variant) MFSA 2006-65 Crashes with evidence of memory corruption (rv:1.8.0.8) For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.6/README.html @ text @a0 13 $NetBSD: patch-ec,v 1.1.2.1 2006/11/09 11:49:00 salo Exp $ --- build/autoconf/mozconfig2configure.orig 2006-02-22 16:41:28.000000000 +0000 +++ build/autoconf/mozconfig2configure @@@@ -79,7 +79,7 @@@@ ac_add_options() { ac_add_app_options() { APP=$1 shift; - if [ "$APP" == "$MOZ_BUILD_APP" ]; then + if [ "$APP" = "$MOZ_BUILD_APP" ]; then ac_add_options "$*"; fi } @