Date: Tue, 20 Jan 2026 21:41:09 +0000 From: Joel Bodenmann <jbo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2603e0a87fe8 - main - devel/nextpnr: Update GUI from Qt5 to Qt6 Message-ID: <696ff675.31125.635d6ae4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2603e0a87fe8bc288d59bcf9f0075d59d2c11428 commit 2603e0a87fe8bc288d59bcf9f0075d59d2c11428 Author: Joel Bodenmann <jbo@FreeBSD.org> AuthorDate: 2026-01-20 21:04:57 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2026-01-20 21:40:30 +0000 devel/nextpnr: Update GUI from Qt5 to Qt6 --- devel/nextpnr/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index 0224bbd8e932..6c606b9286ec 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextpnr DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel @@ -22,8 +22,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs \ ${PY_BOOST} -USES= compiler:c++17-lang cmake llvm:min=20 qt:5 eigen:3 python gl -USE_QT= buildtools:build core gui opengl qmake:build widgets +USES= compiler:c++17-lang cmake llvm:min=20 qt:6 eigen:3 python gl +USE_QT= base USE_GL= gl glu USE_GITHUB= yes GH_ACCOUNT= YosysHQhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696ff675.31125.635d6ae4>
