summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ac
diff options
context:
space:
mode:
authortaya <taya>2005-12-10 13:47:22 +0000
committertaya <taya>2005-12-10 13:47:22 +0000
commitf0f5700c6345179cfb24b6f5aa2f24419f4dd535 (patch)
treee69235e91274f0f0485b590fbac7eb0ca0017eea /www/firefox/patches/patch-ac
parentc5a24610590593419f32cff27df25f2d5187d766 (diff)
downloadpkgsrc-f0f5700c6345179cfb24b6f5aa2f24419f4dd535.tar.gz
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
Diffstat (limited to 'www/firefox/patches/patch-ac')
-rw-r--r--www/firefox/patches/patch-ac17
1 files changed, 9 insertions, 8 deletions
diff --git a/www/firefox/patches/patch-ac b/www/firefox/patches/patch-ac
index 0f0e2c83f2c..84bdf567e4c 100644
--- a/www/firefox/patches/patch-ac
+++ b/www/firefox/patches/patch-ac
@@ -1,8 +1,9 @@
-$NetBSD: patch-ac,v 1.6 2005/10/12 16:39:24 joerg Exp $
+$NetBSD: patch-ac,v 1.7 2005/12/10 13:47:22 taya Exp $
---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2005-04-28 16:01:33.000000000 +0000
-+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
-@@ -45,10 +45,13 @@
+diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in
+--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2005-06-15 17:32:21.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in 2005-12-04 19:03:04.000000000 +0900
+@@ -61,10 +61,13 @@
#
# Lots of Unixish x86 flavors
#
@@ -17,7 +18,7 @@ $NetBSD: patch-ac,v 1.6 2005/10/12 16:39:24 joerg Exp $
endif
#
# New code for Linux, et. al., with gcc
-@@ -140,7 +143,7 @@
+@@ -157,7 +160,7 @@
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@@ -26,7 +27,7 @@ $NetBSD: patch-ac,v 1.6 2005/10/12 16:39:24 joerg Exp $
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
-@@ -174,7 +177,7 @@
+@@ -191,7 +194,7 @@
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@@ -35,7 +36,7 @@ $NetBSD: patch-ac,v 1.6 2005/10/12 16:39:24 joerg Exp $
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -257,6 +260,7 @@
+@@ -274,6 +277,7 @@
ifneq (,$(filter NetBSDmacppc NetBSDbebox NetBSDofppc NetBSDprep NetBSDamigappc,$(OS_ARCH)$(OS_TEST)))
CPPSRCS := xptcinvoke_ppc_netbsd.cpp xptcstubs_ppc_netbsd.cpp
ASFILES := xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s
@@ -43,7 +44,7 @@ $NetBSD: patch-ac,v 1.6 2005/10/12 16:39:24 joerg Exp $
endif
#
-@@ -305,6 +309,13 @@
+@@ -322,6 +326,13 @@
CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp
ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
endif