From 0c02624f8c58997e249ae5ceda3664a75d1bc80a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 5 Apr 2001 13:50:42 +0000 Subject: Standardize patch names. --- audio/aumix/files/patch-sum | 8 ++++---- audio/aumix/patches/patch-aa | 21 +++++++++++++++++++++ audio/aumix/patches/patch-ab | 13 +++++++++++++ audio/aumix/patches/patch-ac | 16 ++++++++++++++++ audio/aumix/patches/patch-src_common_h | 21 --------------------- audio/aumix/patches/patch-src_curses.h | 13 ------------- audio/aumix/patches/patch-src_gpm-xterm.h | 16 ---------------- 7 files changed, 54 insertions(+), 54 deletions(-) create mode 100644 audio/aumix/patches/patch-aa create mode 100644 audio/aumix/patches/patch-ab create mode 100644 audio/aumix/patches/patch-ac delete mode 100644 audio/aumix/patches/patch-src_common_h delete mode 100644 audio/aumix/patches/patch-src_curses.h delete mode 100644 audio/aumix/patches/patch-src_gpm-xterm.h (limited to 'audio/aumix') diff --git a/audio/aumix/files/patch-sum b/audio/aumix/files/patch-sum index 78ed6e3a330..126aa185519 100644 --- a/audio/aumix/files/patch-sum +++ b/audio/aumix/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.2 2000/08/03 18:45:11 rh Exp $ +$NetBSD: patch-sum,v 1.3 2001/04/05 13:50:42 wiz Exp $ -MD5 (patch-src_common_h) = 149b759ec1cf1508c00dedbbb12d8d82 -MD5 (patch-src_curses.h) = 67cc8cbaa826f66d537c67b4ced0b684 -MD5 (patch-src_gpm-xterm.h) = eabcb91a3f8183efa0c02c57cbeff996 +SHA1 (patch-aa) = b375a92d8b014c299e50ff84df5f9ec89d8d40a8 +SHA1 (patch-ab) = 76b501abba29fd5946f312d56a3ca4ec83030fde +SHA1 (patch-ac) = 59d6a6dd7015b5f55161231946374d75b33b4536 diff --git a/audio/aumix/patches/patch-aa b/audio/aumix/patches/patch-aa new file mode 100644 index 00000000000..675cd6ab0c0 --- /dev/null +++ b/audio/aumix/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2001/04/05 13:50:43 wiz Exp $ + +--- src/common.h.orig Tue Jun 27 07:51:42 2000 ++++ src/common.h +@@ -61,14 +61,14 @@ + * Our `LOCAL_TEXT(STRING)' macro stands in for gettext (STRING)' when using + * NLS, and simply returns STRING otherwise. + */ +-#ifdef HAVE_NLS ++#if 1 + #define LOCAL_TEXT(string) gettext (string) + #ifdef gettext_noop + #define LOCAL_TEXT_NOOP(string) gettext_noop(string) + #else + #define LOCAL_TEXT_NOOP(string) (string) + #endif /* gettext_noop */ +-#ifdef HAVE_LIBINTL_H ++#if 1 + #include + #include + #endif /* HAVE_LIBINTL_H */ diff --git a/audio/aumix/patches/patch-ab b/audio/aumix/patches/patch-ab new file mode 100644 index 00000000000..d97545a36d0 --- /dev/null +++ b/audio/aumix/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2001/04/05 13:50:43 wiz Exp $ + +--- src/curses.h.orig Tue Jun 27 07:51:42 2000 ++++ src/curses.h +@@ -4,7 +4,7 @@ + #include /* updates only needed in interactive modes */ + #define XOFFSET 0 /* blank columns to leave at the left */ + #define YOFFSET 0 /* blank lines to leave at the top */ +-#if HAVE_NCURSES_H ++#if 1 + #include + #else + #include diff --git a/audio/aumix/patches/patch-ac b/audio/aumix/patches/patch-ac new file mode 100644 index 00000000000..a07d3f7abc9 --- /dev/null +++ b/audio/aumix/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1 2001/04/05 13:50:44 wiz Exp $ + +--- src/gpm-xterm.h.orig Wed Apr 12 17:02:04 2000 ++++ src/gpm-xterm.h +@@ -24,11 +24,7 @@ + #ifndef _GPM_XTERM_H_ + #define _GPM_XTERM_H_ + +-#ifdef HAVE_NCURSES_H + #include +-#else +-#include +-#endif /* HAVE_CURSES */ + + /* Xtermish stuff */ + #define GPM_XTERM_ON \ diff --git a/audio/aumix/patches/patch-src_common_h b/audio/aumix/patches/patch-src_common_h deleted file mode 100644 index 81e408f6c92..00000000000 --- a/audio/aumix/patches/patch-src_common_h +++ /dev/null @@ -1,21 +0,0 @@ -$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 -@@ -61,14 +61,14 @@ - * Our `LOCAL_TEXT(STRING)' macro stands in for gettext (STRING)' when using - * NLS, and simply returns STRING otherwise. - */ --#ifdef HAVE_NLS -+#if 1 - #define LOCAL_TEXT(string) gettext (string) - #ifdef gettext_noop - #define LOCAL_TEXT_NOOP(string) gettext_noop(string) - #else - #define LOCAL_TEXT_NOOP(string) (string) - #endif /* gettext_noop */ --#ifdef HAVE_LIBINTL_H -+#if 1 - #include - #include - #endif /* HAVE_LIBINTL_H */ diff --git a/audio/aumix/patches/patch-src_curses.h b/audio/aumix/patches/patch-src_curses.h deleted file mode 100644 index 644fbff8064..00000000000 --- a/audio/aumix/patches/patch-src_curses.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-src_curses.h,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $ - ---- src/curses.h.orig Mon Jun 26 22:51:42 2000 -+++ src/curses.h Tue Jul 11 09:54:38 2000 -@@ -4,7 +4,7 @@ - #include /* updates only needed in interactive modes */ - #define XOFFSET 0 /* blank columns to leave at the left */ - #define YOFFSET 0 /* blank lines to leave at the top */ --#if HAVE_NCURSES_H -+#if 1 - #include - #else - #include diff --git a/audio/aumix/patches/patch-src_gpm-xterm.h b/audio/aumix/patches/patch-src_gpm-xterm.h deleted file mode 100644 index 9581b2463f3..00000000000 --- a/audio/aumix/patches/patch-src_gpm-xterm.h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-src_gpm-xterm.h,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $ - ---- src/gpm-xterm.h.orig Wed Apr 12 08:02:04 2000 -+++ src/gpm-xterm.h Tue Jul 11 09:54:38 2000 -@@ -24,11 +24,7 @@ - #ifndef _GPM_XTERM_H_ - #define _GPM_XTERM_H_ - --#ifdef HAVE_NCURSES_H - #include --#else --#include --#endif /* HAVE_CURSES */ - - /* Xtermish stuff */ - #define GPM_XTERM_ON \ -- cgit v1.2.3