<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8e747cce4e1f62e58370c8b2a9a7a1c87678b2fa">https://github.com/macports/macports-ports/commit/8e747cce4e1f62e58370c8b2a9a7a1c87678b2fa</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 8e747cce4e1 iaito: revbump for radare update & attempt to fix python linking
</span>8e747cce4e1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8e747cce4e1f62e58370c8b2a9a7a1c87678b2fa
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Feb 2 22:32:58 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    iaito: revbump for radare update & attempt to fix python linking
</span>---
 devel/iaito/Portfile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/iaito/Portfile b/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8a0ab9befe1..98ae0914b4a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           qmake5 1.0
</span> 
 github.setup        radareorg iaito 5.5.0-beta
 # Current stable 5.3.1 does not build with radare2 5.5+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 categories          devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,14 +53,11 @@ proc python-depends {python_branch} {
</span>         configure.args-append \
                             CONFIG+=IAITO_ENABLE_PYTHON \
                             CONFIG+=IAITO_ENABLE_PYTHON_BINDINGS \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            INCLUDEPATH+=${python_framework}/Versions/${python_branch}/include/python${python_branch}/ \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            LIBS+="-L${python_framework}/Versions/${python_branch}/lib -lpython${python_branch}" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            LIBS+=-F${frameworks_dir} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            PYTHON_FRAMEWORK_DIR=${frameworks_dir} \
</span>                             QMAKE_RPATHDIR+=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/shiboken2/ \
                             QMAKE_RPATHDIR+=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/PySide2/ \
                             QMAKE_LFLAGS+="-Wl,-rpath,${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/shiboken2" \
                             QMAKE_LFLAGS+="-Wl,-rpath,${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/PySide2/" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            PYTHON_FRAMEWORK_DIR=${python_framework} \
</span>                             SHIBOKEN_EXECUTABLE=${python_framework}/Versions/${python_branch}/bin/shiboken2 \
                             SHIBOKEN_INCLUDEDIR=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/shiboken2_generator/include/ \
                             SHIBOKEN_LIBRARY=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/shiboken2/libshiboken2.cpython-*-darwin.*.dylib \
</pre><pre style='margin:0'>

</pre>