[94728] trunk/dports/gnome/libgtksourceviewmm

ryandesign at macports.org ryandesign at macports.org
Wed Jun 27 14:45:37 PDT 2012


Revision: 94728
          https://trac.macports.org/changeset/94728
Author:   ryandesign at macports.org
Date:     2012-06-27 14:45:37 -0700 (Wed, 27 Jun 2012)
Log Message:
-----------
libgtksourceviewmm: fix build with glib 2.32 (#34989)

Modified Paths:
--------------
    trunk/dports/gnome/libgtksourceviewmm/Portfile

Added Paths:
-----------
    trunk/dports/gnome/libgtksourceviewmm/files/
    trunk/dports/gnome/libgtksourceviewmm/files/patch-glib-2.32.diff

Modified: trunk/dports/gnome/libgtksourceviewmm/Portfile
===================================================================
--- trunk/dports/gnome/libgtksourceviewmm/Portfile	2012-06-27 21:25:48 UTC (rev 94727)
+++ trunk/dports/gnome/libgtksourceviewmm/Portfile	2012-06-27 21:45:37 UTC (rev 94728)
@@ -25,6 +25,8 @@
 		port:libiconv port:gettext
 depends_build	port:doxygen port:pkgconfig
 
+patchfiles	patch-glib-2.32.diff
+
 configure.cppflags-append "-L${prefix}/lib"
 
 livecheck.type  regex

Added: trunk/dports/gnome/libgtksourceviewmm/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/gnome/libgtksourceviewmm/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/gnome/libgtksourceviewmm/files/patch-glib-2.32.diff	2012-06-27 21:45:37 UTC (rev 94728)
@@ -0,0 +1,33 @@
+--- gtksourceview/gtksourceviewmm/sourceiter.cc.orig	2007-05-01 13:32:36.000000000 -0500
++++ gtksourceview/gtksourceviewmm/sourceiter.cc	2012-06-27 16:41:02.000000000 -0500
+@@ -27,7 +27,7 @@
+  */
+ 
+ #include "sourceiter.h"
+-#include <glib/gmessages.h>
++#include <glib.h>
+ namespace gtksourceview
+ {
+ 
+--- gtksourceview/src/sourceiter.ccg.orig	2007-04-23 02:08:40.000000000 -0500
++++ gtksourceview/src/sourceiter.ccg	2012-06-27 16:41:02.000000000 -0500
+@@ -20,7 +20,7 @@
+  */
+ 
+ #include "sourceiter.h"
+-#include <glib/gmessages.h>
++#include <glib.h>
+ namespace gtksourceview
+ {
+ 
+--- tests/test-search.cpp.orig	2007-04-23 02:08:40.000000000 -0500
++++ tests/test-search.cpp	2012-06-27 16:41:02.000000000 -0500
+@@ -5,7 +5,7 @@
+ #include <string>
+ #include <gtkmm.h>
+ #include <gtksourceviewmm.h>
+-#include <glib/gmessages.h>
++#include <glib.h>
+ 
+ using namespace std ;
+ using namespace Gtk;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120627/1ca2fc0d/attachment.html>


More information about the macports-changes mailing list