Page MenuHomeFreeBSD

graphics/qgis-ltr: Update to 3.10.10
ClosedPublic

Authored by rhurlin on Sep 26 2020, 1:30 PM.
Tags
None
Referenced Files
F81628233: D26563.diff
Fri, Apr 19, 5:38 AM
Unknown Object (File)
Wed, Apr 17, 6:43 AM
Unknown Object (File)
Tue, Apr 16, 3:24 AM
Unknown Object (File)
Jan 17 2024, 2:13 AM
Unknown Object (File)
Dec 8 2023, 5:53 PM
Unknown Object (File)
Nov 23 2023, 4:42 AM
Unknown Object (File)
Nov 23 2023, 4:41 AM
Unknown Object (File)
Nov 23 2023, 4:41 AM
Subscribers

Details

Summary

This is a minor update for QGIS from 3.10.9 to 3.10.10. It fixes several problems and brings some new features

[1] https://github.com/qgis/QGIS/compare/final-3_10_9...final-3_10_10

Changes of the port:

  • Update from 3.10.9 to 3.10.10
  • Update some Python deps under BUILD_DEPENDS
  • Add devel/protobuf in LIB_DEPENDS
  • Reorder USES part
  • Delete pycache via post-install target
  • Update distinfo

The patch is tested on Poudriere (only amd64; i386 not tested because of broken dependency multimedia/assimp)

'portlint -AC' seems fine.

Diff Detail

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

Event Timeline

graphics/qgis-ltr/Makefile
123 ↗(On Diff #77558)

^ USE_OPENCL could be appended to the CMAKE_OFF below isntead.

Enabling OpenCL features

For some time finding and using OpenCL during the QGIS built on FreeBSD did not work as expected. For this reason it has been disabled.

graphics/qgis-ltr/Makefile
123 ↗(On Diff #77558)

Thanks for this suggestion.

While testing the change, it turns out, that USE_OPENCL is usable again on FreeBSD. So I enabled it again :)

This revision is now accepted and ready to land.Sep 27 2020, 10:06 AM
This revision was automatically updated to reflect the committed changes.