[92697] trunk/dports/science/geda-gaf

ryandesign at macports.org ryandesign at macports.org
Thu May 3 23:11:00 PDT 2012


Revision: 92697
          https://trac.macports.org/changeset/92697
Author:   ryandesign at macports.org
Date:     2012-05-03 23:10:59 -0700 (Thu, 03 May 2012)
Log Message:
-----------
geda-gaf: fix build failure with glib 2.32; see #34194 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/science/geda-gaf/Portfile

Added Paths:
-----------
    trunk/dports/science/geda-gaf/files/
    trunk/dports/science/geda-gaf/files/patch-glib-2.32.diff

Modified: trunk/dports/science/geda-gaf/Portfile
===================================================================
--- trunk/dports/science/geda-gaf/Portfile	2012-05-04 04:04:00 UTC (rev 92696)
+++ trunk/dports/science/geda-gaf/Portfile	2012-05-04 06:10:59 UTC (rev 92697)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -25,6 +26,8 @@
 depends_lib         port:gtk2 \
                     port:guile
 
+patchfiles          patch-glib-2.32.diff
+
 configure.args-append   --disable-update-xdg-database
 
 destroot.destdir    DESTDIR=${destroot}/

Added: trunk/dports/science/geda-gaf/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/science/geda-gaf/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/science/geda-gaf/files/patch-glib-2.32.diff	2012-05-04 06:10:59 UTC (rev 92697)
@@ -0,0 +1,13 @@
+--- libgeda/src/s_path.c.orig	2011-01-13 23:02:35.000000000 -0600
++++ libgeda/src/s_path.c	2012-05-04 01:04:04.000000000 -0500
+@@ -37,9 +37,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ 
+-#include <glib/gmem.h>
+-#include <glib/gmessages.h>
+-#include <glib/gtypes.h>
++#include <glib.h>
+ 
+ #include "libgeda_priv.h"
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120503/b23da08d/attachment.html>


More information about the macports-changes mailing list