[100395] trunk/dports/python/py-pyqt4

michaelld at macports.org michaelld at macports.org
Mon Dec 10 11:17:36 PST 2012


Revision: 100395
          https://trac.macports.org/changeset/100395
Author:   michaelld at macports.org
Date:     2012-12-10 11:17:36 -0800 (Mon, 10 Dec 2012)
Log Message:
-----------
py-pyqt4 : fix overwritten @@ variable in patchfile from prior revision; rev bump to make sure this change takes effect.

Modified Paths:
--------------
    trunk/dports/python/py-pyqt4/Portfile
    trunk/dports/python/py-pyqt4/files/patch-configure.py

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2012-12-10 18:23:35 UTC (rev 100394)
+++ trunk/dports/python/py-pyqt4/Portfile	2012-12-10 19:17:36 UTC (rev 100395)
@@ -7,6 +7,7 @@
 
 name            py-pyqt4
 version         4.9.6
+revision        1
 python.versions 24 25 26 27 31 32 33
 categories      python devel
 platforms       macosx

Modified: trunk/dports/python/py-pyqt4/files/patch-configure.py
===================================================================
--- trunk/dports/python/py-pyqt4/files/patch-configure.py	2012-12-10 18:23:35 UTC (rev 100394)
+++ trunk/dports/python/py-pyqt4/files/patch-configure.py	2012-12-10 19:17:36 UTC (rev 100395)
@@ -22,7 +22,7 @@
 -                        opts.designer_plugin = False
  
 -                    link = "%s -lpython%d.%d%s" % (lib_dir_flag, py_major, py_minor, abi)
-+                    link = "%s /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python" % sipcfg.build_macros().get('LFLAGS', '')
++                    link = "%s @@MACPORTS_PYTHON_FRAMEWORK@@" % sipcfg.build_macros().get('LFLAGS', '')
 +
                  else:
                      sipconfig.inform("Qt Designer plugin disabled because Python library is static")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121210/78e80d84/attachment.html>


More information about the macports-changes mailing list