summaryrefslogtreecommitdiff
path: root/audio/csound-bath
diff options
context:
space:
mode:
authortron <tron>2002-04-28 14:44:13 +0000
committertron <tron>2002-04-28 14:44:13 +0000
commit4b5c9b6c7425ad000895a260d429251488616d82 (patch)
treee52acd1f909ecfeaf8d0572f4fa8fd5f04b53de8 /audio/csound-bath
parentc8389c391d246ff02998dc3d0702e72b87026a86 (diff)
downloadpkgsrc-4b5c9b6c7425ad000895a260d429251488616d82.tar.gz
Fix wrong filename of strings file. Problem reported by
<collver@linuxfreemail.com> in PR pkg/16521.
Diffstat (limited to 'audio/csound-bath')
-rw-r--r--audio/csound-bath/distinfo4
-rw-r--r--audio/csound-bath/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/csound-bath/distinfo b/audio/csound-bath/distinfo
index bc992b8be4a..86e0f51ff39 100644
--- a/audio/csound-bath/distinfo
+++ b/audio/csound-bath/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2002/03/23 02:22:59 wiz Exp $
+$NetBSD: distinfo,v 1.4 2002/04/28 14:44:13 tron Exp $
SHA1 (csound/Csound4.18.tar.gz) = 79c0f9c6bc47efe38290b6bf5f5b39f09b4c3db7
Size (csound/Csound4.18.tar.gz) = 1024507 bytes
SHA1 (patch-aa) = e6d0bc9090c3683a01b793cd31893bf69eb971c6
-SHA1 (patch-ab) = ad9694c7ce5c3f99a10f49c6c0903fb76e561262
+SHA1 (patch-ab) = 3301b22ea79b0b87a4323835050f88eb3975c40e
SHA1 (patch-ac) = 183386b90a0aabb3d8f4d6c80b430e4db565c396
SHA1 (patch-ad) = a09ad93b20b367d74e441736dfe267a9f4e30df5
SHA1 (patch-ae) = c9806815a5a1599d9d0f173138a59d68c31d7a54
diff --git a/audio/csound-bath/patches/patch-ab b/audio/csound-bath/patches/patch-ab
index 1afc711b297..22e327992f5 100644
--- a/audio/csound-bath/patches/patch-ab
+++ b/audio/csound-bath/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2002/03/23 02:23:00 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2002/04/28 14:44:14 tron Exp $
--- getstring.c.orig Sat Jan 26 03:52:46 2002
+++ getstring.c
@@ -8,7 +8,7 @@ $NetBSD: patch-ab,v 1.2 2002/03/23 02:23:00 wiz Exp $
if (db == NULL) {
- strcpy(name, "/usr/local/lib/csound.xmg");
- db = fopen("/usr/local/lib/csound.xmg", "rb");
-+ sprintf(name, "%s/share/csound/csound.txt", PREFIX);
++ sprintf(name, "%s/share/csound/csound.xmg", PREFIX);
+ db = fopen(name, "rb");
}
#ifdef mills_macintosh