Skip to content

Commit

Permalink
graphics/qgis: Update to 3.32.0
Browse files Browse the repository at this point in the history
Many new features, changes and bugfixes. Some of them are:
- Add or improve map tips on several places
- Change mouse wheel direction in map tools
- Annotations in several maps
- Improved 3D measure tool
- Improvements for point clouds
- ...

Changelog: https://changelog.qgis.org/en/qgis/version/3.32/

Reported by:	portscout, Repology
  • Loading branch information
rhurlin committed Jul 8, 2023
1 parent 5985e02 commit a8300c4
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 10 deletions.
8 changes: 5 additions & 3 deletions graphics/qgis/Makefile
@@ -1,6 +1,5 @@
PORTNAME= qgis
DISTVERSION= 3.30.3
PORTREVISION= 1
DISTVERSION= 3.32.0
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/

Expand Down Expand Up @@ -104,6 +103,8 @@ RUN_DEPENDS= astyle:devel/astyle \
USES= bison cmake compiler:features desktop-file-utils \
fortran gl gmake gnome pgsql pyqt:5 python qca qt:5 \
shebangfix sqlite:3 tar:bz2
# math/pdal fails in pdal_wrench() with "undefined reference to symbol 'pthread_create@@FBSD_1.0'"
CXXFLAGS+= -pthread
USE_GL= gl
USE_GNOME= libxml2
USE_LDCONFIG= yes
Expand All @@ -126,7 +127,7 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \
-DQGIS_MANUAL_SUBDIR:PATH=share/man
CMAKE_ON= USE_OPENCL WITH_3D WITH_ASTYLE WITH_BINDINGS \
WITH_COPC WITH_CUSTOM_WIDGETS WITH_EPT WITH_INTERNAL_LAZPERF \
WITH_POSTGRESQL WITH_PDAL
WITH_POSTGRESQL
CMAKE_OFF= ENABLE_TESTING WITH_INTERNAL_MDAL WITH_QWTPOLAR

CONFLICTS_INSTALL= qgis-ltr
Expand Down Expand Up @@ -161,6 +162,7 @@ CMAKE_ARGS+= -DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex
.endif

pre-patch:
# Only PostgreSQL Client headers, not Server
@${REINPLACE_CMD} -e 's|set(POSTGRES_INCLUDE_DIR \$${PostgreSQL_INCLUDE_DIRS})|set(POSTGRES_INCLUDE ${LOCALBASE}/include)|g' \
${WRKSRC}/cmake/FindPostgres.cmake

Expand Down
6 changes: 3 additions & 3 deletions graphics/qgis/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1685296606
SHA256 (qgis-3.30.3.tar.bz2) = e291cb7c74fd44bfebf8ac3738490e185ab8e64b3e45bbec769b4b14c2f82687
SIZE (qgis-3.30.3.tar.bz2) = 159193615
TIMESTAMP = 1687549662
SHA256 (qgis-3.32.0.tar.bz2) = dfc90a6103a3c6020d005dbb68c81caf9a4c11fca4be53bfe070226813f87a9a
SIZE (qgis-3.32.0.tar.bz2) = 160745391

0 comments on commit a8300c4

Please sign in to comment.