Bug 261063 - misc/lastools: Update to 2.0.0
Summary: misc/lastools: Update to 2.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL: https://github.com/LAStools/LAStools/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-09 15:53 UTC by Rainer Hurling
Modified: 2022-01-09 17:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
Update misc/lastools from g20181019 to 2.0.0 (1.88 KB, patch)
2022-01-09 15:53 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2022-01-09 15:53:34 UTC
Created attachment 230846 [details]
Update misc/lastools from g20181019 to 2.0.0

Hi Yuri,
Hope it is ok to suggest an update to this port as PR ;)

This patch updates to release 2.0.0. It fixes several bugs and brings many enhancements and some new features [1].

- The port is now completely configured and built by cmake with one exception [2]. The missing cmake file is not necessary for this port and is omitted.
- cmake builds the *64 executables for amd64 and i386. These are renamed before installation.
- To satisfy Poudriere, unneeded files and directories are removed after staging.

[1] https://github.com/LAStools/LAStools/blob/master/CHANGES.txt
[2] https://github.com/LAStools/LAStools/issues/108


Tested on Poudriere (amd64, i386) for 12.3, 13.0 and CURRENT. 'portlint -AC' and portfmt should be fine.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2022-01-09 17:28:44 UTC
Hi Rainer,

Thank you for the patch.

I am committing it with the change to allow to install the headers/library.


Best,
Yuri
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-01-09 17:29:18 UTC
A commit in branch main references this bug:

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

commit e81caf8b3a82fb93844afb2234f8b783a1e44695
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-09 17:27:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-09 17:28:40 +0000

    misc/lastools: Update g20181019 -> 2.0.0

    Changelog: https://github.com/LAStools/LAStools/blob/master/CHANGES.txt

    PR:             261063
    Submitted by:   rhurlin@ (initial version)

 misc/lastools/Makefile        | 23 ++++++------
 misc/lastools/distinfo        |  6 ++--
 misc/lastools/pkg-plist (new) | 84 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 100 insertions(+), 13 deletions(-)