From 8ef09d2ff4b17cdc19c12d83ddf8a27b551c2fd8 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 27 Dec 2024 08:54:40 +0100 Subject: [PATCH] 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