aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2009-01-07 06:03:38 +0800
committeracm <acm@FreeBSD.org>2009-01-07 06:03:38 +0800
commitce975e6eda4521dbf8cfc9319acee3dd9351550f (patch)
tree54b88bd648100e2cf17f8cddb4d705642f00ac28
parentff955dfa09075e5d1ec18cc59b181293b33cd2fd (diff)
downloadfreebsd-ports-gnome-ce975e6eda4521dbf8cfc9319acee3dd9351550f.tar.gz
freebsd-ports-gnome-ce975e6eda4521dbf8cfc9319acee3dd9351550f.tar.zst
freebsd-ports-gnome-ce975e6eda4521dbf8cfc9319acee3dd9351550f.zip
- Remove emulators/mupen64plus-sound, because it is not supported anymore
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-sound/Makefile20
-rw-r--r--emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c11
3 files changed, 0 insertions, 32 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index dea9bf9bbbc2..d0df687a182e 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -118,7 +118,6 @@
SUBDIR += mupen64plus-rsp
SUBDIR += mupen64plus-sdlaudio
SUBDIR += mupen64plus-sdlinput
- SUBDIR += mupen64plus-sound
SUBDIR += nonpareil
SUBDIR += o2em
SUBDIR += ods2reader
diff --git a/emulators/mupen64plus-sound/Makefile b/emulators/mupen64plus-sound/Makefile
deleted file mode 100644
index 20f9dfcd9be4..000000000000
--- a/emulators/mupen64plus-sound/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: mupen64plus-sound
-# Date created: 2008-05-16
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -sound
-
-COMMENT= Sound plugin for Mupen64plus
-
-FIXFILES= #
-
-PLUGIN_NAME= mupen64_audio
-
-MASTERDIR= ${.CURDIR}/../mupen64plus-base
-
-OPTIONS= #
-
-.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c b/emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c
deleted file mode 100644
index 4c83c30b7024..000000000000
--- a/emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- mupen64_audio/main.c 2007-10-08 01:41:12.000000000 -0500
-+++ mupen64_audio/main.c 2007-10-08 01:41:23.000000000 -0500
-@@ -6,7 +6,7 @@
- #include <stdlib.h>
- #include <fcntl.h>
- #include <sys/ioctl.h>
--#include <linux/soundcard.h>
-+#include <sys/soundcard.h>
- #include <unistd.h>
- #include <pthread.h>
- #include <sys/time.h>