head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.10 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.8 pkgsrc-2012Q4-base:1.9 pkgsrc-2011Q4:1.9.0.6 pkgsrc-2011Q4-base:1.9 pkgsrc-2011Q2:1.9.0.4 pkgsrc-2011Q2-base:1.9 pkgsrc-2009Q4:1.9.0.2 pkgsrc-2009Q4-base:1.9 pkgsrc-20090805:1.1.1.1 TNF:1.1.1 pkgsrc-2009Q2:1.6.0.22 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.20 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.18 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.16 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.14 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.12 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.10 pkgsrc-2008Q1:1.6.0.8 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.6 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.4 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.2 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.5.0.4 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.2 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.8 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.6 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.4 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.2 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.9 date 2009.09.16.19.06.18; author tnn; state dead; branches; next 1.8; 1.8 date 2009.08.05.02.43.47; author tnn; state Exp; branches; next 1.7; 1.7 date 2009.08.05.01.27.32; author tnn; state dead; branches; next 1.6; 1.6 date 2007.05.12.13.53.08; author ghen; state Exp; branches; next 1.5; 1.5 date 2006.10.19.10.25.17; author markd; state Exp; branches; next 1.4; 1.4 date 2005.12.10.13.47.22; author taya; state Exp; branches 1.4.8.1; next 1.3; 1.3 date 2005.09.22.14.14.04; author jlam; state Exp; branches; next 1.2; 1.2 date 2004.06.23.16.47.12; author taya; state Exp; branches; next 1.1; 1.1 date 2004.04.29.14.13.19; author adam; state Exp; branches 1.1.1.1; next ; 1.4.8.1 date 2006.11.09.07.28.46; author salo; state Exp; branches; next ; 1.1.1.1 date 2009.08.05.02.37.11; author tnn; state Exp; branches; next ; desc @@ 1.9 log @Build firefox against external runtime components from devel/xulrunner. Bump PKGREVISION. @ text @$NetBSD: patch-ai,v 1.8 2009/08/05 02:43:47 tnn Exp $ --- dbm/src/mktemp.c.orig 2009-06-29 18:14:43.000000000 +0200 +++ dbm/src/mktemp.c @@@@ -90,7 +90,7 @@@@ mktemp(char *path) static int _gettemp(char *path, register int *doopen, int extraFlags) { -#if !defined(_WINDOWS) || defined(_WIN32) +#if (!defined(_WINDOWS) || defined(_WIN32)) && !defined(errno) extern int errno; #endif register char *start, *trv; @ 1.8 log @merge pkgsrc-20090805 @ text @d1 1 a1 1 $NetBSD$ @ 1.7 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 @d1 1 a1 1 $NetBSD: patch-ai,v 1.6 2007/05/12 13:53:08 ghen Exp $ d3 11 a13 61 diff -ruN ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp ./gfx/src/ps/nsFontMetricsPS.cpp --- ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp 2005-04-28 17:04:00.000000000 +0900 +++ ./gfx/src/ps/nsFontMetricsPS.cpp 2005-12-04 19:06:07.000000000 +0900 @@@@ -1859,10 +1859,10 @@@@ mPixelSize = NSToIntRound(app2dev * mFont->size); - mImageDesc.font.face_id = (void*)mEntry; - mImageDesc.font.pix_width = mPixelSize; - mImageDesc.font.pix_height = mPixelSize; - mImageDesc.image_type = 0; + mImageDesc->face_id = (FTC_FaceID)&mEntry; + mImageDesc->width = mPixelSize; + mImageDesc->height = mPixelSize; + mImageDesc->flags = 0; nsresult rv; mFt2 = do_GetService(NS_FREETYPE2_CONTRACTID, &rv); @@@@ -1896,7 +1896,7 @@@@ if (!face) return 0; - FTC_Image_Cache iCache; + FTC_ImageCache iCache; nsresult rv = mFt2->GetImageCache(&iCache); if (NS_FAILED(rv)) { NS_ERROR("Failed to get Image Cache"); @@@@ -1934,8 +1934,8 @@@@ FTC_Manager cManager; mFt2->GetFTCacheManager(&cManager); - nsresult rv = mFt2->ManagerLookupSize(cManager, &mImageDesc.font, - &face, nsnull); + nsresult rv = mFt2->ManagerLookupFace(cManager, mImageDesc->face_id, + &face); NS_ASSERTION(rv==0, "failed to get face/size"); if (rv) return nsnull; @@@@ -2379,16 +2379,16 @@@@ mEntry->GetFamilyName(fontName); mEntry->GetStyleName(styleName); - mImageDesc.font.face_id = (void*)mEntry; + mImageDesc->face_id = (FTC_FaceID)&mEntry; // TT glyph has no relation to size - mImageDesc.font.pix_width = 16; - mImageDesc.font.pix_height = 16; - mImageDesc.image_type = 0; + mImageDesc->width = 16; + mImageDesc->height = 16; + mImageDesc->flags = 0; FT_Face face = nsnull; FTC_Manager cManager; mFt2->GetFTCacheManager(&cManager); - nsresult rv = mFt2->ManagerLookupSize(cManager, &mImageDesc.font, - &face, nsnull); + nsresult rv = mFt2->ManagerLookupFace(cManager, mImageDesc->face_id, + &face); if (NS_FAILED(rv)) return; @ 1.6 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-ai,v 1.1.1.1 2006/10/24 22:20:11 ghen Exp $ @ 1.5 log @Fix crash after printing caused by trying to destroy the same charset structure multiple times. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 12 --- gfx/src/ps/nsFontMetricsPS.cpp.orig 2006-05-07 14:01:25.000000000 +1200 +++ gfx/src/ps/nsFontMetricsPS.cpp @@@@ -993,7 +993,7 @@@@ nsFontPSXft::FindFont(PRUnichar aChar, c fontps *fps = new fontps; fps->entry = xftEntry; - fps->charset = fc_charset; + fps->charset = FcCharSetCopy (fc_charset); fps->fontps = nsnull; fpi.fontps->AppendElement(fps); } @@@@ -1868,10 +1868,10 @@@@ nsFontPSFreeType::Init(nsITrueTypeFontCa d21 1 a21 1 @@@@ -1905,7 +1905,7 @@@@ nsFontPSFreeType::GetWidth(const PRUnich d30 1 a30 1 @@@@ -1943,8 +1943,8 @@@@ nsFontPSFreeType::getFTFace() d41 1 a41 1 @@@@ -2388,16 +2388,16 @@@@ void nsFT2Type1Generator::GeneratePSFont @ 1.4 log @ Update firefox & firefox-gtk1 to 1.5 Including fix for long title & history file problem. http://www.mozilla.org/security/history-title.html https://bugzilla.mozilla.org/show_bug.cgi?id=319004 What's New in Firefox 1.5 Firefox 1.5 is the next version of our award-winning Web browser. Here's what's new in Firefox 1.5: * Automated update to streamline product upgrades. Notification of an update is more prominent, and updates to Firefox may now be half a megabyte or smaller. Updating extensions has also improved. * Faster browser navigation with improvements to back and forward button performance. * Drag and drop reordering for browser tabs. * Improvements to popup blocking. * Clear Private Data feature provides an easy way to quickly remove personal data through a menu item or keyboard shortcut. * Answers.com is added to the search engine list. * Improvements to product usability including descriptive error pages, redesigned options menu, RSS discovery, and "Safe Mode" experience. * Better accessibility including support for DHTML accessibility and assistive technologies such as the Window-Eyes 5.5 beta screen reader for Microsoft Windows. Screen readers read aloud all available information in applications and documents or show the information on a Braille display, enabling blind and visually impaired users to use equivalent software functionality as their sighted peers. * Report a broken Web site wizard to report Web sites that are not working in Firefox. * Better support for Mac OS X (10.2 and greater) including profile migration from Safari and Mac Internet Explorer. * New support for Web Standards including SVG, CSS 2 and CSS 3, and JavaScript 1.6. * Many security enhancements. The Burning Edge has more detailed lists of new features and notable bug fixes. http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html @ text @d3 12 a14 4 diff -ruN ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp ./gfx/src/ps/nsFontMetricsPS.cpp --- ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp 2005-04-28 17:04:00.000000000 +0900 +++ ./gfx/src/ps/nsFontMetricsPS.cpp 2005-12-04 19:06:07.000000000 +0900 @@@@ -1859,10 +1859,10 @@@@ d29 1 a29 1 @@@@ -1896,7 +1896,7 @@@@ d38 1 a38 1 @@@@ -1934,8 +1934,8 @@@@ d49 1 a49 1 @@@@ -2379,16 +2379,16 @@@@ @ 1.4.8.1 log @Pullup ticket 1905 - requested by ghen security update for firefox Revisions pulled up: - pkgsrc/www/firefox/Makefile 1.37, 1.38, 1.39 - pkgsrc/www/firefox/Makefile-firefox.common 1.38 - pkgsrc/www/firefox/distinfo 1.56, 1.57, 1.58 - pkgsrc/www/firefox/patches/patch-ai 1.5 - pkgsrc/www/firefox/patches/patch-at 1.1 - pkgsrc/www/firefox-gtk1/Makefile 1.14, 1.15 - pkgsrc/www/firefox-bin/Makefile 1.23 - pkgsrc/www/firefox-bin/distinfo 1.21 Module Name: pkgsrc Committed By: markd Date: Thu Oct 19 10:25:17 UTC 2006 Modified Files: pkgsrc/www/firefox: Makefile distinfo pkgsrc/www/firefox/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: markd Date: Mon Oct 23 10:49:35 UTC 2006 Modified Files: pkgsrc/www/firefox: Makefile distinfo pkgsrc/www/firefox-gtk1: Makefile Added Files: pkgsrc/www/firefox/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 09:50:15 UTC 2006 Modified Files: pkgsrc/www/firefox: Makefile Makefile-firefox.common distinfo pkgsrc/www/firefox-bin: Makefile distinfo pkgsrc/www/firefox-gtk1: Makefile Log Message: Update firefox, firefox-bin and firefox-gtk1 to 1.5.0.8. 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.com/en-US/firefox/releases/1.5.0.8.html @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.5 2006/10/19 10:25:17 markd Exp $ d3 4 a6 12 --- gfx/src/ps/nsFontMetricsPS.cpp.orig 2006-05-07 14:01:25.000000000 +1200 +++ gfx/src/ps/nsFontMetricsPS.cpp @@@@ -993,7 +993,7 @@@@ nsFontPSXft::FindFont(PRUnichar aChar, c fontps *fps = new fontps; fps->entry = xftEntry; - fps->charset = fc_charset; + fps->charset = FcCharSetCopy (fc_charset); fps->fontps = nsnull; fpi.fontps->AppendElement(fps); } @@@@ -1868,10 +1868,10 @@@@ nsFontPSFreeType::Init(nsITrueTypeFontCa d21 1 a21 1 @@@@ -1905,7 +1905,7 @@@@ nsFontPSFreeType::GetWidth(const PRUnich d30 1 a30 1 @@@@ -1943,8 +1943,8 @@@@ nsFontPSFreeType::getFTFace() d41 1 a41 1 @@@@ -2388,16 +2388,16 @@@@ void nsFT2Type1Generator::GeneratePSFont @ 1.3 log @Update www/firefox and www/firefox-gtk1 to version 1.0.7. Changes from version 1.0.6 include: * Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens * Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only) * Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement * Fix to restore InstallTrigger.getVersion() for Extension authors * Other stability and security fixes Approved by taya. @ text @d3 4 a6 3 --- gfx/src/ps/nsFontMetricsPS.cpp.orig 2004-02-05 01:57:05.000000000 +0000 +++ gfx/src/ps/nsFontMetricsPS.cpp @@@@ -1141,10 +1141,10 @@@@ nsFontPSFreeType::Init(nsITrueTypeFontCa d21 1 a21 1 @@@@ -1190,7 +1190,7 @@@@ nsFontPSFreeType::GetWidth(const PRUnich d30 1 a30 1 @@@@ -1228,8 +1228,8 @@@@ nsFontPSFreeType::getFTFace() d41 1 a41 1 @@@@ -1622,16 +1622,16 @@@@ void nsFT2Type8Generator::GeneratePSFont @ 1.2 log @ Update firefox to 0.9 Here's what's new in this release of Firefox: * New Default Theme An updated Default Theme now presents a uniform appearance across all three platforms - a new crisp, clear look for Windows users. Finetuning for GNOME will follow in future releases. * Comprehensive Data Migration Switching to Firefox has never been easier now that Firefox imports data like Favorites, History, Settings, Cookies and Passwords from Internet Explorer. Firefox can also import from Mozilla 1.x, Netscape 4.x, 6.x and 7.x, and Opera. MacOS X and Linux migrators for browsers like Safari, OmniWeb, Konqueror etc. will arrive in future releases. * Extension/Theme Manager New Extension and Theme Managers provide a convenient way to manage and update your add-ons. SmartUpdate also notifies you of updates to Firefox. * Help A new online help system is available. * Lots of bug fixes and improvements Copy Image, the ability to delete individual items from Autocomplete lists, SMB/SFTP support on GNOME via gnome-vfs, better Bookmarks, Search and many other refinements fine tune the browsing experience. For Linux/GTK2 Users * Look and Feel Updates Ongoing improvements have been made to improve the way Firefox adheres to your GTK2 themes, such as menus. * Talkback for GTK2 Help us nail down crashes by submitting talkback reports with this crash reporting tool. @ text @d3 3 a5 4 diff -ru ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp ./gfx/src/ps/nsFontMetricsPS.cpp --- ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp 2004-02-05 10:57:05.000000000 +0900 +++ ./gfx/src/ps/nsFontMetricsPS.cpp 2004-06-15 23:55:54.000000000 +0900 @@@@ -1141,10 +1141,10 @@@@ d20 1 a20 1 @@@@ -1190,7 +1190,7 @@@@ d29 1 a29 1 @@@@ -1228,8 +1228,8 @@@@ d40 1 a40 1 @@@@ -1622,16 +1622,16 @@@@ @ 1.1 log @Fixed problems with the new freetype2 library @ text @d3 4 a6 3 --- gfx/src/ps/nsFontMetricsPS.cpp.orig 2004-04-29 11:18:03.000000000 +0000 +++ gfx/src/ps/nsFontMetricsPS.cpp @@@@ -1126,10 +1126,10 @@@@ nsFontPSFreeType::Init(nsITrueTypeFontCa d21 1 a21 1 @@@@ -1175,7 +1175,7 @@@@ nsFontPSFreeType::GetWidth(const PRUnich d30 1 a30 1 @@@@ -1213,8 +1213,8 @@@@ nsFontPSFreeType::getFTFace() d41 1 a41 1 @@@@ -1609,16 +1609,16 @@@@ void nsFT2Type8Generator::GeneratePSFont @ 1.1.1.1 log @Import firefox-3.5.2 as www/firefox. from pkgsrc-wip. Firefox 3.5 is based on the Gecko 1.9.1 rendering platform. Firefox 3.5 offers many changes over the previous version, supporting new web technologies, improving performance and ease of use. Some of the notable features are: * Support for the HTML5