summaryrefslogtreecommitdiff
path: root/audio/abcmidi/patches
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2006-05-16 13:41:57 +0000
committerben <ben@pkgsrc.org>2006-05-16 13:41:57 +0000
commitc3625483cce438d51d73f1aa2c26588d55d1b8f2 (patch)
treef0725bb849663d34f993a0d22f49d1edfcea9592 /audio/abcmidi/patches
parentb73632a7c6af778d2ac035639f9b7d8a3e9e38a6 (diff)
downloadpkgsrc-c3625483cce438d51d73f1aa2c26588d55d1b8f2.tar.gz
Update abcmidi to version 20060422.
Apply security patches from Debian. Changes include: (Mike Scott) The 'y' spacing character used by Barfly and abcm2ps was being silently dropped in parseabc.c. Added support for this (including a length specifier - is this used by anything?) to parseabc.c and abc2abc.c; stubs in the other modules including yaps mean they behave as before. http://lists.debian.org/debian-security-announce/debian-security-announce-2006/msg00127.html
Diffstat (limited to 'audio/abcmidi/patches')
-rw-r--r--audio/abcmidi/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/abcmidi/patches/patch-aa b/audio/abcmidi/patches/patch-aa
index 39b3eba98aa..738dddc4c06 100644
--- a/audio/abcmidi/patches/patch-aa
+++ b/audio/abcmidi/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/04/01 14:35:17 ben Exp $
+$NetBSD: patch-aa,v 1.2 2006/05/16 13:41:57 ben Exp $
---- makefile.orig 2005-10-15 15:28:45.000000000 -0700
+--- makefile.orig 2006-04-01 11:02:46.000000000 -0800
+++ makefile
@@ -31,9 +31,8 @@
# cure the problem, change this file from using PC-style end-of-line (carriage
@@ -11,6 +11,6 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/04/01 14:35:17 ben Exp $
-LNK=gcc
+CFLAGS+=-DANSILIBS
+LNK=${CC}
+ INSTALL=install
- all : abc2midi midi2abc abc2abc mftext yaps midicopy abcmatch
-
+ prefix=/usr/local