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

blair at macports.org blair at macports.org
Thu Jun 26 15:03:27 PDT 2008


Revision: 37862
          http://trac.macosforge.org/projects/macports/changeset/37862
Author:   blair at macports.org
Date:     2008-06-26 15:03:26 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
Ensure that the Python 2.4 bindings for Ice link against the correct
framework Python.  The gcc collect2 seems to reorder the -F and -f
lines so that the system's Python framework install is picked up.

Modified Paths:
--------------
    trunk/dports/devel/ice-python/Portfile
    trunk/dports/devel/ice-python/files/patch-py.config.Make.rules.Darwin.diff

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2008-06-26 21:28:57 UTC (rev 37861)
+++ trunk/dports/devel/ice-python/Portfile	2008-06-26 22:03:26 UTC (rev 37862)
@@ -4,6 +4,7 @@
 
 name		ice-python
 version		3.3.0
+revision	1
 categories	devel python
 maintainers	blair
 description	Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP

Modified: trunk/dports/devel/ice-python/files/patch-py.config.Make.rules.Darwin.diff
===================================================================
--- trunk/dports/devel/ice-python/files/patch-py.config.Make.rules.Darwin.diff	2008-06-26 21:28:57 UTC (rev 37861)
+++ trunk/dports/devel/ice-python/files/patch-py.config.Make.rules.Darwin.diff	2008-06-26 22:03:26 UTC (rev 37862)
@@ -6,7 +6,7 @@
  
  PYTHON_INCLUDE_DIR	= $(PYTHON_HOME)/include/$(PYTHON_VERSION)
 -PYTHON_LIBS		= -F$(PYTHON_HOME) -framework Python
-+PYTHON_LIBS		= -F$(shell python -c 'print "/".join("$(PYTHON_HOME)".split("/")[0:-3])') -framework Python
++PYTHON_LIBS		= $(PYTHON_HOME)/Python
 
 -CXX	                = c++
 +CXX	               ?= c++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080626/a0be20c8/attachment.htm 


More information about the macports-changes mailing list