diff options
-rw-r--r-- | www/webkit-gtk2/Makefile | 9 | ||||
-rw-r--r-- | www/webkit-gtk2/distinfo | 6 | ||||
-rw-r--r-- | www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp | 22 |
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); |