1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

update to 1.14, fix pkg-plist

This commit is contained in:
Oliver Lehmann 2003-07-30 12:54:49 +00:00
parent 3a84057c6e
commit 26134b92ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85911
4 changed files with 6 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= chicken
PORTVERSION= 1.9
PORTVERSION= 1.14
CATEGORIES= lang
MASTER_SITES= http://www.call-with-current-continuation.org/

View File

@ -1 +1 @@
MD5 (chicken-1.9.tar.gz) = a40f243f31e33f397b888690fd4b4dea
MD5 (chicken-1.14.tar.gz) = d65226ac3d386b48f6d960fedc34b823

View File

@ -1,11 +0,0 @@
--- 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;
}

View File

@ -12,6 +12,7 @@ bin/scheme-r5rs
bin/scheme-srfi-0
bin/scheme-srfi-7
include/c_defaults.h
include/chicken-config.h
include/chicken.h
lib/libchicken.a
lib/libchicken.la
@ -37,7 +38,6 @@ lib/libustuffed-chicken.a
lib/libustuffed-chicken.la
lib/libustuffed-chicken.so
lib/libustuffed-chicken.so.0
%%DATADIR%%/chicken.init
%%DATADIR%%/highlevel-macros.scm
%%DATADIR%%/match.scm
%%DATADIR%%/moremacros.scm
@ -55,7 +55,6 @@ lib/libustuffed-chicken.so.0
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/Makefile
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/chicken.eps
%%PORTDOCS%%%%DOCSDIR%%/chicken.jpg
%%PORTDOCS%%%%DOCSDIR%%/chicken.png
@ -112,7 +111,10 @@ lib/libustuffed-chicken.so.0
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-46.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-47.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-48.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-49.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-5.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-50.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-51.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-6.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-7.html
%%PORTDOCS%%%%DOCSDIR%%/manual/manual-Z-H-8.html