[73412] trunk/dports/python/py26-gobject

rmstonecipher at macports.org rmstonecipher at macports.org
Fri Nov 12 14:58:10 PST 2010


Revision: 73412
          http://trac.macports.org/changeset/73412
Author:   rmstonecipher at macports.org
Date:     2010-11-12 14:58:06 -0800 (Fri, 12 Nov 2010)
Log Message:
-----------
python/py26-gobject added patch to fix #27210 and #27200 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/python/py26-gobject/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-gobject/files/
    trunk/dports/python/py26-gobject/files/patch-gi_pygi.h

Modified: trunk/dports/python/py26-gobject/Portfile
===================================================================
--- trunk/dports/python/py26-gobject/Portfile	2010-11-12 20:36:50 UTC (rev 73411)
+++ trunk/dports/python/py26-gobject/Portfile	2010-11-12 22:58:06 UTC (rev 73412)
@@ -7,6 +7,7 @@
 platforms       darwin
 set my_name     pygobject
 version         2.26.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      python gnome
 maintainers     mcalhoun openmaintainer
@@ -46,6 +47,8 @@
 
 configure.python    ${prefix}/bin/python2.6
 
+patchfiles     patch-gi_pygi.h
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}

Added: trunk/dports/python/py26-gobject/files/patch-gi_pygi.h
===================================================================
--- trunk/dports/python/py26-gobject/files/patch-gi_pygi.h	                        (rev 0)
+++ trunk/dports/python/py26-gobject/files/patch-gi_pygi.h	2010-11-12 22:58:06 UTC (rev 73412)
@@ -0,0 +1,11 @@
+--- gi/pygi.h.orig	2010-11-09 20:22:40.000000000 -0600
++++ gi/pygi.h	2010-11-09 20:23:09.000000000 -0600
+@@ -152,7 +152,7 @@
+ pygi_get_property_value (PyGObject *instance,
+                          const gchar *attr_name)
+ {
+-    return -1;
++    return NULL;
+ }
+ 
+ static inline gint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101112/32b83ed0/attachment.html>


More information about the macports-changes mailing list