From 425057caa40aebf992e9e3a7326cab0c484f65dc Mon Sep 17 00:00:00 2001 From: ahoka Date: Tue, 7 Oct 2008 15:28:44 +0000 Subject: Update chicken to 3.4.0. Changes between 3.3.0 and 3.4.0: - Fixes to the MinGW build. - PCRE 7.7 - Bug fix for bitwise-or use [Joerg Wittenberger] - Bug fix in thread-terminate! [thanks to Joerg Wittenberger] - Cygwin build patched to put the runtime libraries in the right place. [thanks to Nathan Thern] - added support for out-of-tree compilation (via the SRCDIR variable) [thanks to Ivan Shmakov] - bug fix for (string->number "/") - support for selective procedure profiling in the compiler - unit utils: moved file- and pathname-related procedures to unit files - new unit files --- lang/chicken/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/chicken/Makefile') diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 3ee4361976e..9598b181a26 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2008/08/02 10:06:46 tnn Exp $ +# $NetBSD: Makefile,v 1.37 2008/10/07 15:28:44 ahoka Exp $ # -DISTNAME= chicken-3.3.0 +DISTNAME= chicken-3.4.0 CATEGORIES= lang MASTER_SITES= http://chicken.wiki.br/releases/${PKGVERSION_NOREV}/ -- cgit v1.2.3