Date: Sat, 14 Mar 2026 13:11:42 +0000 From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cd7698bfff13 - main - audio/noctavox: Add runtime dependency Message-ID: <69b55e8e.38e85.272deff9@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd7698bfff137f97251561f086fcc6a11d434564 commit cd7698bfff137f97251561f086fcc6a11d434564 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2026-03-14 13:09:14 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2026-03-14 13:09:14 +0000 audio/noctavox: Add runtime dependency - Add audio/alsa-plugins to RUN_DEPENDS, because without it noctavox fails to start with the following error: ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) [error.pcm] Unknown PCM oss thread 'main' (101801) panicked at noctavox/src/player/handle.rs:18:40: Failed to initialize backend: output error: The requested device is no longer available. For example, it has been unplugged. - Bump PORTREVISION --- audio/noctavox/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/noctavox/Makefile b/audio/noctavox/Makefile index 35e5c6626875..70c7f909a04c 100644 --- a/audio/noctavox/Makefile +++ b/audio/noctavox/Makefile @@ -1,5 +1,6 @@ PORTNAME= noctavox DISTVERSION= g20260211 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org @@ -19,6 +20,7 @@ LICENSE_PERMS_UNICODE-DFS-2016= dist-mirror dist-sell pkg-mirror pkg-sell \ auto-accept LIB_DEPENDS= libasound.so:audio/alsa-lib +RUN_DEPENDS= alsa-plugins>=1.2.12:audio/alsa-plugins USES= cargohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b55e8e.38e85.272deff9>
