diff options
author | trevor <trevor@FreeBSD.org> | 2001-04-10 06:25:00 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-04-10 06:25:00 +0000 |
commit | 59bebc69880c2bb30fe5143c622bc23f2682b068 (patch) | |
tree | aafcfd7990012d271490e66d26bbf06b74957159 /audio | |
parent | d48fff73c5ecf7477702b74b56f18ca81b3f6b09 (diff) | |
download | FreeBSD-ports-59bebc69880c2bb30fe5143c622bc23f2682b068.zip FreeBSD-ports-59bebc69880c2bb30fe5143c622bc23f2682b068.tar.gz |
Update to 4.12.
Diffstat (limited to 'audio')
-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 592bd26..2b07c2c 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 8052952..3e2918d 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 e979031..3fd7558 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__) |