head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q2:1.4.0.22 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.20 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.18 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.16 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.14 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.12 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.10 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.2; locks; strict; comment @# @; 1.5 date 2009.08.05.01.27.32; author tnn; state dead; branches; next 1.4; 1.4 date 2007.05.12.13.53.11; author ghen; state Exp; branches; next 1.3; 1.3 date 2007.03.07.22.05.22; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.02.12.11.04.51; author ghen; state dead; branches 1.2.8.1; next 1.1; 1.1 date 2006.02.05.14.46.31; author ghen; state Exp; branches 1.1.2.1; next ; 1.2.8.1 date 2007.03.24.18.46.58; author salo; state Exp; branches; next ; 1.1.2.1 date 2006.02.05.14.46.31; author salo; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2006.02.09.10.32.29; author salo; state Exp; branches; next ; desc @@ 1.5 log @Remove firefox 2.x. Firefox 3.5 branch will be imported in this location. (I opted for removing and re-importing instead of a plain update due to extensive patch rototil) We may encounter minor turbulence as dependent packages are sorted out. Thank you for flying pkgsrc-current. @ text @$NetBSD: patch-dw,v 1.4 2007/05/12 13:53:11 ghen Exp $ --- db/sqlite3/src/os_unix.c.orig 2006-05-22 19:12:32.000000000 +0000 +++ db/sqlite3/src/os_unix.c @@@@ -443,6 +443,7 @@@@ static int lockTrace(int fd, int op, str #define fcntl lockTrace #endif /* SQLITE_LOCK_TRACE */ +#if SQLITE_THREAD_OVERRIDE_LOCK == -1 /* ** The testThreadLockingBehavior() routine launches two separate ** threads on this routine. This routine attempts to lock a file @@@@ -483,6 +484,7 @@@@ static void testThreadLockingBehavior(in close(fd); threadsOverrideEachOthersLocks = d[0].result==0 && d[1].result==0; } +#endif #endif /* SQLITE_UNIX_THREADS */ /* @@@@ -536,9 +538,11 @@@@ static int findLockInfo( key1.dev = statbuf.st_dev; key1.ino = statbuf.st_ino; #ifdef SQLITE_UNIX_THREADS +#if SQLITE_THREAD_OVERRIDE_LOCK == -1 if( threadsOverrideEachOthersLocks<0 ){ testThreadLockingBehavior(fd); } +#endif key1.tid = threadsOverrideEachOthersLocks ? 0 : pthread_self(); #endif memset(&key2, 0, sizeof(key2)); @ 1.4 log @Update to Firefox 2.0.0.3 (nb1), from www/firefox2* (see there for history and change notes). Firefox 1.5.0.x will be maintained in www/firefox15*, as discussed on tech-pkg. @ text @d1 1 a1 1 $NetBSD: patch-dw,v 1.1 2006/12/06 20:37:00 joerg Exp $ @ 1.3 log @Merge patch-dw from thunderbird to fix build on DragonFly. @ text @d1 1 a1 1 $NetBSD: patch-dw,v 1.1 2007/03/07 22:02:26 joerg Exp $ d3 5 a7 10 --- security/nss/lib/freebl/Makefile.orig 2007-03-07 20:19:17.000000000 +0000 +++ security/nss/lib/freebl/Makefile @@@@ -192,7 +192,7 @@@@ endif # to bind the blapi function references in FREEBLVector vector # (ldvector.c) to the blapi functions defined in the freebl # shared libraries. -ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_TARGET))) +ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD DragonFly, $(OS_TARGET))) MKSHLIB += -Wl,-Bsymbolic endif d9 24 @ 1.2 log @Rename patch-dw and patch-dx to patch-ea and patch-eb. All other patch-d* patches are for DragonFly support. This makes it easier for me (and The Mozilla Foundation) to sort them out. @ text @d1 1 a1 1 $NetBSD: patch-dw,v 1.1 2006/02/05 14:46:31 ghen Exp $ d3 10 a12 11 --- toolkit/components/history/src/nsGlobalHistory.cpp.orig 2006-02-02 20:55:17.000000000 +0100 +++ toolkit/components/history/src/nsGlobalHistory.cpp @@@@ -1132,6 +1132,9 @@@@ nsGlobalHistory::SetPageTitle(nsIURI *aU rv = aURI->GetSpec(URISpec); NS_ENSURE_SUCCESS(rv, rv); + if (URISpec.Length() > HISTORY_URI_LENGTH_MAX) + URISpec.Left(URISpec, HISTORY_URI_LENGTH_MAX); + nsCOMPtr row; rv = FindRow(kToken_URLColumn, URISpec.get(), getter_AddRefs(row)); @ 1.2.8.1 log @Pullup ticket 2043 - requested by joerg portability fixes for firefox and thunderbird Revisions pulled up: - pkgsrc/mail/thunderbird/distinfo 1.36 - pkgsrc/mail/thunderbird/patches/patch-dw 1.1 - pkgsrc/www/firefox/distinfo 1.63 - pkgsrc/www/firefox/patches/patch-dw 1.3 Module Name: pkgsrc Committed By: joerg Date: Wed Mar 7 22:02:26 UTC 2007 Modified Files: pkgsrc/mail/thunderbird: distinfo Added Files: pkgsrc/mail/thunderbird/patches: patch-dw Log Message: Fix build on DragonFly as RNG_RNGInit was calling itself due to bad linkage. I love platform dependent magic in each Makefile. --- Module Name: pkgsrc Committed By: joerg Date: Wed Mar 7 22:05:22 UTC 2007 Modified Files: pkgsrc/www/firefox: distinfo Added Files: pkgsrc/www/firefox/patches: patch-dw Log Message: Merge patch-dw from thunderbird to fix build on DragonFly. @ text @d1 1 a1 1 $NetBSD: patch-dw,v 1.3 2007/03/07 22:05:22 joerg Exp $ d3 11 a13 10 --- security/nss/lib/freebl/Makefile.orig 2007-03-07 20:19:17.000000000 +0000 +++ security/nss/lib/freebl/Makefile @@@@ -192,7 +192,7 @@@@ endif # to bind the blapi function references in FREEBLVector vector # (ldvector.c) to the blapi functions defined in the freebl # shared libraries. -ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_TARGET))) +ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD DragonFly, $(OS_TARGET))) MKSHLIB += -Wl,-Bsymbolic endif @ 1.1 log @Update to Firefox 1.5.0.1, a bug fix release for Firefox 1.5. What's new: * Improved stability. * Improved support for Mac OS X. * International Domain Name support for Iceland (.is) is now enabled. * Fixes for several memory leaks. * Several security enhancements. For a more detailed list changes, see http://www.squarefree.com/burningedge/releases/1.5.0.1.html Ok with wiz. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-dw was added on branch pkgsrc-2005Q4 on 2006-02-05 14:46:31 +0000 @ text @d1 14 @ 1.1.2.2 log @Pullup ticket 1102 - requested by Geert Hendrickx security update for firefox and thunderbird Updated via patch from the submitter, includes these changes: Module Name: pkgsrc Committed By: joerg Date: Fri Dec 30 21:35:58 UTC 2005 Modified Files: pkgsrc/mail/thunderbird/patches: patch-ab patch-ac patch-aq patch-ba patch-bo patch-bs Added Files: pkgsrc/mail/thunderbird/patches: patch-ar patch-da patch-db patch-dc patch-de patch-df patch-dg patch-dh patch-dj patch-dk patch-dl patch-dm patch-do patch-ds patch-dt Log Message: Add DragonFly build support, partly based on the patches from www/firefox. --- Module Name: pkgsrc Committed By: joerg Date: Wed Jan 4 08:55:08 UTC 2006 Modified Files: pkgsrc/mail/thunderbird: distinfo Log Message: Also commit distinfo. Reminded by wiz@@. --- Module Name: pkgsrc Committed By: ghen Date: Sun Feb 5 14:49:05 UTC 2006 Modified Files: pkgsrc/mail/thunderbird: Makefile Makefile-thunderbird.common PLIST distinfo pkgsrc/mail/thunderbird-gtk1: Makefile PLIST pkgsrc/mail/thunderbird/patches: patch-aa patch-ab patch-ac patch-af patch-ag patch-ai patch-aj patch-al patch-ap patch-aq patch-aw patch-ax patch-bb patch-bo patch-bq patch-br patch-db patch-de patch-df Removed Files: pkgsrc/mail/thunderbird-gtk1: MESSAGE pkgsrc/mail/thunderbird/patches: patch-bt patch-bw patch-cc patch-ce patch-cf Log Message: Update to Thunderbird 1.5. What's new: * Automated update to streamline product upgrades. Notification of an update is more prominent, and updates to Thunderbird may now be half a megabyte or smaller. Updating extensions has also improved. * Sort address autocomplete results by how often you send e-mail to each recipient. * Spell check as you type. * Saved Search Folders can now search across multiple accounts. * Built in phishing detector to help protect users against email scams. * Podcasting and other RSS Improvements. * Deleting attachments from messages. * Integration with server side spam filtering. * Reply and forward actions for message filters. * Kerberos Authentication. * Auto save as draft for mail composition. * Message aging. * Filters for Global Inbox. * Improvements to product usability including redesigned options interface, and SMTP server management. * Many security enhancements. For a more detailed list of changes, see http://weblogs.mozillazine.org/rumblingedge/archives/2006/01/1-5.html Ok with wiz. --- Module Name: pkgsrc Committed By: ghen Date: Sun Feb 5 14:43:59 UTC 2006 Modified Files: pkgsrc/www/mozilla: Makefile.common Log Message: Set CATEGORIES ?=www (instead of =) such that thunderbird (and later sunbird) can override it. Ok for wiz. --- odule Name: pkgsrc Committed By: ghen Date: Sun Feb 5 14:46:31 UTC 2006 Modified Files: pkgsrc/www/firefox: Makefile Makefile-firefox.common PLIST distinfo pkgsrc/www/firefox-gtk1: Makefile PLIST Added Files: pkgsrc/www/firefox/patches: patch-dw patch-dx Removed Files: pkgsrc/www/firefox/patches: patch-bugzilla-319004 Log Message: Update to Firefox 1.5.0.1, a bug fix release for Firefox 1.5. What's new: * Improved stability. * Improved support for Mac OS X. * International Domain Name support for Iceland (.is) is now enabled. * Fixes for several memory leaks. * Several security enhancements. For a more detailed list changes, see http://www.squarefree.com/burningedge/releases/1.5.0.1.html Ok with wiz. @ text @a0 14 $NetBSD: patch-dw,v 1.1.2.1 2006/02/09 10:32:29 salo Exp $ --- toolkit/components/history/src/nsGlobalHistory.cpp.orig 2006-02-02 20:55:17.000000000 +0100 +++ toolkit/components/history/src/nsGlobalHistory.cpp @@@@ -1132,6 +1132,9 @@@@ nsGlobalHistory::SetPageTitle(nsIURI *aU rv = aURI->GetSpec(URISpec); NS_ENSURE_SUCCESS(rv, rv); + if (URISpec.Length() > HISTORY_URI_LENGTH_MAX) + URISpec.Left(URISpec, HISTORY_URI_LENGTH_MAX); + nsCOMPtr row; rv = FindRow(kToken_URLColumn, URISpec.get(), getter_AddRefs(row)); @