diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-12 18:06:49 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-12 18:06:49 +0000 |
commit | 16b4db753a0f27b88042f7f312ea239d5c677011 (patch) | |
tree | 16713c0be2122005dfcd78f4711883277f3f6132 /www/galeon | |
parent | 26b15f70b7c0b9853e7d6800e4ecd425324f26d6 (diff) | |
download | FreeBSD-ports-16b4db753a0f27b88042f7f312ea239d5c677011.zip FreeBSD-ports-16b4db753a0f27b88042f7f312ea239d5c677011.tar.gz |
Update to 1.2.11.
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 6ddcc73..04eadf1 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 1f154e0..4b6ff75 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 e086452..0000000 --- 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 94963ae..2a00deb 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 |