aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-01-15 17:48:22 +0800
committerrene <rene@FreeBSD.org>2017-01-15 17:48:22 +0800
commit2cdce2c95aec0ff4ce6fdefff08646ed98df8a76 (patch)
treea07cbf63102e8f45905f8e2ab5b888ddbc6ef376 /audio
parent40736c45e02b546bb7903b2071573802dfe7e460 (diff)
downloadfreebsd-ports-gnome-2cdce2c95aec0ff4ce6fdefff08646ed98df8a76.tar.gz
freebsd-ports-gnome-2cdce2c95aec0ff4ce6fdefff08646ed98df8a76.tar.zst
freebsd-ports-gnome-2cdce2c95aec0ff4ce6fdefff08646ed98df8a76.zip
Remove expired ports:
2017-01-15 net/cyphesis: Does not compile on FreeBSD 10+ 2017-01-15 net/gpxe: does not build on FreeBSD 10.x and later 2017-01-15 net/openospfd: requires old CARP implementation (interface layer) 2017-01-15 security/openbsm-devel: is not needed under FreeBSD 10.x or higher 2017-01-15 security/ssh-copy-id: is already in the base system 2017-01-15 sysutils/apt: does not build on 10+ 2017-01-15 archivers/tclmkziplib: Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm] 2017-01-15 x11-drivers/drm-kmod: this port is only for 9.3 systems 2017-01-15 audio/xmms-openspc: does not build on FreeBSD 10.x and later 2017-01-15 audio/aureal-kmod: does not build (and fetch) 2017-01-15 emulators/doscmd: does not build (accesses field of opaque structure)
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile2
-rw-r--r--audio/aureal-kmod/Makefile58
-rw-r--r--audio/aureal-kmod/distinfo10
-rw-r--r--audio/aureal-kmod/files/aureal.in95
-rw-r--r--audio/aureal-kmod/files/extra_800000_patch-au88x0.c121
-rw-r--r--audio/aureal-kmod/files/patch-10_Makefile6
-rw-r--r--audio/aureal-kmod/files/patch-20_Makefile6
-rw-r--r--audio/aureal-kmod/files/patch-30_Makefile6
-rw-r--r--audio/aureal-kmod/files/patch-Makefile6
-rw-r--r--audio/aureal-kmod/files/patch-Makefile.inc17
-rw-r--r--audio/aureal-kmod/files/patch-au88x0.c67
-rw-r--r--audio/aureal-kmod/files/pkg-message.in32
-rw-r--r--audio/aureal-kmod/pkg-descr1
-rw-r--r--audio/aureal-kmod/pkg-plist3
-rw-r--r--audio/xmms-openspc/Makefile30
-rw-r--r--audio/xmms-openspc/distinfo2
-rw-r--r--audio/xmms-openspc/files/patch-src_id666.c10
-rw-r--r--audio/xmms-openspc/pkg-descr3
18 files changed, 0 insertions, 475 deletions
diff --git a/audio/Makefile b/audio/Makefile
index f2da9be46fd6..d69b64792274 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -43,7 +43,6 @@
SUBDIR += audiere
SUBDIR += audiotag
SUBDIR += aumix
- SUBDIR += aureal-kmod
SUBDIR += autocd
SUBDIR += autotalent
SUBDIR += autozen
@@ -837,7 +836,6 @@
SUBDIR += xmms-mailnotify
SUBDIR += xmms-nas
SUBDIR += xmms-nsf
- SUBDIR += xmms-openspc
SUBDIR += xmms-sapplug
SUBDIR += xmms-scrobbler
SUBDIR += xmms-sexypsf
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile
deleted file mode 100644
index 62b05a25abcc..000000000000
--- a/audio/aureal-kmod/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= aureal
-PORTVERSION= 1.5
-PORTREVISION= 7
-CATEGORIES= audio
-MASTER_SITES= GOOGLE_CODE
-PROJECTHOST= ${PORTNAME}-snd
-PKGNAMESUFFIX= -kmod
-DISTNAME= au88x0-${PORTVERSION}_4
-
-MAINTAINER= c.kworr@gmail.com
-COMMENT= Driver for Aureal Vortex based soundcards
-
-BROKEN= does not build (and fetch)
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2017-01-15
-
-ONLY_FOR_ARCHS= i386
-STRAYFILES= au88x0.h au88x0.c asp10.o asp20.o asp30.o
-
-KMODDIR= ${PREFIX}/modules/au88x0
-KMODDIR_REL= ${KMODDIR:S%${PREFIX}/%%}
-
-USE_RC_SUBR= ${PORTNAME}
-SUB_FILES= pkg-message
-SUB_LIST= KMODDIR=${KMODDIR}
-
-WRKSRC= ${WRKDIR}
-
-MAKE_ENV= WRKSRC="${WRKSRC}"
-MAKE_ARGS= KMODDIR="${KMODDIR}"
-
-USES= kmod
-
-.include <bsd.port.pre.mk>
-
-EXTRA_PATCHES+= ${PATCHDIR}/extra_800000_patch-au88x0.c
-
-pre-everything::
-.for STRAY in ${STRAYFILES}
-.if exists(${SRC_BASE}/sys/dev/sound/pci/${STRAY})
- @${ECHO}
- @${ECHO} "You have stray code in your tree. Make sure you"
- @${ECHO} "do not have any of the following:"
- @${ECHO}
- @${ECHO} "${SRC_BASE}/sys/dev/sound/pci/au88x0.c"
- @${ECHO} "${SRC_BASE}/sys/dev/sound/pci/au88x0.h"
- @${ECHO} "${SRC_BASE}/sys/dev/sound/pci/asp10.o"
- @${ECHO} "${SRC_BASE}/sys/dev/sound/pci/asp20.o"
- @${ECHO} "${SRC_BASE}/sys/dev/sound/pci/asp30.o"
- @${ECHO}
- @${FALSE}
-.endif
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/audio/aureal-kmod/distinfo b/audio/aureal-kmod/distinfo
deleted file mode 100644
index ca8bed1ef907..000000000000
--- a/audio/aureal-kmod/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-SHA256 (au88x0-1.1_3.tar.gz) = 7029280c0f72874246d2f45be0fabf604d7413873018550444348d4aaafa4c7b
-SHA256 (au88x0-1.3_1.tar.gz) = 5595f06752e07669579d6766aa08fe7594a49dee708fa81cf69df9b79da8dcaf
-SHA256 (au88x0-1.3_2.tar.gz) = 6060e7e5a60a0b8ef39f2f591e605cb77e046c32f9e0709f1205bd910734fe4c
-SHA256 (au88x0-1.3_3.tar.gz) = 6426a66aa3eed9273d162849c672ce4398c277dd7b0e7c53d79c2fdf7d4993cf
-SHA256 (au88x0-1.5_4.tar.gz) = 604fa2228578342847eeecda2b28551369e7b00e79b61edcb435cde83a1c0fc9
-SIZE (au88x0-1.1_3.tar.gz) = 217317
-SIZE (au88x0-1.3_1.tar.gz) = 217332
-SIZE (au88x0-1.3_2.tar.gz) = 217346
-SIZE (au88x0-1.3_3.tar.gz) = 217401
-SIZE (au88x0-1.5_4.tar.gz) = 217404
diff --git a/audio/aureal-kmod/files/aureal.in b/audio/aureal-kmod/files/aureal.in
deleted file mode 100644
index 583c641d6793..000000000000
--- a/audio/aureal-kmod/files/aureal.in
+++ /dev/null
@@ -1,95 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: aureal
-# BEFORE: hald
-# KEYWORD: nojail
-#
-# Add the following line to /etc/rc.conf[.local] to enable aureal
-#
-# aureal_enable="YES"
-#
-# By default the script automatically detects the right kernel module
-# to load, if this fails, you can set "aureal_card" to the right value.
-# Possible values are 8810, 8820, and 8830.
-#
-# If your AMD Athlon system is based on a VIA Apollo KX133 motherboard
-# chipset, your system will most certainly lock up shortly after
-# you start a playback. To work around this issue please add this following
-# line to /etc/rc.conf[.local]:
-#
-# aureal_viakx133fix="YES"
-#
-
-. /etc/rc.subr
-
-name="aureal"
-rcvar=aureal_enable
-
-start_cmd="aureal_start"
-stop_cmd="aureal_stop"
-
-load_rc_config $name
-
-: ${aureal_enable="NO"}
-: ${aureal_viakx133fix="NO"}
-
-aureal_detect()
-{
- PCICONF="/usr/sbin/pciconf"
- if [ -z "${aureal_card}" -a -x ${PCICONF} ]; then
- if [ "`${PCICONF} -l 2>&- | grep 0x000312eb`" ]; then
- aureal_card=8810
- elif [ "`${PCICONF} -l 2>&- | grep 0x000112eb`" ]; then
- aureal_card=8820
- elif [ "`${PCICONF} -l 2>&- | grep 0x000212eb`" ]; then
- aureal_card=8830
- fi
- fi
-
- if [ -z "${aureal_card}" ]; then
- err 1 "Unable to determine your Aureal car type - override it by aureal_card rc variable"
- fi
-
- PREFIX=%%PREFIX%%
- KMODDIR=%%KMODDIR%%
- DRIVERFILE=snd_au${aureal_card}
-}
-
-aureal_start()
-{
- aureal_detect
- if [ ! -f ${KMODDIR}/${DRIVERFILE}.ko ]; then
- err 64 "${KMODDIR}/${DRIVERFILE} for ${aureal_card} not found!"
- fi
- if ! kldstat -qm pci/snd_au88x0; then
- if ! kldload ${KMODDIR}/${DRIVERFILE}.ko; then
- warn 'aureal module failed to load'
- return 1
- fi
- fi
-
- if checkyesno aureal_viakx133fix; then
- pcisel=`${PCICONF} -l 2>&- | grep ^pcm0 | awk -F: '{ gsub("^[^@]*@", ""); print $1":"$2":"$3 }'`
- if [ -z "$pcisel" ]; then
- warn "Soundcard PCI selector undetermined. Unable to install VIA KX133 workaround. Starting a playback will likely to lock-up your system!"
- return 0
- fi
-
- oldvalue=`${PCICONF} -r -b $pcisel 0x40 2>&- | sed 's/ *$//'`
- ${PCICONF} -w -b $pcisel 0x40 0xff
- newvalue=`${PCICONF} -r -b $pcisel 0x40 2>&- | sed 's/ *$//'`
- info "with VIA KX133 workaround: ${pcisel},0x40: ${oldvalue} -> ${newvalue}"
- fi
-
- return 0
-}
-
-aureal_stop()
-{
- aureal_detect
- kldstat -qm pci/snd_au88x0 && kldunload ${DRIVERFILE}
-
- return 0
-}
-
-run_rc_command "$1"
diff --git a/audio/aureal-kmod/files/extra_800000_patch-au88x0.c b/audio/aureal-kmod/files/extra_800000_patch-au88x0.c
deleted file mode 100644
index 36324069774f..000000000000
--- a/audio/aureal-kmod/files/extra_800000_patch-au88x0.c
+++ /dev/null
@@ -1,121 +0,0 @@
---- ./au88x0.c.orig 2010-07-11 01:34:42.000000000 +0600
-+++ ./au88x0.c 2010-07-11 01:34:51.000000000 +0600
-@@ -24,6 +24,10 @@
- * SUCH DAMAGE.
- */
-
-+#ifdef HAVE_KERNEL_OPTION_HEADERS
-+#include "opt_snd.h"
-+#endif
-+
- /*
- * Part of this code was inspired by Aureal's linux driver
- */
-@@ -198,28 +202,28 @@
- static struct au_info *find_device_core(void *core_obj);
-
- static u_int32_t au_playfmt[] = {
-- AFMT_MU_LAW,
-- AFMT_STEREO | AFMT_MU_LAW,
-- AFMT_A_LAW,
-- AFMT_STEREO | AFMT_A_LAW,
-- AFMT_U8,
-- AFMT_STEREO | AFMT_U8,
-- AFMT_S16_LE,
-- AFMT_STEREO | AFMT_S16_LE,
-+ SND_FORMAT(AFMT_MU_LAW, 1, 0),
-+ SND_FORMAT(AFMT_MU_LAW, 2, 0),
-+ SND_FORMAT(AFMT_A_LAW, 1, 0),
-+ SND_FORMAT(AFMT_A_LAW, 2, 0),
-+ SND_FORMAT(AFMT_U8, 1, 0),
-+ SND_FORMAT(AFMT_U8, 2, 0),
-+ SND_FORMAT(AFMT_S16_LE, 1, 0),
-+ SND_FORMAT(AFMT_S16_LE, 2, 0),
- 0
- };
-
- static struct pcmchan_caps au_playcaps = {4000, 48000, au_playfmt, 0};
-
- static u_int32_t au_recfmt[] = {
-- AFMT_MU_LAW,
-- AFMT_STEREO | AFMT_MU_LAW,
-- AFMT_A_LAW,
-- AFMT_STEREO | AFMT_A_LAW,
-- AFMT_U8,
-- AFMT_STEREO | AFMT_U8,
-- AFMT_S16_LE,
-- AFMT_STEREO | AFMT_S16_LE,
-+ SND_FORMAT(AFMT_MU_LAW, 1, 0),
-+ SND_FORMAT(AFMT_MU_LAW, 2, 0),
-+ SND_FORMAT(AFMT_A_LAW, 1, 0),
-+ SND_FORMAT(AFMT_A_LAW, 2, 0),
-+ SND_FORMAT(AFMT_U8, 1, 0),
-+ SND_FORMAT(AFMT_U8, 2, 0),
-+ SND_FORMAT(AFMT_S16_LE, 1, 0),
-+ SND_FORMAT(AFMT_S16_LE, 2, 0),
- 0
- };
-
-@@ -491,7 +495,7 @@
- return left | (right << 8);
- }
-
--static int
-+static u_int32_t
- aumix_setrecsrc(struct snd_mixer *m, u_int32_t src)
- {
- struct au_info *au;
-@@ -533,7 +537,7 @@
- KOBJMETHOD(mixer_init, aumix_init),
- KOBJMETHOD(mixer_set, aumix_set),
- KOBJMETHOD(mixer_setrecsrc, aumix_setrecsrc),
-- { 0, 0 }
-+ KOBJMETHOD_END
- };
- MIXER_DECLARE(aumixer);
-
-@@ -603,15 +607,12 @@
- else if (format & AFMT_MU_LAW)
- fmt->eEncoding = ASPFMTULAW;
-
-- if (format & AFMT_STEREO)
-- fmt->wChannels = 2;
-- else
-- fmt->wChannels = 1;
-+ fmt->wChannels = (AFMT_CHANNEL(format) > 1) ? 2 : 1;
- SetWaveFormat(ch->wave, &ch->fmt);
- return 0;
- }
-
--static int
-+static u_int32_t
- auchan_setspeed(kobj_t obj, void *data, u_int32_t speed)
- {
- struct au_chinfo *ch = data;
-@@ -621,7 +622,7 @@
- return speed;
- }
-
--static int
-+static u_int32_t
- auchan_setblocksize(kobj_t obj, void *data, u_int32_t blocksize)
- {
- return blocksize;
-@@ -661,7 +662,7 @@
- return 0;
- }
-
--static int
-+static u_int32_t
- auchan_getptr(kobj_t obj, void *data)
- {
- struct au_chinfo *ch = data;
-@@ -693,7 +694,7 @@
- KOBJMETHOD(channel_trigger, auchan_trigger),
- KOBJMETHOD(channel_getptr, auchan_getptr),
- KOBJMETHOD(channel_getcaps, auchan_getcaps),
-- { 0, 0 }
-+ KOBJMETHOD_END
- };
- CHANNEL_DECLARE(auchan);
-
diff --git a/audio/aureal-kmod/files/patch-10_Makefile b/audio/aureal-kmod/files/patch-10_Makefile
deleted file mode 100644
index 6f9a898d3553..000000000000
--- a/audio/aureal-kmod/files/patch-10_Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
---- 10/Makefile.orig 2016-07-26 13:37:02 UTC
-+++ 10/Makefile
-@@ -0,0 +1,3 @@
-+MODEL = 10
-+
-+.include <bsd.kmod.mk>
diff --git a/audio/aureal-kmod/files/patch-20_Makefile b/audio/aureal-kmod/files/patch-20_Makefile
deleted file mode 100644
index 6725bb1654a1..000000000000
--- a/audio/aureal-kmod/files/patch-20_Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
---- 20/Makefile.orig 2016-07-26 13:37:02 UTC
-+++ 20/Makefile
-@@ -0,0 +1,3 @@
-+MODEL = 20
-+
-+.include <bsd.kmod.mk>
diff --git a/audio/aureal-kmod/files/patch-30_Makefile b/audio/aureal-kmod/files/patch-30_Makefile
deleted file mode 100644
index 6db2037ad3b1..000000000000
--- a/audio/aureal-kmod/files/patch-30_Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
---- 30/Makefile.orig 2016-07-26 13:37:02 UTC
-+++ 30/Makefile
-@@ -0,0 +1,3 @@
-+MODEL = 30
-+
-+.include <bsd.kmod.mk>
diff --git a/audio/aureal-kmod/files/patch-Makefile b/audio/aureal-kmod/files/patch-Makefile
deleted file mode 100644
index d215c4e716c4..000000000000
--- a/audio/aureal-kmod/files/patch-Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
---- Makefile.orig 2016-07-26 13:37:02 UTC
-+++ Makefile
-@@ -0,0 +1,3 @@
-+SUBDIR = 10 20 30
-+
-+.include <bsd.subdir.mk>
diff --git a/audio/aureal-kmod/files/patch-Makefile.inc b/audio/aureal-kmod/files/patch-Makefile.inc
deleted file mode 100644
index f41228e69643..000000000000
--- a/audio/aureal-kmod/files/patch-Makefile.inc
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.inc.orig 2016-07-26 13:37:02 UTC
-+++ Makefile.inc
-@@ -0,0 +1,14 @@
-+.PATH: /sys/dev/sound/pci ${WRKSRC}
-+
-+KMODDIR= ${PREFIX}/lib/au88x0
-+KMOD= snd_au88${MODEL}
-+.if ${OSVERSION} < 500000
-+KMODDEPS= snd_pcm
-+.endif
-+SRCS+= au88x0.c
-+SRCS+= device_if.h bus_if.h isa_if.h pci_if.h
-+.if ${OSVERSION} > 500000 || defined(HAVE_KOBJ_PCM)
-+SRCS+= ac97_if.h channel_if.h feeder_if.h mixer_if.h
-+.endif
-+OBJS= ${WRKSRC}/asp${MODEL}.o
-+CFLAGS+= -I${WRKSRC}
diff --git a/audio/aureal-kmod/files/patch-au88x0.c b/audio/aureal-kmod/files/patch-au88x0.c
deleted file mode 100644
index f0f17b4b9a63..000000000000
--- a/audio/aureal-kmod/files/patch-au88x0.c
+++ /dev/null
@@ -1,67 +0,0 @@
---- au88x0.c.orig 2016-07-26 13:37:02 UTC
-+++ au88x0.c
-@@ -33,10 +33,11 @@
- */
-
- #include <dev/sound/pcm/sound.h>
--#include <dev/sound/pci/au88x0.h>
-+#include "au88x0.h"
-+#include <sys/systm.h>
-
--#include <pci/pcireg.h>
--#include <pci/pcivar.h>
-+#include <dev/pci/pcireg.h>
-+#include <dev/pci/pcivar.h>
- #include <sys/queue.h>
-
- SND_DECLARE_FILE("$FreeBSD$");
-@@ -577,7 +578,11 @@ auchan_init(kobj_t obj, void *devinfo, s
- ch->channel = c;
- ch->buffer = b;
- ch->run = 0;
-- if (sndbuf_alloc(ch->buffer, au->parent_dmat, AU_BUFFSIZE) == -1) {
-+ if (sndbuf_alloc(ch->buffer, au->parent_dmat,
-+#if __FreeBSD_version >= 700037
-+ 0,
-+#endif
-+ AU_BUFFSIZE) != 0) {
- printf("sndbuf_alloc failed\n");
- return NULL;
- }
-@@ -769,7 +774,7 @@ au_pci_probe(device_t dev)
- }
-
- if (s) device_set_desc(dev, s);
-- return s ? 0 : ENXIO;
-+ return s ? BUS_PROBE_DEFAULT : ENXIO;
- }
-
- static int
-@@ -803,7 +808,7 @@ au_pci_attach(device_t dev)
- data = pci_read_config(dev, PCIR_COMMAND, 2);
-
- for (i = 0; i < 3; i++) {
-- au->regid[i] = PCIR_MAPS + i*4;
-+ au->regid[i] = PCIR_BAR(i);
- au->regtype[i] = SYS_RES_MEMORY;
- au->reg[i] = bus_alloc_resource(dev, au->regtype[i], &au->regid[i], 0, ~0, 1, RF_ACTIVE);
- if (!au->reg[i]) {
-@@ -853,7 +858,9 @@ au_pci_attach(device_t dev)
- /*highaddr*/BUS_SPACE_MAXADDR,
- /*filter*/NULL, /*filterarg*/NULL,
- /*maxsize*/AU_BUFFSIZE, /*nsegments*/1, /*maxsegz*/0x3ffff,
-- /*flags*/0, &au->parent_dmat) != 0) {
-+ /*flags*/0,
-+ /*lockfunc*/NULL, /*lockarg*/NULL,
-+ &au->parent_dmat) != 0) {
- device_printf(dev, "unable to create dma tag\n");
- goto bad;
- }
-@@ -943,6 +950,6 @@ static driver_t au_driver = {
-
-
- DRIVER_MODULE(snd_au88x0, pci, au_driver, pcm_devclass, 0, 0);
--MODULE_DEPEND(snd_au88x0, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER);
-+MODULE_DEPEND(snd_au88x0, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
- MODULE_VERSION(snd_au88x0, 1);
-
diff --git a/audio/aureal-kmod/files/pkg-message.in b/audio/aureal-kmod/files/pkg-message.in
deleted file mode 100644
index b8f4e6e65c04..000000000000
--- a/audio/aureal-kmod/files/pkg-message.in
+++ /dev/null
@@ -1,32 +0,0 @@
--------------------------------------------------------------------------------
-IMPORTANT! MAKE SURE TO READ THE FOLLOWING!
-
-To use this driver, put the following line in /etc/rc.conf
-
-aureal_enable="YES"
-
-To load the driver run (as root):
-
-%%PREFIX%%/etc/rc.d/aureal start
-
-To unload it:
-
-%%PREFIX%%/etc/rc.d/aureal stop
-
-It'll also load the driver automatically when the system is started.
-
-In case it fails to detect the type of your Vortex soundcard correctly,
-set the 'aureal_card' variable in your /etc/rc.conf to either 8810, 8820,
-or 8830 depending on which Aureal chipset you have.
-
-If your system is based on a Via Apollo KX133 chipset, your computer will
-most likely lock up soon after playback is started. This is a known issue.
-Make sure you put
-
-aureal_viakx133fix="YES"
-
-in your /etc/rc.conf.
-
-Please note that you also need to have the 'sound.ko' module loaded already.
-
--------------------------------------------------------------------------------
diff --git a/audio/aureal-kmod/pkg-descr b/audio/aureal-kmod/pkg-descr
deleted file mode 100644
index bceacdc6bdce..000000000000
--- a/audio/aureal-kmod/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-FreeBSD driver for Aureal Vortex based sound cards.
diff --git a/audio/aureal-kmod/pkg-plist b/audio/aureal-kmod/pkg-plist
deleted file mode 100644
index 5b798a3a1ec1..000000000000
--- a/audio/aureal-kmod/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-/%%KMODDIR%%/snd_au8810.ko
-/%%KMODDIR%%/snd_au8820.ko
-/%%KMODDIR%%/snd_au8830.ko
diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile
deleted file mode 100644
index 1e4295124677..000000000000
--- a/audio/xmms-openspc/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Emanuel Haupt <ehaupt@critical.ch>
-# $FreeBSD$
-
-PORTNAME= openspc
-PORTVERSION= 0.0.3
-PORTREVISION= 5
-CATEGORIES= audio
-MASTER_SITES= LOCAL/ehaupt
-PKGNAMEPREFIX= xmms-
-DISTNAME= xmms-OpenSPC-${PORTVERSION}
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= SPC player for XMMS using OpenSPC
-
-BROKEN= does not build on FreeBSD 10.x and later
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2017-01-15
-
-BUILD_DEPENDS= nasm:devel/nasm \
- xmms:multimedia/xmms
-RUN_DEPENDS= xmms:multimedia/xmms
-
-GNU_CONFIGURE= yes
-USES= libtool
-
-PLIST_FILES= lib/xmms/Input/openspc.so
-
-ONLY_FOR_ARCHS= i386 # contains x86 assembler code
-
-.include <bsd.port.mk>
diff --git a/audio/xmms-openspc/distinfo b/audio/xmms-openspc/distinfo
deleted file mode 100644
index 17aad2026a2a..000000000000
--- a/audio/xmms-openspc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xmms-OpenSPC-0.0.3.tar.gz) = b67bc7a2520f0f66fd2f4b97c02daa9e8c2709fa8dff2b1b3ec1811689b919b2
-SIZE (xmms-OpenSPC-0.0.3.tar.gz) = 250310
diff --git a/audio/xmms-openspc/files/patch-src_id666.c b/audio/xmms-openspc/files/patch-src_id666.c
deleted file mode 100644
index de8be624624f..000000000000
--- a/audio/xmms-openspc/files/patch-src_id666.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/id666.c.orig 2002-10-12 01:07:41 UTC
-+++ src/id666.c
-@@ -100,6 +100,7 @@ static void spc_read_ext_id666(int fd, i
- break;
-
- default: /* Who knows. Ignore it. */
-+ break;
- }
- }
-
diff --git a/audio/xmms-openspc/pkg-descr b/audio/xmms-openspc/pkg-descr
deleted file mode 100644
index bf23a5e0c509..000000000000
--- a/audio/xmms-openspc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-XMMS input plugin for SPC format support.
-
-WWW: http://www.xmms.org/plugins.php?details=225