update galeon to 1.2.13 "Can't let it go"
This commit is contained in:
parent
27faa124d7
commit
1764dd270b
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2003/08/18 14:24:40 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2003/12/04 15:02:51 wilfried Exp $
|
||||
|
||||
COMMENT= "GNOME web browser based on gecko"
|
||||
|
||||
V= 1.2.11
|
||||
V= 1.2.13
|
||||
DISTNAME= galeon-${V}
|
||||
CATEGORIES= www
|
||||
MOZ= 1.4
|
||||
MOZ= 1.6a
|
||||
|
||||
HOMEPAGE= http://galeon.sourceforge.net/
|
||||
|
||||
@ -34,7 +34,8 @@ LIB_DEPENDS= art_lgpl,gnomesupport,gnomeui::x11/gnome/libs \
|
||||
# gtkembedmoz,gtksuperwin,nspr4,plc4,plds4,xpcom::www/mozilla
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
|
||||
MOZILLA_CONFIG=/usr/local/mozilla/mozilla-config
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (galeon-1.2.11.tar.gz) = a24ac42b93621bc4df9476daf3056956
|
||||
RMD160 (galeon-1.2.11.tar.gz) = 7b0a0284d582108ac75af80168c18f47daae1a8d
|
||||
SHA1 (galeon-1.2.11.tar.gz) = ebdc895b0352af6037d65a6fabda856d2a44dcd4
|
||||
MD5 (galeon-1.2.13.tar.gz) = 62f0c497b8165fc567f8d2016b40a319
|
||||
RMD160 (galeon-1.2.13.tar.gz) = 9318b3c9465b5a9d18bcedf19a951228e319d57c
|
||||
SHA1 (galeon-1.2.13.tar.gz) = 0282ec0f714b83965fb3b242b9161c76d88fd49e
|
||||
|
11
www/galeon/patches/patch-src_embed_c
Normal file
11
www/galeon/patches/patch-src_embed_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_embed_c,v 1.1 2003/12/04 15:02:51 wilfried Exp $
|
||||
--- src/embed.c.orig 2003-11-23 19:39:16.000000000 +0100
|
||||
+++ src/embed.c 2003-11-27 22:48:59.000000000 +0100
|
||||
@@ -748,6 +748,7 @@ read_mozilla_version (void)
|
||||
gchar *preffile;
|
||||
FILE *f;
|
||||
|
||||
+ return MOZILLA_VERSION;
|
||||
preffile = g_strconcat (getenv ("MOZILLA_FIVE_HOME"),
|
||||
"/defaults/pref/all.js", NULL);
|
||||
f = fopen (preffile, "r");
|
Loading…
Reference in New Issue
Block a user