[macports-ports] branch master updated: qgis3: bump to 3.0.3

Ryan Schmidt ryandesign at macports.org
Tue May 22 11:42:40 UTC 2018


On May 22, 2018, at 04:40, Vincent wrote:

> Vincent (Veence) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/9ec4b7c7ec6336ddc0829eeaeb9d03db0de0f122
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 9ec4b7c  qgis3: bump to 3.0.3
> 
> 9ec4b7c is described below
> 
> 
> commit 9ec4b7c7ec6336ddc0829eeaeb9d03db0de0f122
> 
> Author: Veence
> AuthorDate: Tue May 22 11:40:02 2018 +0200
> 
> 
>     qgis3: bump to 3.0.3
> 
> ---
>  gis/qgis3/Portfile | 22 ++++++++++++++++++----
>  1 file changed, 18 insertions(+), 4 deletions(-)
> 
> diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
> index 7c7fa49..5879c5c 100644
> --- a/gis/qgis3/Portfile
> +++ b/gis/qgis3/Portfile

> @@ -54,6 +54,20 @@ depends_lib-append  port:libiconv \
>                      port:qwt-qt5 \
>                      port:qjson-qt5
>  
> +variant qt59 description "Build with qt59" {
> +    depends_lib-delete      port:qt5-qtwebkit \
> +                            port:qt5-qtscript \
> +                            port:qt5-sqlite-plugin \
> +                            port:qt5-qtscxml \
> +                            port:qt5-qtxmlpatterns
> +
> +    depends_lib-append      port:qt59-qtwebkit \
> +                            port:qt59-qtscript \
> +                            port:qt59-sqlite-plugin \
> +                            port:qt59-qtscxml \
> +                            port:qt59-qtxmlpatterns
> +}

I don't think this variant can work. I note the dependencies on qwt-qt5 and qjson-qt5 and other ports above, which each depend on qt5-* ports, and the qt5-* and qt59-* ports conflict.



More information about the macports-dev mailing list