git: 8ef09d2ff4b1 - main - audio/vsound: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 10:37:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ef09d2ff4b17cdc19c12d83ddf8a27b551c2fd8 commit 8ef09d2ff4b17cdc19c12d83ddf8a27b551c2fd8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-27 07:54:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-27 10:37:14 +0000 audio/vsound: Mark DEPRECATED - Upstream disappeared - Remove GENTOO MASTER_SITES as it no longer provides flat layout - Set EXPIRATION_DATE 2025-01-26 - Pet portclippy --- audio/vsound/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 29fc88b06a91..f00404a10dfb 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.6 PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://down1.chinaunix.net/distfiles/ \ - http://freebsd.nsu.ru/distfiles/ GENTOO + http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for capturing audio streams from programs with OSS output @@ -12,12 +12,16 @@ WWW= http://www.vsound.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Upstream disappeared +EXPIRATION_DATE=2025-01-27 + BROKEN_riscv64= fails to compile: vsound.c:101:4: Endian guess seems incorrect. BUILD_DEPENDS= sox:audio/sox RUN_DEPENDS= sox:audio/sox USES= alias libtool + GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS