[134466] users/devans/GNOME-3/stable/dports/devel/glib2

devans at macports.org devans at macports.org
Thu Mar 26 10:35:54 PDT 2015


Revision: 134466
          https://trac.macports.org/changeset/134466
Author:   devans at macports.org
Date:     2015-03-26 10:35:54 -0700 (Thu, 26 Mar 2015)
Log Message:
-----------
GNOME-3/stable: glib2, merge fix from trunk glib2-devel, r134462.

Revision Links:
--------------
    https://trac.macports.org/changeset/134462

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/devel/glib2/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/devel/glib2/files/patch-gio-giotypes.h.diff

Modified: users/devans/GNOME-3/stable/dports/devel/glib2/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/glib2/Portfile	2015-03-26 16:25:43 UTC (rev 134465)
+++ users/devans/GNOME-3/stable/dports/devel/glib2/Portfile	2015-03-26 17:35:54 UTC (rev 134466)
@@ -63,7 +63,7 @@
 compiler.blacklist-append   gcc-3.3 *gcc-4.0
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=744473
-compiler.blacklist-append   *gcc-4.2
+patchfiles-append           patch-gio-giotypes.h.diff
 
 # -lresolv is needed at least on Tiger PPC.
 configure.ldflags-append    -lresolv \

Added: users/devans/GNOME-3/stable/dports/devel/glib2/files/patch-gio-giotypes.h.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/glib2/files/patch-gio-giotypes.h.diff	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/devel/glib2/files/patch-gio-giotypes.h.diff	2015-03-26 17:35:54 UTC (rev 134466)
@@ -0,0 +1,14 @@
+Fix build with older compilers.
+https://bugzilla.gnome.org/show_bug.cgi?id=744473
+https://mail.gnome.org/archives/commits-list/2015-March/msg10288.html
+--- gio/giotypes.h.orig
++++ gio/giotypes.h
+@@ -61,8 +61,6 @@ typedef struct _GPermission                   GPermission;
+ 
+ typedef struct _GMenuModel                    GMenuModel;
+ typedef struct _GNotification                 GNotification;
+-typedef struct _GListModel                    GListModel;
+-typedef struct _GListStore                    GListStore;
+ 
+ /**
+  * GDrive:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150326/8c211bd2/attachment.html>


More information about the macports-changes mailing list