summaryrefslogtreecommitdiff
path: root/www/galeon2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-21 05:29:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-21 05:29:04 +0000
commit033a8368cb30a15ba42519ea54e243301b768d92 (patch)
tree3fc80a0066959788791558d23a9746bedf6ceabb /www/galeon2
parent- retire pkg-comment (diff)
Fix a bug where Galeon would not launch helper apps after files were
downloaded.
Notes
Notes: svn path=/head/; revision=76010
Diffstat (limited to 'www/galeon2')
-rw-r--r--www/galeon2/Makefile1
-rw-r--r--www/galeon2/files/patch-mozilla_ContentHandler.cpp27
2 files changed, 28 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index aa04675b5066..ad357712ed3b 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= galeon2
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//}
diff --git a/www/galeon2/files/patch-mozilla_ContentHandler.cpp b/www/galeon2/files/patch-mozilla_ContentHandler.cpp
new file mode 100644
index 000000000000..f392add3efb6
--- /dev/null
+++ b/www/galeon2/files/patch-mozilla_ContentHandler.cpp
@@ -0,0 +1,27 @@
+--- mozilla/ContentHandler.cpp.orig Fri Feb 21 00:06:59 2003
++++ mozilla/ContentHandler.cpp Fri Feb 21 00:04:32 2003
+@@ -427,11 +427,11 @@
+
+ NS_METHOD GContentHandler::FindHelperApp (void)
+ {
+- if (mUrlHelper)
+- {
++// if (mUrlHelper)
++// {
+ return LaunchHelperApp ();
+- }
+- else
++// }
++/* else
+ {
+ if (NS_SUCCEEDED(SynchroniseMIMEInfo()))
+ {
+@@ -441,7 +441,7 @@
+ {
+ return NS_ERROR_FAILURE;
+ }
+- }
++ }*/
+ }
+
+ NS_METHOD GContentHandler::LaunchHelperApp (void)