Date: Tue, 25 Jul 2023 14:58:50 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ae846539e39 - main - audio/bambootracker: Mark broken Message-ID: <202307251458.36PEwo2I083846@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ae846539e39ccdbcad0600fbc4d825bfd03a388 commit 1ae846539e39ccdbcad0600fbc4d825bfd03a388 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-07-25 14:58:37 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-07-25 14:58:47 +0000 audio/bambootracker: Mark broken The port is incompatible with rtaudio 6.x. The port broke after the recent audio/rtaudio update. The issue is known upstream and is being tracked under: https://github.com/BambooTracker/BambooTracker/issues/492 Mark port broken while either an upstream fix or workaround is found. Notified by: pkg-fallout --- audio/bambootracker/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/bambootracker/Makefile b/audio/bambootracker/Makefile index c85d7c2b47f2..46a57f258245 100644 --- a/audio/bambootracker/Makefile +++ b/audio/bambootracker/Makefile @@ -10,6 +10,9 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Music tracker for the Yamaha YM2608 (OPNA) sound chip WWW= https://github.com/rerrahkr/BambooTracker +# https://github.com/BambooTracker/BambooTracker/issues/492 +BROKEN= incompatible with rtaudio 6.x + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307251458.36PEwo2I083846>