[36654] branches/python-frameworks/dports/lang
raimue at macports.org
raimue at macports.org
Fri May 9 07:29:33 PDT 2008
Revision: 36654
http://trac.macosforge.org/projects/macports/changeset/36654
Author: raimue at macports.org
Date: 2008-05-09 07:29:30 -0700 (Fri, 09 May 2008)
Log Message:
-----------
lang/python{24,25}:
Remove unnecessary links to libpython.dylib, should be handled by python_select
Modified Paths:
--------------
branches/python-frameworks/dports/lang/python24/Portfile
branches/python-frameworks/dports/lang/python25/Portfile
Modified: branches/python-frameworks/dports/lang/python24/Portfile
===================================================================
--- branches/python-frameworks/dports/lang/python24/Portfile 2008-05-09 13:40:53 UTC (rev 36653)
+++ branches/python-frameworks/dports/lang/python24/Portfile 2008-05-09 14:29:30 UTC (rev 36654)
@@ -78,8 +78,6 @@
ln -s ${framewdir}/Versions/${branch}/bin/pydoc ${destroot}${prefix}/bin/pydoc[string map {. {}} ${branch}]
ln -s ${framewdir}/Versions/${branch}/lib/python${branch} ${destroot}${prefix}/lib/python${branch}
ln -s ${framewdir}/Versions/${branch}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib/libpython${version}.dylib
- ln -s ${framewdir}/Versions/${branch}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib/libpython${major}.dylib
- ln -s ${framewdir}/Versions/${branch}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib/libpython.dylib
ln -s ${framewdir}/Versions/${branch}/include/python${branch} ${destroot}${prefix}/include/python${branch}
Modified: branches/python-frameworks/dports/lang/python25/Portfile
===================================================================
--- branches/python-frameworks/dports/lang/python25/Portfile 2008-05-09 13:40:53 UTC (rev 36653)
+++ branches/python-frameworks/dports/lang/python25/Portfile 2008-05-09 14:29:30 UTC (rev 36654)
@@ -76,13 +76,7 @@
ln -s ${framewdir}/Versions/${branch}/bin/pydoc ${destroot}${prefix}/bin/pydoc[string map {. {}} ${branch}]
ln -s ${framewdir}/Versions/${branch}/lib/python${branch} ${destroot}${prefix}/lib/python${branch}
ln -s ${framewdir}/Versions/${branch}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib/libpython${version}.dylib
- ln -s ${framewdir}/Versions/${branch}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib/libpython${major}.dylib
- ln -s ${framewdir}/Versions/${branch}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib/libpython.dylib
- # ln -s libpython${branch}.dylib ${destroot}${prefix}/lib/libpython${version}.dylib
- # ln -s libpython${branch}.dylib ${destroot}${prefix}/lib/libpython${major}.dylib
- # ln -s libpython${branch}.dylib ${destroot}${prefix}/lib/libpython.dylib
-
ln -s ${framewdir}/Versions/${branch}/include/python${branch} ${destroot}${prefix}/include/python${branch}
# delete symlinks without version suffix, use python_select instead to choose version
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080509/095006b0/attachment.html
More information about the macports-changes
mailing list