mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Update to 1.2.11.
This commit is contained in:
parent
bc51650f0d
commit
d5deacd7d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82874
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (galeon-1.2.10.tar.gz) = 4fbcb46e5803eec5a6b5107993302c02
|
||||
MD5 (galeon-1.2.11.tar.gz) = a24ac42b93621bc4df9476daf3056956
|
||||
|
@ -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;
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user