summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-04 23:38:38 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-04 23:38:38 +0800
commit1ccab45efae0d840955554fc0e433725a03ee932 (patch)
tree49cdf15cb3418ab4e85f9a16ce5ff00d05a26730 /www
parent8fa3e0a82ebeb5fa0068fccf32a7877cb11e5f9e (diff)
downloadmarcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar
marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.gz
marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.bz2
marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.lz
marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.xz
marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.zst
marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.zip
Update to 31623
Enable svg-fonts (required by --enable-svg) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10862 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk2/Makefile9
-rw-r--r--www/webkit-gtk2/distinfo6
-rw-r--r--www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp22
3 files changed, 19 insertions, 18 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 3af95306c..d0d1c0b8a 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/www/webkit-gtk2/Makefile,v 1.2 2008/03/31 10:33:05 ahze Exp $
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.9 2008/04/01 19:10:19 ahze Exp $
+# $MCom: ports/www/webkit-gtk2/Makefile,v 1.10 2008/04/01 19:15:32 ahze Exp $
#
PORTNAME= webkit
-PORTVERSION= 0.0.31436
+PORTVERSION= 0.0.31623
CATEGORIES= www
MASTER_SITES= http://nightly.webkit.org/files/trunk/src/
PKGNAMESUFFIX= -gtk2
@@ -32,8 +32,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-webkit-target=x11 \
--enable-icon-database \
- --enable-video
-# --enable-svg
+ --enable-video \
+ --enable-svg \
+ --enable-svg-fonts
MAKEFILE= GNUmakefile
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins
diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo
index d1840b7c9..bf9fa2641 100644
--- a/www/webkit-gtk2/distinfo
+++ b/www/webkit-gtk2/distinfo
@@ -1,3 +1,3 @@
-MD5 (WebKit-r31436.tar.bz2) = f4696f7e3517c51c1a6e1731ecece6d2
-SHA256 (WebKit-r31436.tar.bz2) = e78082192f2aa44bc26302b3c4d1e88af7698ba48640528ff92e27b78abea2d4
-SIZE (WebKit-r31436.tar.bz2) = 9234967
+MD5 (WebKit-r31623.tar.bz2) = 2ddef788c1019b2a3a2c9c141ecc3335
+SHA256 (WebKit-r31623.tar.bz2) = 166bcb4fbbe8a445e5bc7e514d0f2632b862dd234c6ea081ef4d95b360526448
+SIZE (WebKit-r31623.tar.bz2) = 9244644
diff --git a/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp b/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp
index c57bc9ca2..c7a93db28 100644
--- a/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp
+++ b/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp
@@ -1,11 +1,11 @@
---- WebCore/plugins/gtk/PluginDatabaseGtk.cpp.orig 2008-04-01 11:14:13.073176655 -0400
-+++ WebCore/plugins/gtk/PluginDatabaseGtk.cpp 2008-04-01 11:15:02.191591705 -0400
-@@ -80,7 +80,7 @@
- g_strfreev(pluginPaths);
- }
-
-- path = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "browser", "plugins", 0);
-+ path = g_build_filename(G_DIR_SEPARATOR_S %%_BROWSER_PLUGINS_DIR%% 0);
- paths.append(path);
- g_free(path);
- path = g_build_filename(G_DIR_SEPARATOR_S "usr", "local", "lib", "mozilla", "plugins", 0);
+--- WebCore/plugins/gtk/PluginDatabaseGtk.cpp.orig 2008-04-03 19:24:32.000000000 -0400
++++ WebCore/plugins/gtk/PluginDatabaseGtk.cpp 2008-04-04 10:45:21.455604357 -0400
+@@ -78,7 +78,7 @@
+ directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "browser", "plugins", 0);
+ directories.append(directory);
+ g_free(directory);
+- directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "local", "lib", "mozilla", "plugins", 0);
++ directory = g_build_filename(G_DIR_SEPARATOR_S %%_BROWSER_PLUGINS_DIR%% 0);
+ directories.append(directory);
+ g_free (directory);
+ directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "mozilla", "plugins", 0);