From 67d1e510f1e0baedaf7e9ebd14e95566393c3ee7 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 Jul 2001 01:16:58 +0000 Subject: Allow chord names with more than 9 characters. Patch provided by maximum entropy in pkg/13528. --- misc/chord/distinfo | 3 ++- misc/chord/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 misc/chord/patches/patch-ab (limited to 'misc') diff --git a/misc/chord/distinfo b/misc/chord/distinfo index cd10b315a7e..af9783c35aa 100644 --- a/misc/chord/distinfo +++ b/misc/chord/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:52:09 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/22 01:16:58 wiz Exp $ SHA1 (chord.tar.gz) = 2d93a43ee153f840786d7218cf49b44c85d19388 Size (chord.tar.gz) = 74809 bytes SHA1 (patch-aa) = 3af8a5e93e0c9c4f3dbf45cdc598daae96531509 +SHA1 (patch-ab) = d99fade958792cf1b31905d5b685b6cbfd699585 diff --git a/misc/chord/patches/patch-ab b/misc/chord/patches/patch-ab new file mode 100644 index 00000000000..e4c3b41e5f1 --- /dev/null +++ b/misc/chord/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2001/07/22 01:16:58 wiz Exp $ + +--- chord.h.orig Tue Apr 25 03:04:47 1995 ++++ chord.h Sat Jul 21 19:09:19 2001 +@@ -11,7 +11,7 @@ + #define MAXFONTS 16 /* Maximum number of different fonts in one execution */ + #define MAXTOKEN 256 + #define MAX_CHORD 1024 +-#define CHORD_NAME_SZ 10 ++#define CHORD_NAME_SZ 100 + #define MAXNOTE 8 + + #define LONG_FINGERS 4 -- cgit v1.2.3