[20613] trunk/dports/python/py-sip
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 8 17:38:44 PST 2006
Revision: 20613
http://trac.macosforge.org/projects/macports/changeset/20613
Author: markd at macports.org
Date: 2006-11-08 17:38:43 -0800 (Wed, 08 Nov 2006)
Log Message:
-----------
Closes #11003. Update to 4.5.
Modified Paths:
--------------
trunk/dports/python/py-sip/Portfile
trunk/dports/python/py-sip/files/patch-siputils.py
Removed Paths:
-------------
trunk/dports/python/py-sip/files/patch-specs_macx-g++
Modified: trunk/dports/python/py-sip/Portfile
===================================================================
--- trunk/dports/python/py-sip/Portfile 2006-11-09 01:28:17 UTC (rev 20612)
+++ trunk/dports/python/py-sip/Portfile 2006-11-09 01:38:43 UTC (rev 20613)
@@ -3,8 +3,7 @@
PortSystem 1.0
name py-sip
-version 4.4.5
-revision 1
+version 4.5
categories python devel
maintainers mww at opendarwin.org
description create Python bindings for C and C++ libraries
@@ -21,9 +20,9 @@
http://www.gtlib.gatech.edu/pub/gentoo/distfiles/
distname sip-${version}
-checksums md5 ba334c4412cee1dbc6c56ff9a58e7bb0 \
- sha1 54a77fa84806636239834d88b6f9c216b74d6c05 \
- rmd160 c74640a9d64da539afb6e58575ff1304415830a0
+checksums md5 8171a370e15b2bf7ed3a1b579c0e9ae1 \
+ sha1 873aa5e2d4ee9030d7903add7a8bf2b829e488cc \
+ rmd160 5db05e918ba905e8b3a326e2902de71c757bd916
dist_subdir python
depends_lib port:python24
Modified: trunk/dports/python/py-sip/files/patch-siputils.py
===================================================================
--- trunk/dports/python/py-sip/files/patch-siputils.py 2006-11-09 01:28:17 UTC (rev 20612)
+++ trunk/dports/python/py-sip/files/patch-siputils.py 2006-11-09 01:38:43 UTC (rev 20613)
@@ -1,13 +1,19 @@
---- siputils.py.orig 2006-08-18 16:36:18.000000000 -0400
-+++ siputils.py 2006-08-18 16:52:22.000000000 -0400
-@@ -1273,8 +1273,8 @@
+--- siputils.py.org.py 2006-11-04 14:09:43.000000000 -0800
++++ siputils.py 2006-11-06 20:23:11.000000000 -0800
+@@ -1302,11 +1302,11 @@
# This allows Apple's Python to be used even if a later python.org
# version is also installed.
dl = string.split(sys.exec_prefix, os.sep)
-- dl = dl[:dl.index("Python.framework")]
+- try:
+- dl = dl[:dl.index("Python.framework")]
+- except ValueError:
+- error("SIP requires Python to be built as a framework")
- self.LFLAGS.append("-F%s" % string.join(dl, os.sep))
-+ #dl = dl[:dl.index("Python.framework")]
-+ #self.LFLAGS.append("-F%s" % string.join(dl, os.sep))
++ # try:
++ # dl = dl[:dl.index("Python.framework")]
++ # except ValueError:
++ # error("SIP requires Python to be built as a framework")
++ # self.LFLAGS.append("-F%s" % string.join(dl, os.sep))
self.LFLAGS.append("-framework Python")
Makefile.finalise(self)
Deleted: trunk/dports/python/py-sip/files/patch-specs_macx-g++
===================================================================
--- trunk/dports/python/py-sip/files/patch-specs_macx-g++ 2006-11-09 01:28:17 UTC (rev 20612)
+++ trunk/dports/python/py-sip/files/patch-specs_macx-g++ 2006-11-09 01:38:43 UTC (rev 20613)
@@ -1,11 +0,0 @@
---- specs/macx-g++.orig 2006-04-23 11:23:20.000000000 -0400
-+++ specs/macx-g++ 2006-04-23 11:24:00.000000000 -0400
-@@ -61,7 +61,7 @@
- QMAKE_LFLAGS_APP =
- QMAKE_LFLAGS_SHLIB = -single_module -dynamiclib
- QMAKE_LFLAGS_INCREMENTAL = -undefined suppress -flat_namespace
--QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB
-+QMAKE_LFLAGS_PLUGIN = -bundle -undefined suppress -flat_namespace
- QMAKE_LFLAGS_SONAME = -install_name$${LITERAL_WHITESPACE}
- QMAKE_LFLAGS_THREAD =
- QMAKE_LFLAGS_PPC = -arch ppc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061108/2d93c8be/attachment.html
More information about the macports-changes
mailing list