Commits

Veence authored 1b30fc1fa9c
gdal: add conflicts_port with wgrib2.

Should fix #59006.
No tags

gis/gdal/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5 PortGroup cxx11 1.1
6 6 PortGroup muniversal 1.0
7 7 PortGroup mpi 1.0
8 8 PortGroup active_variants 1.1
9 9 PortGroup compiler_blacklist_versions 1.0
10 10 PortGroup legacysupport 1.0
11 +PortGroup conflicts_build 1.0
11 12 mpi.setup
12 13
13 14 github.setup OSGeo gdal 3.0.1 v
14 15 revision 2
15 16 categories gis
16 17 license MIT BSD
17 18 platforms darwin
18 19
19 20 maintainers {vince @Veence} openmaintainer
20 21
62 63 port:zstd \
63 64 port:libpng \
64 65 port:giflib \
65 66 port:proj6 \
66 67 port:qhull \
67 68 port:sqlite3 \
68 69 port:spatialite \
69 70 port:curl \
70 71 port:charls
71 72
73 +conflicts_build port:wgrib2
74 +
72 75 set PYINST ""
73 76
74 77 configure.universal_args-delete --disable-dependency-tracking
75 78
76 79 configure.args-append \
77 80 --with-local=yes \
78 81 --with-libz=yes \
79 82 --with-zstd=yes \
80 83 --without-liblzma \
81 84 --with-png=yes \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut