aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2024-03-07 22:52:37 +0000
committerAlan Somers <asomers@FreeBSD.org>2024-03-07 22:57:07 +0000
commit4fd03fa24576078b0499c262234de9555a2520ac (patch)
treef6138b087892549640ba82f9cf73a1e3cda46c76
parent86310ba9a927b844f5a6632691d7b72ee3e69371 (diff)
downloadports-4fd03fa24576078b0499c262234de9555a2520ac.tar.gz
ports-4fd03fa24576078b0499c262234de9555a2520ac.zip
misc/buffer: deprecate
It's had no upstream since 1995, it sometimes fails with EFAULT, and it can be adequately replaced by misc/mbuffer. PR: 276644 Approved by: diizzy (ports) Sponsored by: Axcient
-rw-r--r--misc/buffer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile
index e04fafd42ec7..a36739118dc4 100644
--- a/misc/buffer/Makefile
+++ b/misc/buffer/Makefile
@@ -8,6 +8,9 @@ MASTER_SITES= GENTOO \
MAINTAINER= ports@FreeBSD.org
COMMENT= Buffer sporadic I/O for faster tape and pipe throughput
+DEPRECATED= No upstream updates since 1995. Switch to misc/mbuffer
+EXPIRATION_DATE=2024-03-31
+
USES= tar:tgz
PLIST_FILES= bin/buffer \
share/man/man1/buffer.1.gz