Bug 276752 - math/pdal: Update to 2.6.2
Summary: math/pdal: Update to 2.6.2
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: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-31 20:06 UTC by Bram Ton
Modified: 2024-02-24 05:37 UTC (History)
3 users (show)

See Also:
lbartoletti: maintainer-feedback+
thierry: maintainer-feedback+


Attachments
Patch for updating PDAL to 2.6.2 (9.31 KB, patch)
2024-01-31 20:06 UTC, Bram Ton
no flags Details | Diff
PDAL 2.6.2 - ports fixed (21.48 KB, patch)
2024-02-22 21:33 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff
PDAL 2.6.3 (20.79 KB, patch)
2024-02-24 05:23 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bram Ton 2024-01-31 20:06:00 UTC
Created attachment 248103 [details]
Patch for updating PDAL to 2.6.2
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-02-08 02:37:50 UTC
Comment on attachment 248103 [details]
Patch for updating PDAL to 2.6.2

^Triage: fix MIME type.
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2024-02-22 21:30:22 UTC
Thanks!

However, all other ports that depend on it must be patched (as with every PDAL release ....).


Here is my WIP branch: https://github.com/lbartoletti/freebsd-ports/tree/pdal-2.6.2

cc thierry@ science/paraview
cc rhulrin@ graphis/qgis, graphis/qgis-ltr, math/saga
cc wen@ math/mdal
Comment 3 Loïc Bartoletti freebsd_committer freebsd_triage 2024-02-22 21:33:03 UTC
Created attachment 248684 [details]
PDAL 2.6.2 - ports fixed
Comment 4 Loïc Bartoletti freebsd_committer freebsd_triage 2024-02-23 05:42:46 UTC
Ports build on poudriere 13amd64.
Thierry, Rainer, Wen, seems ok for you?
Comment 5 Loïc Bartoletti freebsd_committer freebsd_triage 2024-02-23 12:40:04 UTC
(In reply to Loïc Bartoletti from comment #4)

Rainer, if i'm not wrong, the new qgis-ltr contains already the patch for pdal 2.6.2
Comment 6 Rainer Hurling freebsd_committer freebsd_triage 2024-02-23 18:40:32 UTC
(In reply to Loïc Bartoletti from comment #4)

Loïc, I tried your patches for PDAL 2.6.2 with graphics/qgis, graphics/qgis-ltr and math/saga. It build and installs fine, all three programs also are able to handle pointclouddata with new PDAL :D


BTW.: PDAL 2.6.3 is out, with some interesting fixes ;)

[1] https://github.com/PDAL/PDAL/releases/tag/2.6.3
Comment 7 Loïc Bartoletti freebsd_committer freebsd_triage 2024-02-24 05:20:16 UTC
(In reply to Rainer Hurling from comment #6)
Indeed, I update to 2.6.3.
Comment 8 Loïc Bartoletti freebsd_committer freebsd_triage 2024-02-24 05:23:25 UTC
Created attachment 248709 [details]
PDAL 2.6.3
Comment 9 commit-hook freebsd_committer freebsd_triage 2024-02-24 05:25:02 UTC
A commit in branch main references this bug:

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

commit e37fa74b91c4f9efb32b2d9c83f68fbe43634315
Author:     Bram Ton <bram@cbbg.nl>
AuthorDate: 2024-02-22 21:01:21 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2024-02-24 05:23:52 +0000

    math/pdal: Update to 2.6.3

    Use libpdalcpp instead of libpdal_base

    Release notes:
     - https://github.com/PDAL/PDAL/releases/tag/2.6.2
     - https://github.com/PDAL/PDAL/releases/tag/2.6.3

    PR:             276752
    Reported by:    Bram Ton <bram@cbbg.nl>

 databases/grass8/Makefile                 |  2 +-
 graphics/qgis/Makefile                    |  4 +--
 math/mdal/Makefile                        |  3 ++-
 math/pdal/Makefile                        | 10 +++----
 math/pdal/distinfo                        |  6 ++---
 math/pdal/files/patch-apps_CMakeLists.txt |  6 ++---
 math/pdal/pkg-plist                       | 44 +++++++++++++++++++++----------
 math/py-pdal/Makefile                     |  4 +--
 8 files changed, 47 insertions(+), 32 deletions(-)
Comment 10 Loïc Bartoletti freebsd_committer freebsd_triage 2024-02-24 05:37:43 UTC
Committed, thanks!