Date: Wed, 18 Mar 2026 17:17:05 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53bbf9d315be - main - multimedia/ossia-score: Add missing Qt6 component Message-ID: <69bade11.221d9.4714f509@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=53bbf9d315be61030f3e021b5a04dd5d9485efaa commit 53bbf9d315be61030f3e021b5a04dd5d9485efaa Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-03-18 17:16:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-18 17:17:02 +0000 multimedia/ossia-score: Add missing Qt6 component Reported by: fallout (build failure on i386 indicated that quick3d is missing) --- multimedia/ossia-score/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/ossia-score/Makefile b/multimedia/ossia-score/Makefile index e69264a65fd2..17ed77693879 100644 --- a/multimedia/ossia-score/Makefile +++ b/multimedia/ossia-score/Makefile @@ -1,5 +1,6 @@ PORTNAME= ossia-score # uses -mcx16 DISTVERSION= 3.8.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://github.com/ossia/score/releases/download/v${DISTVERSION}/ DISTFILES= ossia.score-${DISTVERSION}-src${EXTRACT_SUFX} @@ -37,7 +38,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ USES= cmake gl localbase:ldflags llvm:19 pkgconfig qt:6 sdl tar:xz USE_GL= gl opengl -USE_QT= base declarative networkauth scxml serialport shadertools svg websockets webview +USE_QT= base declarative networkauth quick3d scxml serialport shadertools svg websockets webview USE_SDL= sdl2 CMAKE_ON= SCORE_USE_SYSTEM_LIBRARIES \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bade11.221d9.4714f509>
