diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-22 19:50:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-22 19:50:07 +0800 |
commit | 529b60a75aae91cca067616c5308cd6affb28525 (patch) | |
tree | 23759e61cfa03c0ed3d2c89cf72e7585931c9598 | |
parent | 830b651f234dab7376c3e31f86047da6aa95c856 (diff) | |
download | freebsd-ports-gnome-529b60a75aae91cca067616c5308cd6affb28525.tar.gz freebsd-ports-gnome-529b60a75aae91cca067616c5308cd6affb28525.tar.zst freebsd-ports-gnome-529b60a75aae91cca067616c5308cd6affb28525.zip |
Make sure we embed the right pkgconfig file name for webkit in the
introspection files. This fixes the epiphany build. This doesn't affect
webkit-gtk3 because the pkgconfig file is named correctly.
Submitted by: mezz@
-rw-r--r-- | www/webkit-gtk2/Makefile | 1 | ||||
-rw-r--r-- | www/webkit-gtk2/files/patch-GNUmakefile.in | 17 |
2 files changed, 14 insertions, 4 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 27e8d2245296..75223ff2488c 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -4,6 +4,7 @@ PORTNAME= webkit PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 diff --git a/www/webkit-gtk2/files/patch-GNUmakefile.in b/www/webkit-gtk2/files/patch-GNUmakefile.in index 6a03d0216437..95497d8f840d 100644 --- a/www/webkit-gtk2/files/patch-GNUmakefile.in +++ b/www/webkit-gtk2/files/patch-GNUmakefile.in @@ -1,6 +1,6 @@ ---- GNUmakefile.in.orig 2012-07-13 11:41:16.000000000 +0200 -+++ GNUmakefile.in 2012-07-13 11:46:05.000000000 +0200 -@@ -73545,7 +73545,7 @@ +--- GNUmakefile.in.orig 2013-03-21 23:46:15.000000000 -0500 ++++ GNUmakefile.in 2013-03-21 23:49:07.000000000 -0500 +@@ -70033,7 +70033,7 @@ info-am: @@ -9,7 +9,16 @@ install-dist_audioDATA install-dist_resourcesDATA \ install-dist_webinspectorDATA \ install-dist_webinspectorimagesDATA \ -@@ -74192,7 +74192,7 @@ +@@ -70388,7 +70388,7 @@ + @ENABLE_INTROSPECTION_TRUE@ --pkg=gobject-2.0 \ + @ENABLE_INTROSPECTION_TRUE@ --pkg=gtk+-@GTK_API_VERSION@ \ + @ENABLE_INTROSPECTION_TRUE@ --pkg=libsoup-2.4 \ +-@ENABLE_INTROSPECTION_TRUE@ --pkg-export=webkitgtk-@WEBKITGTK_API_VERSION@ \ ++@ENABLE_INTROSPECTION_TRUE@ --pkg-export=@WEBKITGTK_PC_NAME@-@WEBKITGTK_API_VERSION@ \ + @ENABLE_INTROSPECTION_TRUE@ --output=$@ \ + @ENABLE_INTROSPECTION_TRUE@ --add-include-path=$(WebKit) \ + @ENABLE_INTROSPECTION_TRUE@ --add-include-path=$(top_builddir) \ +@@ -70680,7 +70680,7 @@ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 |