Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 11:50:07 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314913 - in head/www/webkit-gtk2: . files
Message-ID:  <201303221150.r2MBo7OW013756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Mar 22 11:50:07 2013
New Revision: 314913
URL: http://svnweb.freebsd.org/changeset/ports/314913

Log:
  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@

Modified:
  head/www/webkit-gtk2/Makefile
  head/www/webkit-gtk2/files/patch-GNUmakefile.in

Modified: head/www/webkit-gtk2/Makefile
==============================================================================
--- head/www/webkit-gtk2/Makefile	Fri Mar 22 11:32:42 2013	(r314912)
+++ head/www/webkit-gtk2/Makefile	Fri Mar 22 11:50:07 2013	(r314913)
@@ -4,6 +4,7 @@
 
 PORTNAME=	webkit
 PORTVERSION=	1.8.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://webkitgtk.org/releases/
 PKGNAMESUFFIX=	-gtk2

Modified: head/www/webkit-gtk2/files/patch-GNUmakefile.in
==============================================================================
--- head/www/webkit-gtk2/files/patch-GNUmakefile.in	Fri Mar 22 11:32:42 2013	(r314912)
+++ head/www/webkit-gtk2/files/patch-GNUmakefile.in	Fri Mar 22 11:50:07 2013	(r314913)
@@ -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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303221150.r2MBo7OW013756>