diff options
author | taya <taya@pkgsrc.org> | 2001-11-11 02:29:27 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2001-11-11 02:29:27 +0000 |
commit | 62c5ff111ad37382cddd40ed07d006496dd09811 (patch) | |
tree | 2b4369418449a7fd23d441b382fb2d9b5e880113 /www/galeon/patches | |
parent | 4bd660ef8188978f51bb7a76231e89c1bec07caa (diff) | |
download | pkgsrc-62c5ff111ad37382cddd40ed07d006496dd09811.tar.gz |
Update galeon to 0.12.7
This is a bugfix release and RC2 for galeon 1.0
Diffstat (limited to 'www/galeon/patches')
-rw-r--r-- | www/galeon/patches/patch-ab | 18 | ||||
-rw-r--r-- | www/galeon/patches/patch-ae | 14 |
2 files changed, 0 insertions, 32 deletions
diff --git a/www/galeon/patches/patch-ab b/www/galeon/patches/patch-ab deleted file mode 100644 index 823282fae5a..00000000000 --- a/www/galeon/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2001/09/21 16:37:42 taya Exp $ - -diff -ru ../Orig/galeon-0.12.1/src/mozilla/MyportalProtocolHandler.cpp ./src/mozilla/MyportalProtocolHandler.cpp ---- ../Orig/galeon-0.12.1/src/mozilla/MyportalProtocolHandler.cpp Sat Sep 15 03:20:27 2001 -+++ ./src/mozilla/MyportalProtocolHandler.cpp Tue Sep 18 01:14:08 2001 -@@ -143,9 +143,9 @@ - nsresult rv = NS_OK; - nsCOMPtr <nsIURI> newUri; - -- rv = nsComponentManager::CreateInstance(kSimpleURICID, NULL, -- NS_GET_IID(nsIURI), -- getter_AddRefs(newUri)); -+ rv = nsComponentManager::CreateInstance(kSimpleURICID, (nsISupports *)NULL, -+ (const nsIID &)NS_GET_IID(nsIURI), -+ (void **)getter_AddRefs(newUri)); - - if (NS_SUCCEEDED(rv)) - { diff --git a/www/galeon/patches/patch-ae b/www/galeon/patches/patch-ae deleted file mode 100644 index eb90402f9e2..00000000000 --- a/www/galeon/patches/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2001/09/21 16:37:43 taya Exp $ - -diff -ru ../Orig/galeon-0.12.1/src/mozilla/GaleonWrapper.cpp ./src/mozilla/GaleonWrapper.cpp ---- ../Orig/galeon-0.12.1/src/mozilla/GaleonWrapper.cpp Tue Sep 11 10:48:49 2001 -+++ ./src/mozilla/GaleonWrapper.cpp Tue Sep 18 01:06:07 2001 -@@ -223,7 +223,7 @@ - - if (!preview) - { -- result = print->Print (DOMWindow, options, NULL); -+ result = print->Print (DOMWindow, options, (nsIPrintListener *)NULL); - } - else - { |