Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 May 2026 06:54:52 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 19374c7e220f - main - misc/lastools: update 2.0=?utf-8?Q?=2E3 =E2=86=92 2?=.0.5
Message-ID:  <69fae5bc.40c15.305a009@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19374c7e220ffe71b008a2c95dd9d8c15b83a85e

commit 19374c7e220ffe71b008a2c95dd9d8c15b83a85e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-05-06 05:59:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-05-06 06:54:36 +0000

    misc/lastools: update 2.0.3 → 2.0.5
    
    Reported by:    portscout
---
 misc/lastools/Makefile                    |  4 ++--
 misc/lastools/distinfo                    |  6 +++---
 misc/lastools/files/patch-CMakeLists.txt  |  9 +++++++++
 misc/lastools/files/patch-src_las2txt.cpp | 11 -----------
 misc/lastools/pkg-plist                   |  3 +++
 5 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/misc/lastools/Makefile b/misc/lastools/Makefile
index 4f5790f6bc66..96a930367e9c 100644
--- a/misc/lastools/Makefile
+++ b/misc/lastools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	LAStools
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.3
+DISTVERSION=	2.0.5
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,7 +18,7 @@ CMAKE_ON=	BUILD_SHARED_LIBS
 
 CONFLICTS_INSTALL=	liblas
 
-EXECUTABLES=	lasindex las2txt las2las txt2las lasdiff lasinfo laszip lasmerge lasprecision
+EXECUTABLES=	lasindex las2txt las2las txt2las lasdiff lasinfo lasmerge lasprecision lasvalidate laszip
 
 xpre-install:
 	${MV} ${WRKSRC}/LASlib/src/LASlib-config.cmake ${WRKSRC}/LASlib/src/laslib-config.cmake
diff --git a/misc/lastools/distinfo b/misc/lastools/distinfo
index ddaea6b37945..0e0518497362 100644
--- a/misc/lastools/distinfo
+++ b/misc/lastools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737194557
-SHA256 (LAStools-LAStools-v2.0.3_GH0.tar.gz) = b6c6ac33835ead2c69d05e282febc266048ba071a71dae6fdad321d532dfcf78
-SIZE (LAStools-LAStools-v2.0.3_GH0.tar.gz) = 8509725
+TIMESTAMP = 1778045722
+SHA256 (LAStools-LAStools-v2.0.5_GH0.tar.gz) = 3d66320076faed754c2b0bf353a00c5ba8c11d78a9cc4903289ca99a9cb308fe
+SIZE (LAStools-LAStools-v2.0.5_GH0.tar.gz) = 8757550
diff --git a/misc/lastools/files/patch-CMakeLists.txt b/misc/lastools/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..2e0c1ecc4a5c
--- /dev/null
+++ b/misc/lastools/files/patch-CMakeLists.txt
@@ -0,0 +1,9 @@
+--- CMakeLists.txt.orig	2026-05-06 05:56:16 UTC
++++ CMakeLists.txt
+@@ -24,6 +24,4 @@ add_subdirectory(LASlib/src)
+ endif()
+ 
+ add_subdirectory(LASlib/src)
+-if (NOT BUILD_SHARED_LIBS)
+ add_subdirectory(src)
+-endif()
diff --git a/misc/lastools/files/patch-src_las2txt.cpp b/misc/lastools/files/patch-src_las2txt.cpp
deleted file mode 100644
index e72050fae2ce..000000000000
--- a/misc/lastools/files/patch-src_las2txt.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/las2txt.cpp.orig	2025-01-19 14:35:25 UTC
-+++ src/las2txt.cpp
-@@ -570,7 +570,7 @@ static void parse_extended_flags(char *parse_string)
- static void parse_extended_flags(char *parse_string)
- {
-   const char *extended_flags[] = {"(HSV)", "(HSL)", "(hsv)", "(hsl)"};
--  const char replacement_codes[] = {HSV255, HSL255, HSV, HSL};
-+  const signed char replacement_codes[] = {HSV255, HSL255, HSV, HSL};
-   I32 nflags = (I32)(sizeof(extended_flags) / sizeof(char*));
- 
-   for (I32 i = 0; i < nflags; i++)
diff --git a/misc/lastools/pkg-plist b/misc/lastools/pkg-plist
index c6e157880ace..c60c8805f4f3 100644
--- a/misc/lastools/pkg-plist
+++ b/misc/lastools/pkg-plist
@@ -6,6 +6,7 @@ bin/lasindex
 bin/lasinfo
 bin/lasmerge
 bin/lasprecision
+bin/lasvalidate
 bin/laszip
 bin/txt2las
 include/LASlib/arithmeticdecoder.hpp
@@ -80,6 +81,8 @@ include/LASlib/laswriter_txt.hpp
 include/LASlib/laswriter_wrl.hpp
 include/LASlib/laswritercompatible.hpp
 include/LASlib/laszip.hpp
+include/LASlib/laszip_api_version.h
+include/LASlib/laszip_common.h
 include/LASlib/laszip_common_v1.hpp
 include/LASlib/laszip_common_v2.hpp
 include/LASlib/laszip_common_v3.hpp


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fae5bc.40c15.305a009>