Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2026 14:01:57 +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: d70d01d1d55d - main - devel/nextpnr: Fix building of GUI
Message-ID:  <697773d5.26f20.2696ec1d@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=d70d01d1d55d8dbc82909662ac93b7b8fb223f4e

commit d70d01d1d55d8dbc82909662ac93b7b8fb223f4e
Author:     Joel Bodenmann <jbo@FreeBSD.org>
AuthorDate: 2026-01-26 13:29:38 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2026-01-26 14:01:09 +0000

    devel/nextpnr: Fix building of GUI
    
    PR:     292673
---
 devel/nextpnr/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile
index 6c606b9286ec..68fd3cef339f 100644
--- a/devel/nextpnr/Makefile
+++ b/devel/nextpnr/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	nextpnr
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	0.9
-PORTREVISION=	2
+PORTREVISION=	3
 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:6 eigen:3 python gl
-USE_QT=		base
+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
 USE_GL=		gl glu
 USE_GITHUB=	yes
 GH_ACCOUNT=	YosysHQ
@@ -42,9 +42,9 @@ PLIST_FILES=	bin/nextpnr-ecp5 \
 MAKE_ENV=	PYTHONDONTWRITEBYTECODE=1
 
 .if exists(/usr/include/omp.h)
-CMAKE_ON=	USE_OPENMP
+CMAKE_ON+=	USE_OPENMP
 .else
-CMAKE_OFF=	USE_OPENMP
+CMAKE_OFF+=	USE_OPENMP
 .endif
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697773d5.26f20.2696ec1d>