[macports-ports] branch master updated: minetest: disable postgresql on 10.7

Ryan Schmidt ryandesign at macports.org
Sun Dec 10 18:13:23 UTC 2017


On Dec 9, 2017, at 16:14, Ken wrote:

> Ken (kencu) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/80a921cfe6f285532c0a597589808c550c997844
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 80a921c  minetest: disable postgresql on 10.7
> 
> 80a921c is described below
> 
> 
> commit 80a921cfe6f285532c0a597589808c550c997844
> 
> Author: kencu
> AuthorDate: Sat Dec 9 14:14:58 2017 -0800
> 
>     minetest: disable postgresql on 10.7
>     
>     minetest finds a system installation of postgresql
>     on 10.7 and tries to use it, but it's too old and
>     so it fails. Just disable it on 10.7.
> 
> ---
>  games/minetest/Portfile | 6 ++++++
>  1 file changed, 6 insertions(+)


> +# minetest finds a system installation of PostgreSQL on 10.7
> +# and tried to use it, but it's too old and fails, so just disable it
> +platform darwin 11 {
> +    configure.args-append -DENABLE_POSTGRESQL:BOOL=OFF
> +}

minetest doesn't declare a dependency on any postgresql, so you should be unconditionally disabling postgresql support, not just conditionally on 10.7.





More information about the macports-dev mailing list