Page MenuHomeFreeBSD

math/pdal: Update to 2.1.0
ClosedPublic

Authored by lbartoletti on Jul 28 2020, 3:59 PM.
Tags
None
Referenced Files
F162890109: D25863.id75185.diff
Sat, Jul 18, 1:28 AM
Unknown Object (File)
Tue, Jul 7, 12:43 AM
Unknown Object (File)
Tue, Jul 7, 12:42 AM
Unknown Object (File)
Sat, Jul 4, 7:57 PM
Unknown Object (File)
Thu, Jul 2, 2:06 PM
Unknown Object (File)
Wed, Jul 1, 8:30 AM
Unknown Object (File)
Wed, Jun 24, 12:10 AM
Unknown Object (File)
Tue, Jun 23, 8:33 AM
Subscribers

Details

Summary
  • Update to 2.1.0
  • Remove Sqlite and Python (removed upstream)
  • Remove patch for LASZip (fixed in archivers/laszip)
  • Reoreder options
  • Add lazperf option

Changelog:

Test Plan

poudriere (11/12/13 i386/amd64) all options tested

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/pdal/Makefile
58 ↗(On Diff #75074)

^

LAZPERF_CMAKE_BOOL=WITH_LAZPERF

applies also for the other cmake-bool options:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#options-cmake_bool

Use _CMAKE_BOOL instead of _CMAKE_ON

math/pdal/Makefile
61 ↗(On Diff #75081)

^-D is too much here

Apart from the wrong argument pointed out previously this is ready to ship -- please correct that, and the commit :)

lbartoletti added inline comments.
math/pdal/Makefile
61 ↗(On Diff #75081)

Done. Thanks :p

This revision was not accepted when it landed; it landed in state Needs Review.Jul 30 2020, 7:53 PM
This revision was automatically updated to reflect the committed changes.
lbartoletti marked an inline comment as done.