Date: Sun, 12 May 2024 09:47:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 277722] audio/supercollider: Update to 3.13.0 Message-ID: <bug-277722-7788-ymf6hQleBW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277722-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-277722-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277722 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |fuz@FreeBSD.org CC| |fuz@FreeBSD.org Status|New |Open --- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> --- This patch fails portlint: FATAL: Makefile: [56]: USE_QT is set after including bsd.port.pre.mk. You cannot set USE_XXX options after bsd.port.pre.mk is included as that include already evaluates all USES. I know you didn't change this and it w= as already wrong before, but it should be changed before we proceed: As an alternative, try something like this (untested): CMAKE_ARGS_amd64=3D -DSSE:BOOL=3DFALSE -DSSE2:BOOL=3DFALSE -DSC_USE_QTWEBENGINE:BOOL=3DFALSE CMAKE_ARGS_i386=3D ${CMAKE_ARGS_amd64} CMAKE_ARGS+=3D ${CMAKE_ARGS_${ARCH}} USE_QT+=3D ${ARCH:Namd64:Ni386:C/.*/webengine/} If you like, I can apply a fix like this on commit. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277722-7788-ymf6hQleBW>