aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Margiolis <christos@FreeBSD.org>2026-06-13 16:24:07 +0000
committerChristos Margiolis <christos@FreeBSD.org>2026-06-13 16:24:07 +0000
commit2717347b94f90ccf5a0888e497a6e5b0bd659d1a (patch)
tree0a3e727fdb591942329949eb3dcff4017ff5c3e3
parentc3c20bddefe4772ecddbc82d40a0caefcdb97074 (diff)
audio/freebsd-13-mixer: Discontinue
Sponsored by: The FreeBSD Foundation
-rw-r--r--MOVED1
-rw-r--r--audio/freebsd-13-mixer/Makefile25
-rw-r--r--audio/freebsd-13-mixer/distinfo3
-rw-r--r--audio/freebsd-13-mixer/pkg-descr3
4 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index 9d0d78f7ffa4..c2821fa54158 100644
--- a/MOVED
+++ b/MOVED
@@ -5341,3 +5341,4 @@ audio/surge-synthesizer-lv2|audio/surge-synthesizer-xt-lv2|2026-06-04|Retire old
dns/dnsmasq-devel|dns/dnsmasq|2026-06-05|Discontinued -devel port, use dns/dnsmasq instead
www/surge|ftp/surge|2026-06-05|Switch to a more updated ftp/surge port, which was accidentally added despite www/surge being available (but outdated)
sysutils/mixer||2026-06-13|Discontinued, use /etc/rc.d/mixer
+audio/freebsd-13-mixer||2026-06-13|Discontinued.
diff --git a/audio/freebsd-13-mixer/Makefile b/audio/freebsd-13-mixer/Makefile
deleted file mode 100644
index 5ac4ac1f10fc..000000000000
--- a/audio/freebsd-13-mixer/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= freebsd-13-mixer
-DISTVERSION= 13.0.0
-PORTREVISION= 1
-CATEGORIES= audio
-
-MAINTAINER= 0mp@FreeBSD.org
-COMMENT= Original mixer(8) from FreeBSD 13.0
-WWW= https://github.com/0mp/freebsd-13-mixer
-
-LICENSE= PD
-
-DEPRECATED= End of life, please use the base system mixer(8) utility.
-EXPIRATION_DATE=2026-06-15
-
-USES= uidfix
-USE_GITHUB= yes
-GH_ACCOUNT= 0mp
-
-MAKE_ENV= BINDIR=${PREFIX}/sbin \
- SHAREDIR=${PREFIX}/share
-
-PLIST_FILES= sbin/mixer \
- share/man/man8/mixer.8.gz
-
-.include <bsd.port.mk>
diff --git a/audio/freebsd-13-mixer/distinfo b/audio/freebsd-13-mixer/distinfo
deleted file mode 100644
index 1998758565d2..000000000000
--- a/audio/freebsd-13-mixer/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1633331454
-SHA256 (0mp-freebsd-13-mixer-13.0.0_GH0.tar.gz) = 23c4219802cb2ae4587963c07c7b2b264db2e3510e45ea6efefd9c84d2088c91
-SIZE (0mp-freebsd-13-mixer-13.0.0_GH0.tar.gz) = 4604
diff --git a/audio/freebsd-13-mixer/pkg-descr b/audio/freebsd-13-mixer/pkg-descr
deleted file mode 100644
index 41ef343652d1..000000000000
--- a/audio/freebsd-13-mixer/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The mixer utility is used to set and display soundcard mixer device levels. It
-is a copy of the mixer(8) command from FreeBSD 13.0 from before the utility was
-completely redesigned for FreeBSD 14.0.