[45224] trunk/dports/gnome/gnome-python-extras

gui_dos at macports.org gui_dos at macports.org
Sun Jan 11 04:31:22 PST 2009


Revision: 45224
          http://trac.macports.org/changeset/45224
Author:   gui_dos at macports.org
Date:     2009-01-11 04:31:20 -0800 (Sun, 11 Jan 2009)
Log Message:
-----------
gnome-python-extras: fixes build with gdl 2.24 by removing the reference to gdl-icons.h (closes #17958)

Modified Paths:
--------------
    trunk/dports/gnome/gnome-python-extras/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff

Modified: trunk/dports/gnome/gnome-python-extras/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-extras/Portfile	2009-01-11 12:11:06 UTC (rev 45223)
+++ trunk/dports/gnome/gnome-python-extras/Portfile	2009-01-11 12:31:20 UTC (rev 45224)
@@ -5,6 +5,7 @@
 
 name		gnome-python-extras
 version		2.19.1
+revision 	1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	gnome python
 platforms       darwin
@@ -24,7 +25,8 @@
 		port:libgda3 \
 		port:libgtkhtml
 
-patchfiles	patch-pygobject
+patchfiles	patch-pygobject \
+		patch-gdl-gdl.override.diff
 
 configure.env	PYTHON=${prefix}/bin/python2.5
 

Added: trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff
===================================================================
--- trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff	2009-01-11 12:31:20 UTC (rev 45224)
@@ -0,0 +1,10 @@
+--- gdl/gdl.override.orig	2007-06-05 16:52:30.000000000 +0200
++++ gdl/gdl.override	2009-01-11 13:14:55.000000000 +0100
+@@ -6,7 +6,6 @@
+ #include <pygtk/pygtk.h>
+ #include <gdl/gdl-dock.h>
+ #include <gdl/libgdltypebuiltins.h>
+-#include <gdl/gdl-icons.h>
+ #ifndef HAVE_GDL_0_7
+ # include <gdl/gdl-dock-bar.h>
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090111/3342ddc5/attachment-0001.html>


More information about the macports-changes mailing list