update to 1.2.11 "Tommi wishes it would go away"

This commit is contained in:
wilfried 2003-07-01 11:11:31 +00:00
parent 62bff925e4
commit 8ecdff0842
5 changed files with 86 additions and 42 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2003/05/24 11:08:17 wilfried Exp $
# $OpenBSD: Makefile,v 1.3 2003/07/01 11:11:31 wilfried Exp $
COMMENT= "GNOME web browser based on gecko"
V= 1.2.10
DISTNAME= galeon-${V}a
V= 1.2.11
DISTNAME= galeon-${V}
CATEGORIES= www
MOZ= 1.4b
MOZ= 1.4
HOMEPAGE= http://galeon.sourceforge.net/

View File

@ -1,3 +1,3 @@
MD5 (galeon-1.2.10a.tar.gz) = 03765ca56b2c8dee1538e413a26f5fb6
RMD160 (galeon-1.2.10a.tar.gz) = 9e1719d9c98ef127bf51c6d631373ef2cc097e55
SHA1 (galeon-1.2.10a.tar.gz) = 0e5ac257db354409534ca8b6670739463e5f436a
MD5 (galeon-1.2.11.tar.gz) = a24ac42b93621bc4df9476daf3056956
RMD160 (galeon-1.2.11.tar.gz) = 7b0a0284d582108ac75af80168c18f47daae1a8d
SHA1 (galeon-1.2.11.tar.gz) = ebdc895b0352af6037d65a6fabda856d2a44dcd4

View File

@ -1,7 +1,23 @@
$OpenBSD: patch-configure,v 1.1.1.1 2003/05/23 10:39:29 wilfried Exp $
$OpenBSD: patch-configure,v 1.2 2003/07/01 11:11:31 wilfried Exp $
--- configure.orig Sun Apr 20 00:27:26 2003
+++ configure Wed May 21 14:31:10 2003
@@ -11838,6 +11838,10 @@ USE_PTHREADS=
+++ configure Mon Jun 16 15:31:06 2003
@@ -11707,6 +11707,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <X11/Xlib.h>
#include <X11/extensions/Xinerama.h>
_ACEOF
rm -f conftest.$ac_objext
@@ -11742,6 +11743,7 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <X11/Xlib.h>
#include <X11/extensions/Xinerama.h>
_ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11838,6 +11840,10 @@ USE_PTHREADS=
_PTHREAD_CFLAGS=""
_PTHREAD_LDFLAGS=""
case "$OS_ARCH" in
@ -12,7 +28,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2003/05/23 10:39:29 wilfried Exp $
NetBSD)
;;
FreeBSD)
@@ -12341,7 +12345,7 @@ rm -f conftest.$ac_objext conftest.$ac_e
@@ -12341,7 +12347,7 @@ rm -f conftest.$ac_objext conftest.$ac_e
CC="$_save_cc"
@ -21,7 +37,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2003/05/23 10:39:29 wilfried Exp $
echo "$as_me:$LINENO: checking for gdk_superwin_get_type in -lgtksuperwin" >&5
echo $ECHO_N "checking for gdk_superwin_get_type in -lgtksuperwin... $ECHO_C" >&6
if test "${ac_cv_lib_gtksuperwin_gdk_superwin_get_type+set}" = set; then
@@ -12401,14 +12405,14 @@ if test $ac_cv_lib_gtksuperwin_gdk_super
@@ -12401,14 +12407,14 @@ if test $ac_cv_lib_gtksuperwin_gdk_super
fi

View File

@ -1,28 +0,0 @@
$OpenBSD: patch-src_mozilla_GaleonWrapper_cpp,v 1.1.1.1 2003/05/23 10:39:29 wilfried Exp $
--- src/mozilla/GaleonWrapper.cpp.orig Fri Apr 11 23:57:19 2003
+++ src/mozilla/GaleonWrapper.cpp Thu May 22 15:26:21 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,12 @@ nsresult GaleonWrapper::GetLastModified
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;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/23 10:39:30 wilfried Exp $
@comment $OpenBSD: PLIST,v 1.2 2003/07/01 11:11:31 wilfried Exp $
bin/galeon
bin/galeon-bin
bin/galeon-config-tool
@ -314,6 +314,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
@ -328,56 +330,110 @@ share/omf/galeon/galeon-manual-C.omf
share/pixmaps/galeon.png
share/sounds/galeon/clicked.wav
@dirrm share/sounds/galeon
@comment @dirrm share/sounds
@comment @dirrm share/pixmaps
@dirrm share/omf/galeon
@comment @dirrm share/oaf
@comment @dirrm share/omf
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
@comment @dirrm share/locale/zh_TW
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
@comment @dirrm share/locale/zh_CN
@comment @dirrm share/locale/wa/LC_MESSAGES
@comment @dirrm share/locale/wa
@comment @dirrm share/locale/vi/LC_MESSAGES
@comment @dirrm share/locale/vi
@comment @dirrm share/locale/uk/LC_MESSAGES
@comment @dirrm share/locale/uk
@comment @dirrm share/locale/tr/LC_MESSAGES
@comment @dirrm share/locale/tr
@comment @dirrm share/locale/ta/LC_MESSAGES
@comment @dirrm share/locale/ta
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
@comment @dirrm share/locale/sr@Latn
@comment @dirrm share/locale/sr/LC_MESSAGES
@comment @dirrm share/locale/sr
@comment @dirrm share/locale/sl/LC_MESSAGES
@comment @dirrm share/locale/sl
@comment @dirrm share/locale/sk/LC_MESSAGES
@comment @dirrm share/locale/sk
@comment @dirrm share/locale/ru/LC_MESSAGES
@comment @dirrm share/locale/ru
@comment @dirrm share/locale/ro/LC_MESSAGES
@comment @dirrm share/locale/ro
@comment @dirrm share/locale/pt_BR/LC_MESSAGES
@comment @dirrm share/locale/pt_BR
@comment @dirrm share/locale/pt/LC_MESSAGES
@comment @dirrm share/locale/pt
@comment @dirrm share/locale/pl/LC_MESSAGES
@comment @dirrm share/locale/pl
@comment @dirrm share/locale/no/LC_MESSAGES
@comment @dirrm share/locale/no
@comment @dirrm share/locale/nn/LC_MESSAGES
@comment @dirrm share/locale/nn
@comment @dirrm share/locale/nl/LC_MESSAGES
@comment @dirrm share/locale/nl
@comment @dirrm share/locale/ms/LC_MESSAGES
@comment @dirrm share/locale/ms
@comment @dirrm share/locale/lv/LC_MESSAGES
@comment @dirrm share/locale/lv
@comment @dirrm share/locale/lt/LC_MESSAGES
@comment @dirrm share/locale/lt
@comment @dirrm share/locale/ko/LC_MESSAGES
@comment @dirrm share/locale/ko
@comment @dirrm share/locale/ja/LC_MESSAGES
@comment @dirrm share/locale/ja
@comment @dirrm share/locale/it/LC_MESSAGES
@comment @dirrm share/locale/it
@comment @dirrm share/locale/hu/LC_MESSAGES
@comment @dirrm share/locale/hu
@comment @dirrm share/locale/hr/LC_MESSAGES
@comment @dirrm share/locale/hr
@comment @dirrm share/locale/gl/LC_MESSAGES
@comment @dirrm share/locale/gl
@comment @dirrm share/locale/fr/LC_MESSAGES
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/fi/LC_MESSAGES
@comment @dirrm share/locale/fi
@comment @dirrm share/locale/et/LC_MESSAGES
@comment @dirrm share/locale/et
@comment @dirrm share/locale/es/LC_MESSAGES
@comment @dirrm share/locale/es
@comment @dirrm share/locale/el/LC_MESSAGES
@comment @dirrm share/locale/el
@comment @dirrm share/locale/de/LC_MESSAGES
@comment @dirrm share/locale/de
@comment @dirrm share/locale/da/LC_MESSAGES
@comment @dirrm share/locale/da
@comment @dirrm share/locale/cs/LC_MESSAGES
@comment @dirrm share/locale/cs
@comment @dirrm share/locale/ca/LC_MESSAGES
@comment @dirrm share/locale/ca
@comment @dirrm share/locale/bg/LC_MESSAGES
@comment @dirrm share/locale/bg
@comment @dirrm share/locale/az/LC_MESSAGES
@comment @dirrm share/locale/az
@comment @dirrm share/locale
@comment @dirrm share/gnome/ui
@exec mkdir -p %D/share/gnome/help/galeon-manual/C/stylesheet-images
@dirrm share/gnome/help/galeon-manual/C/stylesheet-images
@dirrm share/gnome/help/galeon-manual/C/figures
@dirrm share/gnome/help/galeon-manual/C
@dirrm share/gnome/help/galeon-manual
@comment @dirrm share/gnome/help
@comment @dirrm share/gnome/apps/Internet
@comment @dirrm share/gnome/apps
@comment @dirrm share/gnome
@dirrm share/galeon/themes/Remembrance
@dirrm share/galeon/themes/Micro
@dirrm share/galeon/themes/GnomeLarge
@dirrm share/galeon/themes/Aquatic
@dirrm share/galeon/themes
@dirrm share/galeon/spinners/pipeon
@dirrm share/galeon/spinners/galeon
@dirrm share/galeon/spinners/crashcut
@dirrm share/galeon/spinners
@dirrm share/galeon
@dirrm lib/galeon/components
@dirrm lib/galeon