diff --git a/audio/play/Makefile b/audio/play/Makefile index 7eaf446b2d84..2049bf00f4f5 100644 --- a/audio/play/Makefile +++ b/audio/play/Makefile @@ -1,36 +1,39 @@ PORTNAME= play PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= PORTS_JP MAINTAINER= bofh@FreeBSD.org COMMENT= Simple audio file player LICENSE= NONE +DEPRECATED= Upstream vaporized and last release was in 2000 +EXPIRATION_DATE= 2024-02-19 + USES= uidfix MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/man/ja/man" BINDIR="${PREFIX}/bin" # XXX PIE static libraries are not supported by base system /usr/share/mk MAKE_ARGS+= WITHOUT_PIE=true CONFLICTS= sox PLIST_FILES= bin/play man/ja/man1/play.1.gz .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .if ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ) CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .endif post-patch: .for file in play_audio.c mixer_ctl.c encode_sun.c speed.c @${REINPLACE_CMD} '/soundcard\.h/s,machine,sys,' ${WRKSRC}/${file} .endfor .include