summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-08-03 18:45:11 +0000
committerrh <rh@pkgsrc.org>2000-08-03 18:45:11 +0000
commit6346472014f988745df7177e93405cc1c60feaba (patch)
tree6816cc7dbffae3cc3a55a11e2253ba99300ed2fa /audio
parentbc3c99f1c2d76e29e2fc2177f3a4f68ee8bf7f74 (diff)
downloadpkgsrc-6346472014f988745df7177e93405cc1c60feaba.tar.gz
Remove unneeded patches. Submitted in PR 10627 by Trevor Johnson
<trevor@jpj.net>, the maintainer and author of this software.
Diffstat (limited to 'audio')
-rw-r--r--audio/aumix/Makefile3
-rw-r--r--audio/aumix/files/patch-sum12
-rw-r--r--audio/aumix/patches/patch-src_common.c25
-rw-r--r--audio/aumix/patches/patch-src_common_h (renamed from audio/aumix/patches/patch-common_h)2
-rw-r--r--audio/aumix/patches/patch-src_curses.c19
-rw-r--r--audio/aumix/patches/patch-src_dummy.c13
-rw-r--r--audio/aumix/patches/patch-src_gpm-xterm.c16
-rw-r--r--audio/aumix/patches/patch-src_gtk.c23
-rw-r--r--audio/aumix/patches/patch-src_interactive.c21
-rw-r--r--audio/aumix/patches/patch-src_mouse.c21
-rw-r--r--audio/aumix/patches/patch-src_mouse.h13
11 files changed, 4 insertions, 164 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index 73eff529511..d6d2fdbf463 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/03 18:45:11 rh Exp $
DISTNAME= aumix-2.7
CATEGORIES= audio
@@ -20,6 +20,5 @@ CFLAGS+= -I${WRKSRC}/src -I${LOCALBASE}/include
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-own-labels
-# --libdir="${PREFIX}/lib"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/aumix/files/patch-sum b/audio/aumix/files/patch-sum
index eef8a283bbd..78ed6e3a330 100644
--- a/audio/aumix/files/patch-sum
+++ b/audio/aumix/files/patch-sum
@@ -1,13 +1,5 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/03 18:45:11 rh Exp $
-MD5 (patch-common_h) = 149b759ec1cf1508c00dedbbb12d8d82
-MD5 (patch-src_common.c) = 915fa03d2acad8bfba96aaadb353c75e
-MD5 (patch-src_curses.c) = 46edf4445663405553c4d5050703dfab
+MD5 (patch-src_common_h) = 149b759ec1cf1508c00dedbbb12d8d82
MD5 (patch-src_curses.h) = 67cc8cbaa826f66d537c67b4ced0b684
-MD5 (patch-src_dummy.c) = 9cc223fb864a634c588c3b1c2d2399dd
-MD5 (patch-src_gpm-xterm.c) = 03a5ce0e816be00d54cab9c4a3f88167
MD5 (patch-src_gpm-xterm.h) = eabcb91a3f8183efa0c02c57cbeff996
-MD5 (patch-src_gtk.c) = a9af995d8b31fde31f7f7768fb38b4d8
-MD5 (patch-src_interactive.c) = dc6a64ff8aeb42f1a425dccea01375a7
-MD5 (patch-src_mouse.c) = 7624b99f8861dad4ed30a182728838c4
-MD5 (patch-src_mouse.h) = 028e63aedabcf95a31f3ad1ef548df10
diff --git a/audio/aumix/patches/patch-src_common.c b/audio/aumix/patches/patch-src_common.c
deleted file mode 100644
index ff493afdaa6..00000000000
--- a/audio/aumix/patches/patch-src_common.c
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-src_common.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/common.c.orig Thu Jul 6 09:21:24 2000
-+++ src/common.c Tue Jul 11 10:01:04 2000
-@@ -17,15 +17,15 @@
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
--#include "common.h"
-+#include "./common.h"
- #ifdef HAVE_CURSES
--#include "curses.h"
--#include "gpm-xterm.h"
-+#include "./curses.h"
-+#include "./gpm-xterm.h"
- #endif /* HAVE_CURSES */
- #ifdef HAVE_GTK
--#include "gtk.h"
-+#include "./gtk.h"
- #endif /* HAVE_GTK */
--#include "interactive.h"
-+#include "./interactive.h"
-
- FILE *OpenDefaultFile(char *mode);
- FILE *setfile;
diff --git a/audio/aumix/patches/patch-common_h b/audio/aumix/patches/patch-src_common_h
index 0192596d643..81e408f6c92 100644
--- a/audio/aumix/patches/patch-common_h
+++ b/audio/aumix/patches/patch-src_common_h
@@ -1,4 +1,4 @@
-$NetBSD: patch-common_h,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
+$NetBSD: patch-src_common_h,v 1.1 2000/08/03 18:45:13 rh Exp $
--- src/common.h.orig Mon Jun 26 22:51:42 2000
+++ src/common.h Wed Jul 12 06:22:32 2000
diff --git a/audio/aumix/patches/patch-src_curses.c b/audio/aumix/patches/patch-src_curses.c
deleted file mode 100644
index 82f03aad380..00000000000
--- a/audio/aumix/patches/patch-src_curses.c
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-src_curses.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/curses.c.orig Mon Jun 26 22:51:42 2000
-+++ src/curses.c Tue Jul 11 10:01:13 2000
-@@ -1,10 +1,10 @@
- /* curses.c: functions specific to ncurses mode */
--#include "common.h"
-+#include "./common.h"
- #ifdef HAVE_CURSES
- #include <ctype.h> /* tolower() */
--#include "curses.h"
--#include "interactive.h"
--#include "mouse.h"
-+#include "./curses.h"
-+#include "./interactive.h"
-+#include "./mouse.h"
-
- char *chark, *charl, *charm, *charo, *charq, *chars, *charu, *lang;
- int current_dev, level_increment, balance_increment, menu_width, level_width, label_width, balance_width, levelbalmode, cols_saved, lines_saved;
diff --git a/audio/aumix/patches/patch-src_dummy.c b/audio/aumix/patches/patch-src_dummy.c
deleted file mode 100644
index 09f1a08e8d2..00000000000
--- a/audio/aumix/patches/patch-src_dummy.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_dummy.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/dummy.c.orig Mon Jun 26 22:51:42 2000
-+++ src/dummy.c Tue Jul 11 10:01:19 2000
-@@ -1,7 +1,7 @@
- /* dummy.c: implement a dummy mixer for debugging on machines without
- * sound card
- */
--#include "common.h"
-+#include "./common.h"
- #ifdef DUMMY_MIXER
- #define DUMMY_DEVMASK 0x01FFFFFF
- #define DUMMY_RECMASK 0x00000040
diff --git a/audio/aumix/patches/patch-src_gpm-xterm.c b/audio/aumix/patches/patch-src_gpm-xterm.c
deleted file mode 100644
index 9865525747d..00000000000
--- a/audio/aumix/patches/patch-src_gpm-xterm.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_gpm-xterm.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/gpm-xterm.c.orig Wed Apr 12 08:02:04 2000
-+++ src/gpm-xterm.c Tue Jul 11 10:01:31 2000
-@@ -21,9 +21,9 @@
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- ********/
-
--#include "common.h"
-+#include "./common.h"
- #if defined(HAVE_CURSES) && !defined(HAVE_LIBGPM)
--#include "gpm-xterm.h"
-+#include "./gpm-xterm.h"
-
- #ifdef HAVE_USEKEYPAD
- int gpm_keypad(WINDOW * win, int new)
diff --git a/audio/aumix/patches/patch-src_gtk.c b/audio/aumix/patches/patch-src_gtk.c
deleted file mode 100644
index 5acfb0aed23..00000000000
--- a/audio/aumix/patches/patch-src_gtk.c
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_gtk.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/gtk.c.orig Mon Jun 26 22:51:42 2000
-+++ src/gtk.c Tue Jul 11 10:01:52 2000
-@@ -19,13 +19,13 @@
- * February 23rd, 2000
- */
-
--#include "common.h"
-+#include "./common.h"
- #ifdef HAVE_GTK
--#include "gtk.h"
-+#include "./gtk.h"
- #include "../data/aumix.xpm"
--#include "record.xpm"
--#include "play.xpm"
--#include "interactive.h"
-+#include "./record.xpm"
-+#include "./play.xpm"
-+#include "./interactive.h"
- #include <signal.h> /* SIGALRM */
-
- void SaveSettingsGTK(void)
diff --git a/audio/aumix/patches/patch-src_interactive.c b/audio/aumix/patches/patch-src_interactive.c
deleted file mode 100644
index 18ce318967b..00000000000
--- a/audio/aumix/patches/patch-src_interactive.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-src_interactive.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/interactive.c.orig Mon Jun 26 22:51:42 2000
-+++ src/interactive.c Tue Jul 11 10:02:03 2000
-@@ -1,12 +1,12 @@
- /* interactive.c: functions used in all interactive modes */
--#include "common.h"
-+#include "./common.h"
- #if defined (HAVE_CURSES) || defined (HAVE_GTK)
--#include "interactive.h"
-+#include "./interactive.h"
- #ifdef HAVE_CURSES
--#include "curses.h"
-+#include "./curses.h"
- #endif /* HAVE_CURSES */
- #ifdef HAVE_GTK
--#include "gtk.h"
-+#include "./gtk.h"
- #endif /* HAVE_GTK */
-
- void AumixSignalHandler(int signal_number)
diff --git a/audio/aumix/patches/patch-src_mouse.c b/audio/aumix/patches/patch-src_mouse.c
deleted file mode 100644
index 72a7da0678b..00000000000
--- a/audio/aumix/patches/patch-src_mouse.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-src_mouse.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/mouse.c.orig Mon Jun 26 22:51:42 2000
-+++ src/mouse.c Tue Jul 11 10:02:12 2000
-@@ -1,12 +1,12 @@
--#include "common.h"
-+#include "./common.h"
- #if HAVE_CURSES
- #if HAVE_SYSMOUSE
- #include <machine/console.h>
- #include <errno.h>
- #endif /* HAVE_SYSMOUSE */
--#include "interactive.h"
--#include "curses.h"
--#include "mouse.h"
-+#include "./interactive.h"
-+#include "./curses.h"
-+#include "./mouse.h"
- #if HAVE_SYSMOUSE
- extern void SysmouseHandler(int sig);
- extern int Sysm_Wgetch(WINDOW * win);
diff --git a/audio/aumix/patches/patch-src_mouse.h b/audio/aumix/patches/patch-src_mouse.h
deleted file mode 100644
index 320ea6aa2f5..00000000000
--- a/audio/aumix/patches/patch-src_mouse.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_mouse.h,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
-
---- src/mouse.h.orig Tue Apr 11 05:50:42 2000
-+++ src/mouse.h Tue Jul 11 10:02:18 2000
-@@ -3,7 +3,7 @@
- #if HAVE_LIBGPM
- #include <gpm.h>
- #else
--#include "gpm-xterm.h"
-+#include "./gpm-xterm.h"
- #endif /* HAVE_LIBGPM */
-
- /* buttons for DoMouse() */