git: 83dfad683e22 - main - audio/lvtk: Broken with python-3.12

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 07 Jul 2026 03:38:49 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83dfad683e227d0510f634c77d048d67ece59db6

commit 83dfad683e227d0510f634c77d048d67ece59db6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-07 03:33:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-07 03:33:24 +0000

    audio/lvtk: Broken with python-3.12
    
    Reported by:    fallout
---
 audio/lvtk/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/lvtk/Makefile b/audio/lvtk/Makefile
index ecfc594b3896..8d405b8e08ae 100644
--- a/audio/lvtk/Makefile
+++ b/audio/lvtk/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/lvtk/lvtk
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		configure fails: waf is not compatible with python-3.12: No module named 'imp', see https://github.com/lvtk/lvtk/issues/60
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/gtkmm-2.4/gtkmm.h:x11-toolkits/gtkmm24