[92906] trunk/dports/gnome/regexxer

ryandesign at macports.org ryandesign at macports.org
Thu May 10 07:48:32 PDT 2012


Revision: 92906
          https://trac.macports.org/changeset/92906
Author:   ryandesign at macports.org
Date:     2012-05-10 07:48:32 -0700 (Thu, 10 May 2012)
Log Message:
-----------
regexxer: fix build with glib 2.32

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

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

Modified: trunk/dports/gnome/regexxer/Portfile
===================================================================
--- trunk/dports/gnome/regexxer/Portfile	2012-05-10 14:37:28 UTC (rev 92905)
+++ trunk/dports/gnome/regexxer/Portfile	2012-05-10 14:48:32 UTC (rev 92906)
@@ -29,3 +29,5 @@
 depends_lib         port:pcre \
                     port:gconfmm \
                     port:libglademm
+
+patchfiles          patch-glib-2.32.diff

Added: trunk/dports/gnome/regexxer/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/gnome/regexxer/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/gnome/regexxer/files/patch-glib-2.32.diff	2012-05-10 14:48:32 UTC (rev 92906)
@@ -0,0 +1,22 @@
+--- src/globalstrings.h.orig	2007-01-12 21:16:03.000000000 -0600
++++ src/globalstrings.h	2012-05-10 09:44:17.000000000 -0500
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
+ #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
+ 
+-#include <glib/gutils.h>  /* for G_DIR_SEPARATOR_S */
++#include <glib.h>  /* for G_DIR_SEPARATOR_S */
+ 
+ namespace Regexxer
+ {
+--- src/translation.h.orig	2007-02-01 16:55:00.000000000 -0600
++++ src/translation.h	2012-05-10 09:44:17.000000000 -0500
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_TRANSLATION_H_INCLUDED
+ #define REGEXXER_TRANSLATION_H_INCLUDED
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ 
+ #ifndef gettext_noop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120510/9db78c66/attachment.html>


More information about the macports-changes mailing list