Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2024 15:08:00 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37f888a7e1af - main - graphics/qgis*: Fix build
Message-ID:  <202410201508.49KF80cU074597@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

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

commit 37f888a7e1afe260bd64b5307c804cf13130af09
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-10-20 15:03:54 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-10-20 15:07:53 +0000

    graphics/qgis*: Fix build
    
    Add qtbuilder as a BUILD_DEPENDS after it was removed as a RUN_DEPENDS
    from PyQt.
    
    Reported by:    rhurlin (via private mail)
---
 graphics/qgis-ltr/Makefile | 2 +-
 graphics/qgis/Makefile     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index d9c83add18d9..48e6ce6cd383 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -115,7 +115,7 @@ USES=		bison cmake compiler:features desktop-file-utils \
 USE_GL=		gl
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
-USE_PYQT=	pyqt5 pysip qscintilla2 sip:build
+USE_PYQT=	pyqt5 pysip qscintilla2 qtbuilder:build sip:build
 USE_QT=		3d buildtools:build core concurrent dbus declarative \
 		designer:build qdoc:build gamepad gui linguist:build location \
 		multimedia network printsupport qmake:build script serialport \
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 8b698c3635f9..c4bd6d1d9f22 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -114,7 +114,7 @@ USES=		bison cmake compiler:features desktop-file-utils \
 USE_GL=		gl
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
-USE_PYQT=	pyqt5 pysip qscintilla2 sip:build
+USE_PYQT=	pyqt5 pysip qscintilla2 qtbuilder:build sip:build
 USE_QT=		3d buildtools:build core concurrent dbus declarative \
 		designer:build qdoc:build gamepad gui linguist:build location \
 		multimedia network printsupport qmake:build script serialport \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410201508.49KF80cU074597>