From ce975e6eda4521dbf8cfc9319acee3dd9351550f Mon Sep 17 00:00:00 2001 From: acm Date: Tue, 6 Jan 2009 22:03:38 +0000 Subject: - Remove emulators/mupen64plus-sound, because it is not supported anymore --- emulators/Makefile | 1 - emulators/mupen64plus-sound/Makefile | 20 -------------------- .../files/patch-mupen64_audio_main.c | 11 ----------- 3 files changed, 32 deletions(-) delete mode 100644 emulators/mupen64plus-sound/Makefile delete mode 100644 emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c (limited to 'emulators') 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 -# -# $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 - #include - #include --#include -+#include - #include - #include - #include -- cgit