[26688] trunk/dports/devel/ice-python

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 3 14:11:09 PDT 2007


Revision: 26688
          http://trac.macosforge.org/projects/macports/changeset/26688
Author:   blair at macports.org
Date:     2007-07-03 14:11:09 -0700 (Tue, 03 Jul 2007)

Log Message:
-----------
Fix a core dump in the Python Ice bindings.  This will be fixed in the
next upstream release.

Modified Paths:
--------------
    trunk/dports/devel/ice-python/Portfile

Added Paths:
-----------
    trunk/dports/devel/ice-python/files/patch-modules-IcePy-ObjectAdapter.cpp

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2007-07-03 20:23:49 UTC (rev 26687)
+++ trunk/dports/devel/ice-python/Portfile	2007-07-03 21:11:09 UTC (rev 26688)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		ice-python
 version		3.2.0
+revision	1
 categories	devel python
 maintainers	blair
 description	Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
@@ -38,7 +39,8 @@
 		port:ice-cpp
 
 patchfiles	patch-config.Make.rules \
-		patch-config.Make.rules.Darwin
+		patch-config.Make.rules.Darwin \
+		patch-modules-IcePy-ObjectAdapter.cpp
 
 use_configure	no
 

Added: trunk/dports/devel/ice-python/files/patch-modules-IcePy-ObjectAdapter.cpp
===================================================================
--- trunk/dports/devel/ice-python/files/patch-modules-IcePy-ObjectAdapter.cpp	                        (rev 0)
+++ trunk/dports/devel/ice-python/files/patch-modules-IcePy-ObjectAdapter.cpp	2007-07-03 21:11:09 UTC (rev 26688)
@@ -0,0 +1,10 @@
+--- modules/IcePy/ObjectAdapter.cpp.orig	2007-02-01 08:53:05.000000000 -0800
++++ modules/IcePy/ObjectAdapter.cpp	2007-06-25 17:57:10.299784000 -0700
+@@ -123,6 +123,7 @@
+ 
+ IcePy::ServantWrapper::~ServantWrapper()
+ {
++    AdoptThread adoptThread;
+     Py_DECREF(_servant);
+ }
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070703/f028c39d/attachment.html


More information about the macports-changes mailing list