[58693] trunk/dports/python/py25-gst-python/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Oct 2 14:48:34 PDT 2009


Revision: 58693
          http://trac.macports.org/changeset/58693
Author:   macsforever2000 at macports.org
Date:     2009-10-02 14:48:31 -0700 (Fri, 02 Oct 2009)
Log Message:
-----------
Fix for python25 framework bug.

Modified Paths:
--------------
    trunk/dports/python/py25-gst-python/Portfile

Modified: trunk/dports/python/py25-gst-python/Portfile
===================================================================
--- trunk/dports/python/py25-gst-python/Portfile	2009-10-02 20:54:13 UTC (rev 58692)
+++ trunk/dports/python/py25-gst-python/Portfile	2009-10-02 21:48:31 UTC (rev 58693)
@@ -29,5 +29,11 @@
 configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
 configure.python            ${prefix}/bin/python2.5
 
+post-destroot {
+    # Workaround for python25 framework bug (#16334)
+	move ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \
+		${destroot}${prefix}/lib/python2.5
+}
+
 livecheck.url   http://gstreamer.freedesktop.org/src/${name}/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091002/40d3fd7c/attachment.html>


More information about the macports-changes mailing list