mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
f14b2b57b7
commit
8ef09d2ff4
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@ PORTVERSION= 0.6
|
||||||
PORTREVISION= 7
|
PORTREVISION= 7
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://down1.chinaunix.net/distfiles/ \
|
MASTER_SITES= http://down1.chinaunix.net/distfiles/ \
|
||||||
http://freebsd.nsu.ru/distfiles/ GENTOO
|
http://freebsd.nsu.ru/distfiles/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Utility for capturing audio streams from programs with OSS output
|
COMMENT= Utility for capturing audio streams from programs with OSS output
|
||||||
|
@ -12,12 +12,16 @@ WWW= http://www.vsound.org/
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
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.
|
BROKEN_riscv64= fails to compile: vsound.c:101:4: Endian guess seems incorrect.
|
||||||
|
|
||||||
BUILD_DEPENDS= sox:audio/sox
|
BUILD_DEPENDS= sox:audio/sox
|
||||||
RUN_DEPENDS= sox:audio/sox
|
RUN_DEPENDS= sox:audio/sox
|
||||||
|
|
||||||
USES= alias libtool
|
USES= alias libtool
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue