<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/618d8aa2602497ca0c2ea7150f6d7a2f988ee871">https://github.com/macports/macports-ports/commit/618d8aa2602497ca0c2ea7150f6d7a2f988ee871</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 618d8aa2602 zeek: use frameworks_dir
</span>618d8aa2602 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 618d8aa2602497ca0c2ea7150f6d7a2f988ee871
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Dec 28 12:35:40 2021 -0600
<span style='display:block; white-space:pre;color:#404040;'> zeek: use frameworks_dir
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/64311
</span>---
net/zeek/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/zeek/Portfile b/net/zeek/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d7485e1b876..87e22fca639 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/zeek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/zeek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,7 @@ configure.args -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
</span> variant python37 conflicts python38 python39 python310 description {Build using Python 3.7} {
configure.args-append \
-DPYTHON_EXECUTABLE=${prefix}/bin/python3.7 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPYTHON_CONFIG=${prefix}/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/config-3.7m-darwin/python-config.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.7/lib/python3.7/config-3.7m-darwin/python-config.py
</span> depends_lib-append \
port:python37
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +73,7 @@ variant python37 conflicts python38 python39 python310 description {Build using
</span> variant python38 conflicts python37 python39 python310 description {Build using Python 3.8} {
configure.args-append \
-DPYTHON_EXECUTABLE=${prefix}/bin/python3.8 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPYTHON_CONFIG=${prefix}/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/config-3.8-darwin/python-config.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.8/lib/python3.8/config-3.8-darwin/python-config.py
</span> depends_lib-append \
port:python38
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,7 +81,7 @@ variant python38 conflicts python37 python39 python310 description {Build using
</span> variant python39 conflicts python37 python38 python310 description {Build using Python 3.9} {
configure.args-append \
-DPYTHON_EXECUTABLE=${prefix}/bin/python3.9 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPYTHON_CONFIG=${prefix}/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/config-3.9-darwin/python-config.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.9/lib/python3.9/config-3.9-darwin/python-config.py
</span> depends_lib-append \
port:python39
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +89,7 @@ variant python39 conflicts python37 python38 python310 description {Build using
</span> variant python310 conflicts python37 python38 python39 description {Build using Python 3.10} {
configure.args-append \
-DPYTHON_EXECUTABLE=${prefix}/bin/python3.10 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPYTHON_CONFIG=${prefix}/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/config-3.10-darwin/python-config.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.10/lib/python3.10/config-3.10-darwin/python-config.py
</span> depends_lib-append \
port:python310
}
</pre><pre style='margin:0'>
</pre>