Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2024 15:32:38 GMT
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: 69f801ac0174 - main - audio/stegosaurus-lv2: Broken with Python-3.11
Message-ID:  <202406051532.455FWcvQ053791@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69f801ac017444dd2cfdbeaef87094a95ecea3ae

commit 69f801ac017444dd2cfdbeaef87094a95ecea3ae
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-05 15:32:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-05 15:32:36 +0000

    audio/stegosaurus-lv2: Broken with Python-3.11
    
    Reported by:    fallout
---
 audio/stegosaurus-lv2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/stegosaurus-lv2/Makefile b/audio/stegosaurus-lv2/Makefile
index 0fa46ae00965..d32939dd5ebd 100644
--- a/audio/stegosaurus-lv2/Makefile
+++ b/audio/stegosaurus-lv2/Makefile
@@ -9,6 +9,8 @@ WWW=		https://github.com/mxmilkiib/stegosaurus
 
 LICENSE=	GPLv3
 
+BROKEN=		incompatible with Python-3.11, see https://github.com/mxmilkiib/stegosaurus/issues/7
+
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
 USES=		gnome waf localbase:ldflags pkgconfig xorg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406051532.455FWcvQ053791>