<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/da6bce0b0873b233649f95a2c60431911089009e">https://github.com/macports/macports-ports/commit/da6bce0b0873b233649f95a2c60431911089009e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit da6bce0b0873b233649f95a2c60431911089009e
</span>Author: nila <n_larsson@yahoo.com>
AuthorDate: Fri Mar 26 21:20:29 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    liblas: also install liblas-config
</span>---
 gis/liblas/Portfile                             |  5 +++--
 gis/liblas/files/patch-apps_CMakeLists.txt.diff | 13 +++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/liblas/Portfile b/gis/liblas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba7e2b51053..06083d42a09 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/liblas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/liblas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           boost   1.0
</span> 
 github.setup        libLAS libLAS 70a170b086cbd8b639f500d8d40d90b05fcccb04
 version             1.8.1-20210507
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> checksums           rmd160  c9a134f8dbfc76035d1a902a0ba1f194bbf3f0dd \
                     sha256  5a72982cf00d2562284fd394055e7c2bdc38f391a38ce2eab99d913a662b812d \
                     size    10743378
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,8 @@ github.tarball_from archive
</span> 
 compiler.cxx_standard   2011
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles          patch-gt_wkt_srs_cpp.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles          patch-gt_wkt_srs_cpp.diff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    patch-apps_CMakeLists.txt.diff
</span> 
 configure.args-append \
                     -DWITH_GEOTIFF=ON \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/liblas/files/patch-apps_CMakeLists.txt.diff b/gis/liblas/files/patch-apps_CMakeLists.txt.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..4e689a91f1a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/liblas/files/patch-apps_CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,13 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Install both a .pc file (for pkgconfig) and liblas-config (for autotools)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+based builds.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- apps/CMakeLists.txt.orig       2021-08-28 20:18:25.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ apps/CMakeLists.txt    2021-08-28 20:18:32.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -216,8 +216,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+       DESTINATION ${LIBLAS_LIB_DIR}/pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+       PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-  else()
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     # Autoconf compatibility variables to use the same script source.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     set(prefix ${CMAKE_INSTALL_PREFIX})
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     set(exec_prefix ${CMAKE_INSTALL_PREFIX}/bin)
</span></pre><pre style='margin:0'>

</pre>