Page MenuHomeFreeBSD

graphics/qgis: Update to 3.14.0
ClosedPublic

Authored by lbartoletti on Jun 29 2020, 5:24 PM.
Tags
None
Referenced Files
F122597829: D25508.diff
Sun, Jul 6, 2:03 PM
Unknown Object (File)
Sat, Jul 5, 7:39 AM
Unknown Object (File)
Sat, Jul 5, 3:17 AM
Unknown Object (File)
Mon, Jun 9, 1:28 AM
Unknown Object (File)
May 31 2025, 3:12 PM
Unknown Object (File)
May 23 2025, 12:33 PM
Unknown Object (File)
May 1 2025, 7:54 PM
Unknown Object (File)
Apr 22 2025, 12:19 PM
Subscribers

Details

Summary

This patch updates QGIS to new minor release 3.14.0 with several bugfixes, new features and some enhancements. For example, a new GUI-less qgis_process command has landed.

Changes of the port:

  • Update from 3.12.1 to 3.14.0
  • Add INSTALLS_ICONS=yes
  • Update several Python dependencies
  • Remove txt2tags:textproc/txt2tags, not needed any more
  • Add devel/py-black, graphics/py-geopandas, devel/py-jedi, and devel/protobuf dependencies
  • Change post-install ${FIND} parameter
  • Update pkg-plist

PR: 247622

Test Plan

The patch is tested on Poudriere (11.4a, 12.1a, and HEADa). Poudriere tests for i386 not possible, because the dependencies multimedia/assimp does not build for i386.
'portlint -AC' seems happy.

Diff Detail

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

Event Timeline

graphics/qgis/Makefile
147 ↗(On Diff #73880)

^ this sounds like portlint? -- INSTALLS_ICONS should only be used for GTK+ applications if gnome.mk is to believed.

graphics/qgis/Makefile
147 ↗(On Diff #73880)

Yes, 'portlint -AC' complains, when this is not defined.

Perhaps this is because the port sets USES=gnome?

After removing INSTALLS_ICONS, and under the assumption that it builds fine, this looks good for me to go.

graphics/qgis/Makefile
147 ↗(On Diff #73880)

I would ignore portlints suggestion here, and not add it :)

This revision is now accepted and ready to land.Jun 30 2020, 5:58 PM
graphics/qgis/Makefile
147 ↗(On Diff #73880)

IIRC every time there is a .desktop file portlint wants INSTALLS_ICONS / USES=gnome :)

This revision was automatically updated to reflect the committed changes.