<pre style='margin:0'>
Vincent (Veence) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/829a00c34e194b175dd97d914b5fc89be365cb27">https://github.com/macports/macports-ports/commit/829a00c34e194b175dd97d914b5fc89be365cb27</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 829a00c gdal: MrSID driver update
</span>829a00c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 829a00c34e194b175dd97d914b5fc89be365cb27
</span>Author: Veence <vince@macports.org>
AuthorDate: Fri May 25 13:29:52 2018 +0200
<span style='display:block; white-space:pre;color:#404040;'> gdal: MrSID driver update
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> * Enable MrSID Lidar API when mrsid variant is selected
</span><span style='display:block; white-space:pre;color:#404040;'> * Makes MrSID the default JPEG 2K decoder when variant is selected
</span>---
gis/gdal/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdc5477..e593dbd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -178,7 +178,10 @@ variant grass description {Enable GRASS 7 GIS I/O} {
</span> variant mrsid description {Enable MrSID file format} {
depends_lib-append port:geoexpress-sdk
configure.args-delete --without-mrsid
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-delete --without-jp2mrsid
</span> configure.args-append --with-mrsid=${prefix}/share/Geo_DSDK/Raster_DSDK
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --with-jp2mrsid
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --with-mrsid_lidar=${prefix}/share/Geo_DSDK/Lidar_DSDK
</span> }
variant ecw description {Enable ECW file format} {
</pre><pre style='margin:0'>
</pre>