summaryrefslogtreecommitdiff
path: root/www/epiphany
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-19 20:03:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-19 20:03:11 +0000
commit0674510d0050e82ef2d0813c6127039ae3cee0a0 (patch)
tree67516621f38739faa4dfad4e739e90cfb98a9d38 /www/epiphany
parentCleaner support -pthreads for 5.0-5.2.1. (diff)
Fix build with and track update of Mozilla 1.7.5.
Notes
Notes: svn path=/head/; revision=124516
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile2
-rw-r--r--www/epiphany/files/patch-embed_mozilla_EphyBrowser.h17
2 files changed, 18 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 6e6a5080f9c0..03e24fe87133 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -7,7 +7,7 @@
PORTNAME= epiphany
PORTVERSION= 1.4.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
diff --git a/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h b/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h
new file mode 100644
index 000000000000..d5d35979ddff
--- /dev/null
+++ b/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h
@@ -0,0 +1,17 @@
+--- embed/mozilla/EphyBrowser.h.orig Sun Dec 19 02:17:33 2004
++++ embed/mozilla/EphyBrowser.h Sun Dec 19 02:17:56 2004
+@@ -156,11 +156,13 @@
+ nsCOMPtr<nsIDOMDocument> mTargetDocument;
+ nsCOMPtr<nsIDOMEventTarget> mEventTarget;
+ nsCOMPtr<nsIDOMWindow> mDOMWindow;
+- nsCOMPtr<nsISecureBrowserUI> mSecurityInfo;
+ EphyFaviconEventListener *mFaviconEventListener;
+ EphyPopupBlockEventListener *mPopupBlockEventListener;
+ EphyModalAlertEventListener *mModalAlertListener;
+ PRBool mInitialized;
++#ifdef HAVE_MOZILLA_PSM
++ nsCOMPtr<nsISecureBrowserUI> mSecurityInfo;
++#endif
+
+ nsresult GetListener (void);
+ nsresult AttachListeners (void);