git: 9b26d309123a - main - audio/virtual_oss: Ignore FreeBSD 15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 15:40:04 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9b26d309123abf0e90651298b131783ba7d9b945
commit 9b26d309123abf0e90651298b131783ba7d9b945
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-09-30 15:39:33 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-09-30 15:39:33 +0000
audio/virtual_oss: Ignore FreeBSD 15
In base since src commit 9cab9fde5eda ("virtual_oss: Port to base").
Sponsored by: The FreeBSD Foundation
Reviewed by: fuz, arrowd
Differential Revision: https://reviews.freebsd.org/D52367
---
audio/virtual_oss/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/audio/virtual_oss/Makefile b/audio/virtual_oss/Makefile
index cfd2af78ccb2..6a0d1997f914 100644
--- a/audio/virtual_oss/Makefile
+++ b/audio/virtual_oss/Makefile
@@ -1,9 +1,11 @@
PORTNAME= virtual_oss
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
+IGNORE_FreeBSD_15= included in base system
+
MAINTAINER= christos@FreeBSD.org
COMMENT= Virtual OSS multi device mixer application
WWW= https://github.com/freebsd/virtual_oss