ports/52008: Update port: lang/chicken to 1.9 (unbreak on alpha)

Kimura Fuyuki fuyuki at hadaly.org
Sat May 10 00:40:09 UTC 2003


>Number:         52008
>Category:       ports
>Synopsis:       Update port: lang/chicken to 1.9 (unbreak on alpha)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 09 17:40:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki at hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #5: Sun Apr 27 19:35:56 JST 2003     root at hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
Update to Version 1, Build 9

The upstream author believes this should fix the bento error on alpha.

Added:
	files/patch-runtime.c

>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS chicken.old/Makefile chicken/Makefile
--- chicken.old/Makefile	Sat May 10 09:28:29 2003
+++ chicken/Makefile	Sat May 10 09:22:27 2003
@@ -6,14 +6,12 @@
 #
 
 PORTNAME=	chicken
-PORTVERSION=	1.0
+PORTVERSION=	1.9
 CATEGORIES=	lang
 MASTER_SITES=	http://www.call-with-current-continuation.org/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Scheme-to-C compiler
-
-ONLY_FOR_ARCHS=	i386
 
 USE_REINPLACE=	yes
 USE_LIBTOOL=	yes
diff -ruN --exclude=CVS chicken.old/distinfo chicken/distinfo
--- chicken.old/distinfo	Sat May 10 09:28:29 2003
+++ chicken/distinfo	Sat May 10 08:37:32 2003
@@ -1 +1 @@
-MD5 (chicken-1.0.tar.gz) = f34432cbf458e97e8d36003b25de1fb3
+MD5 (chicken-1.9.tar.gz) = a40f243f31e33f397b888690fd4b4dea
diff -ruN --exclude=CVS chicken.old/files/patch-runtime.c chicken/files/patch-runtime.c
--- chicken.old/files/patch-runtime.c	Thu Jan  1 09:00:00 1970
+++ chicken/files/patch-runtime.c	Sat May 10 08:40:39 2003
@@ -0,0 +1,11 @@
+--- runtime.c.orig
++++ runtime.c
+@@ -1612,7 +1612,7 @@
+   p0 = p;
+   *(p++) = C_FLONUM_TYPE | sizeof(double);
+   *((double *)p) = n;
+-  *ptr = p + 2;
++  *ptr = (C_word *)((C_word)p + sizeof(double));
+   return (C_word)p0;
+ }
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list