diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-19 20:03:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-19 20:03:11 +0000 |
commit | 68589dee62edb5ebdba81f23bb4c7ccbf1282c5c (patch) | |
tree | 4e422d812bfb7a9df5c6713c41082868ba7e8873 /www | |
parent | cdb69fb15159e8b4c602cec9949e1d71ab88d13f (diff) | |
download | FreeBSD-ports-68589dee62edb5ebdba81f23bb4c7ccbf1282c5c.zip FreeBSD-ports-68589dee62edb5ebdba81f23bb4c7ccbf1282c5c.tar.gz |
Fix build with and track update of Mozilla 1.7.5.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/files/patch-embed_mozilla_EphyBrowser.h | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 6e6a508..03e24fe 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 0000000..d5d3597 --- /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); |