summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-07-22 01:16:58 +0000
committerwiz <wiz@pkgsrc.org>2001-07-22 01:16:58 +0000
commit67d1e510f1e0baedaf7e9ebd14e95566393c3ee7 (patch)
treef989bca3223bcb81be7051a0f99f8095b6bebc2e /misc
parent56a91bdcdb260c5abc85c9ad14f812c62fdd3b96 (diff)
downloadpkgsrc-67d1e510f1e0baedaf7e9ebd14e95566393c3ee7.tar.gz
Allow chord names with more than 9 characters.
Patch provided by maximum entropy in pkg/13528.
Diffstat (limited to 'misc')
-rw-r--r--misc/chord/distinfo3
-rw-r--r--misc/chord/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
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