<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/15cf285e3ecd2aef3c8c35547073d51c4c566da8">https://github.com/macports/macports-ports/commit/15cf285e3ecd2aef3c8c35547073d51c4c566da8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 15cf285e3ecd2aef3c8c35547073d51c4c566da8
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Sep 7 14:59:11 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> minetest: builds 64bit only
</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/58315
</span>---
games/minetest/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/minetest/Portfile b/games/minetest/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 358a36a..d7f7443 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/minetest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/minetest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,6 +71,11 @@ depends_lib-append port:irrlicht \
</span> port:xorg-libX11 \
port:xorg-libXxf86vm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/58315
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# possibly fixable?
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+universal_variant no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # 001. the original build calls fixup_bundle to move all the deps into the app bundle.
# this doesn't work correctly with macports destrooting, and isn't necessary for a macports install so deleted it
patchfiles-append 001-patch-src-CMakeLists-disable-bundlefixup.diff
</pre><pre style='margin:0'>
</pre>