diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 18:06:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-12 18:06:49 +0000 |
commit | d5deacd7d66aa5bae3de515ca899bd19b7f3e907 (patch) | |
tree | 92c2dc8e07873444ed6ac2e0d037f0450f2f5a92 /www/galeon | |
parent | bc51650f0d1be11404682bbd4141bd864219dd78 (diff) |
Notes
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 7 | ||||
-rw-r--r-- | www/galeon/distinfo | 2 | ||||
-rw-r--r-- | www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp | 26 | ||||
-rw-r--r-- | www/galeon/pkg-plist | 2 |
4 files changed, 7 insertions, 30 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 6ddcc7311054..04eadf17f01b 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -6,13 +6,14 @@ # PORTNAME= galeon -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME Web browser based on gecko (the Mozilla rendering engine) +COMMENT= A GNOME Web browser based on gecko (the Mozilla rendering engine) + BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers${HEADERS_SUFX} \ ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv @@ -32,7 +33,7 @@ MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.0" .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-embedded-devel" MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.4b" .else .if ${WITH_MOZILLA}=="mozilla-embedded" MOZILLA= mozilla-embedded diff --git a/www/galeon/distinfo b/www/galeon/distinfo index 1f154e05681c..4b6ff752ee37 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -1 +1 @@ -MD5 (galeon-1.2.10.tar.gz) = 4fbcb46e5803eec5a6b5107993302c02 +MD5 (galeon-1.2.11.tar.gz) = a24ac42b93621bc4df9476daf3056956 diff --git a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp b/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp deleted file mode 100644 index e086452a71f0..000000000000 --- a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- src/mozilla/GaleonWrapper.cpp.orig Fri Apr 11 17:57:19 2003 -+++ src/mozilla/GaleonWrapper.cpp Fri May 16 17:52:46 2003 -@@ -70,7 +70,11 @@ - #include "nsIDocumentObserver.h" - #include "nsCWebBrowser.h" - #include "nsReadableUtils.h" -+#if MOZILLA_SNAPSHOT > 7 -+#include "nsIDOMNSDocument.h" -+#else - #include "nsIDOMNSHTMLDocument.h" -+#endif - #include "nsIDOMHTMLDocument.h" - #include "nsIDOMHTMLCollection.h" - #include "nsIDOMHTMLElement.h" -@@ -1290,7 +1294,11 @@ - result = GetDOMDocument (getter_AddRefs(aDOMDocument)); - if (NS_FAILED(result) || !aDOMDocument) return NS_ERROR_FAILURE; - -+#if MOZILLA_SNAPSHOT > 7 -+ nsCOMPtr<nsIDOMNSDocument> doc = do_QueryInterface(aDOMDocument); -+#else - nsCOMPtr<nsIDOMNSHTMLDocument> doc = do_QueryInterface(aDOMDocument); -+#endif - if(!doc) return NS_ERROR_FAILURE; - - nsAutoString value; diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist index 94963aeb151a..2a00deb03f66 100644 --- a/www/galeon/pkg-plist +++ b/www/galeon/pkg-plist @@ -386,6 +386,8 @@ share/locale/ro/LC_MESSAGES/galeon.mo share/locale/ru/LC_MESSAGES/galeon.mo share/locale/sk/LC_MESSAGES/galeon.mo share/locale/sl/LC_MESSAGES/galeon.mo +share/locale/sr/LC_MESSAGES/galeon.mo +share/locale/sr@Latn/LC_MESSAGES/galeon.mo share/locale/sv/LC_MESSAGES/galeon.mo share/locale/ta/LC_MESSAGES/galeon.mo share/locale/tr/LC_MESSAGES/galeon.mo |