[75191] trunk/dports/python/py27-gobject

rmstonecipher at macports.org rmstonecipher at macports.org
Mon Jan 17 06:36:57 PST 2011


Revision: 75191
          http://trac.macports.org/changeset/75191
Author:   rmstonecipher at macports.org
Date:     2011-01-17 06:36:48 -0800 (Mon, 17 Jan 2011)
Log Message:
-----------
python/py27-gobject added same patch to py27-gobject as added to py26-gobject in r73412 to resolve py27 equivlanet error to #27200

Revision Links:
--------------
    http://trac.macports.org/changeset/73412

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

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

Modified: trunk/dports/python/py27-gobject/Portfile
===================================================================
--- trunk/dports/python/py27-gobject/Portfile	2011-01-17 11:21:50 UTC (rev 75190)
+++ trunk/dports/python/py27-gobject/Portfile	2011-01-17 14:36:48 UTC (rev 75191)
@@ -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 jwa openmaintainer
@@ -36,6 +37,8 @@
                 port:libffi \
                 port:python27
 
+patchfiles     patch-gi_pygi.h
+
 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
 
 configure.pre_args-delete  --prefix=${prefix}

Added: trunk/dports/python/py27-gobject/files/patch-gi_pygi.h
===================================================================
--- trunk/dports/python/py27-gobject/files/patch-gi_pygi.h	                        (rev 0)
+++ trunk/dports/python/py27-gobject/files/patch-gi_pygi.h	2011-01-17 14:36:48 UTC (rev 75191)
@@ -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/20110117/f11cdbac/attachment.html>


More information about the macports-changes mailing list