diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-04-10 06:25:00 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-04-10 06:25:00 +0000 |
commit | 177983e75a82765c1d1e6081e65c551d354c0b4d (patch) | |
tree | f70ee8ff928867010f85f8bedadf8c48bebd2669 /audio/csound | |
parent | 09d20341240af4213179e32bb54b57ead60ef759 (diff) | |
download | ports-177983e75a82765c1d1e6081e65c551d354c0b4d.tar.gz ports-177983e75a82765c1d1e6081e65c551d354c0b4d.zip |
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 2 | ||||
-rw-r--r-- | audio/csound/distinfo | 2 | ||||
-rw-r--r-- | audio/csound/files/patch-main_c | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 592bd26c66e7..2b07c2cd1c01 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -6,7 +6,7 @@ # PORTNAME= csound -PORTVERSION= 4.11 +PORTVERSION= 4.12 CATEGORIES= audio MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/newest/ DISTFILES= Csound${PORTVERSION}.tar.gz diff --git a/audio/csound/distinfo b/audio/csound/distinfo index 805295231149..3e2918d8bacd 100644 --- a/audio/csound/distinfo +++ b/audio/csound/distinfo @@ -1 +1 @@ -MD5 (csound/Csound4.11.tar.gz) = a26c513217ffed56882c30c540885378 +MD5 (csound/Csound4.12.tar.gz) = 7288d8ea9ad20bb82c4488f94c1aa1f8 diff --git a/audio/csound/files/patch-main_c b/audio/csound/files/patch-main_c index e9790315f4e1..3fd7558b90a8 100644 --- a/audio/csound/files/patch-main_c +++ b/audio/csound/files/patch-main_c @@ -1,13 +1,13 @@ ---- main.c.orig Wed Sep 20 10:06:29 2000 -+++ main.c Wed Oct 11 16:16:56 2000 +--- main.c.orig Sat Feb 24 14:16:18 2001 ++++ main.c Mon Apr 9 23:04:12 2001 @@ -150,10 +150,6 @@ } } -void psignal(int sig, char *str) -{ -- fprintf(stderr, "%s: %s\n", str, sig2str(sig)); +- fprintf(stderr, "%s: %s\n", str, signal_to_string(sig)); -} #endif - static void signal_handler(int sig) + #if defined(__BEOS__) |