Created attachment 200582 [details] patch to update archivers/laszip to 3.2.9 This patch updates archivers/laszip from 3.2.2 to 3.2.9. There have been some minor bugfixes and enhancements: - add LASlib only fields to some structs to avoid future mix-up for "native" LAS 1.4 - bug fix in selective decompression of "extra_bytes" for point types 6 and higher - no more support for deprecated LASattributes with dimensions 2 or 3 - tiny bug fix for writing extended classifications - correct 'is_empty' return value in laszip_inside_rectangle() - fix rare bug in LASinterval::merge_intervals() - identical legacy and extended flags check What this patch should do: - Update from 3.2.2 to 3.2.9 - Correct WWW in pkg-descr - Update pkg-plist The patch is tested on Poudriere (11.2i/a, 12.0i/a, and HEADi/a), 'portlint -AC' seems happy.
A commit references this bug: Author: swills Date: Sat Dec 29 01:46:22 UTC 2018 New revision: 488643 URL: https://svnweb.freebsd.org/changeset/ports/488643 Log: archivers/laszip: Update to 3.2.9 PR: 234471 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Changes: head/archivers/laszip/Makefile head/archivers/laszip/distinfo head/archivers/laszip/pkg-descr head/archivers/laszip/pkg-plist
Committed, thanks!