svn commit: r305281 - head/x11-toolkits/gtksourceview/files

Koop Mast kwm at FreeBSD.org
Thu Oct 4 21:18:23 UTC 2012


Author: kwm
Date: Thu Oct  4 21:18:23 2012
New Revision: 305281
URL: http://svn.freebsd.org/changeset/ports/305281

Log:
  Fix build with newer glib.

Added:
  head/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcelanguage.c   (contents, props changed)
  head/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h   (contents, props changed)

Added: head/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcelanguage.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcelanguage.c	Thu Oct  4 21:18:23 2012	(r305281)
@@ -0,0 +1,12 @@
+--- gtksourceview/gtksourcelanguage.c.orig	2012-10-04 13:22:21.000000000 +0000
++++ gtksourceview/gtksourcelanguage.c	2012-10-04 13:22:33.000000000 +0000
+@@ -30,8 +30,7 @@
+ 
+ #include <libxml/xmlreader.h>
+ 
+-#include <glib/gstdio.h>
+-#include <glib/gmappedfile.h>
++#include <glib.h>
+ 
+ #include "gtksourceview-i18n.h"
+ 

Added: head/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h	Thu Oct  4 21:18:23 2012	(r305281)
@@ -0,0 +1,11 @@
+--- gtksourceview/gtksourceregex.h.orig	2012-10-04 08:40:27.000000000 +0000
++++ gtksourceview/gtksourceregex.h	2012-10-04 08:40:34.000000000 +0000
+@@ -20,7 +20,7 @@
+ #ifndef __GTK_SOURCE_REGEX_H__
+ #define __GTK_SOURCE_REGEX_H__
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 



More information about the svn-ports-all mailing list