<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/b96b6d99a6140f431486571639e0ff803e91ee2e">https://github.com/macports/macports-ports/commit/b96b6d99a6140f431486571639e0ff803e91ee2e</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 b96b6d9  minetest: block stealth usage of postgresql
</span>b96b6d9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b96b6d99a6140f431486571639e0ff803e91ee2e
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Dec 10 13:56:39 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    minetest: block stealth usage of postgresql
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    fails on some systems, used variably on other
</span><span style='display:block; white-space:pre;color:#404040;'>    systems. Not required for use as there are
</span><span style='display:block; white-space:pre;color:#404040;'>    several other backends available. See:
</span><span style='display:block; white-space:pre;color:#404040;'>    https://forum.minetest.net/viewtopic.php?t=12851
</span>---
 games/minetest/Portfile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

<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 bd228a1..ba6ba1c 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;'>@@ -8,6 +8,7 @@ github.setup            minetest minetest 0.4.16
</span> checksums               rmd160  3a7659f763f8b71b1b1d5aa8e505ccff4f811980 \
                         sha256  e3550ed945d380fa72a951af008d49df538d5c6baa7726eca5109a79374156bb
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> # also need the minetest game
 
 post-extract {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +55,7 @@ configure.args-append   -DCMAKE_BUILD_TYPE=Release \
</span>                         -DBUILD_CLIENT=1 \
                         -DENABLE_SOUND=1 \
                         -DENABLE_REDIS=1 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DENABLE_POSTGRESQL:BOOL=OFF \
</span>                         -DENABLE_LEVELDB=1 \
                         -DENABLE_FREETYPE=1 \
                         -DENABLE_CURL=1 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,12 +68,6 @@ configure.args-append   -DCMAKE_BUILD_TYPE=Release \
</span>                         -DLUA_INCLUDE_DIR:PATH=${prefix}/include/luajit-2.0 \
                         -DLUA_LIBRARY:FILEPATH=${prefix}/lib/libluajit-5.1.dylib
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# minetest finds a system installation of PostgreSQL on 10.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# and tried to use it, but it's too old and fails, so just disable it
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platform darwin 11 {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append -DENABLE_POSTGRESQL:BOOL=OFF
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> post-destroot {
     move ${worksrcpath}/minetest_game  ${destroot}${applications_dir}/minetest.app/Contents/Resources/games/
 }
</pre><pre style='margin:0'>

</pre>