On Aug 2, 2018, at 08:03, Vincent wrote: > Vincent (Veence) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/a3f753c7a496641b4c85d6494806eee3951eb59b > > The following commit(s) were added to refs/heads/master by this push: > > new a3f753c GDAL: accomodates grass7 bump to 7.4.1 > > a3f753c is described below > > > commit a3f753c7a496641b4c85d6494806eee3951eb59b > > Author: Veence > AuthorDate: Thu Aug 2 15:03:57 2018 +0200 > > > GDAL: accomodates grass7 bump to 7.4.1 > > --- > gis/gdal/Portfile | 34 ++-------------------------------- > 1 file changed, 2 insertions(+), 32 deletions(-) > > diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile > index e593dbd..d831627 100644 > --- a/gis/gdal/Portfile > +++ b/gis/gdal/Portfile > @@ -168,11 +168,11 @@ variant grass description {Enable GRASS 7 GIS I/O} { > ui_error "The grass variant requires grass 7 to be installed." > ui_error "Since grass7 depends on gdal, please first install gdal > WITHOUT the grass variant." > ui_error "Then install grass7, then reinstall gdal with the grass > variant." > - return -code error "Missing GRASS 7." > + #return -code error "Missing GRASS 7." Did you mean to comment this out? > } > > configure.args-delete --without-grass > - configure.args-append --with-grass=${prefix}/share/grass-7.4.0 > + configure.args-append --with-grass=${prefix}/share/grass-7.4.1
