Index: head/lang/chicken5/Makefile =================================================================== --- head/lang/chicken5/Makefile (revision 483397) +++ head/lang/chicken5/Makefile (revision 483398) @@ -1,50 +1,50 @@ # Created by: Kimura Fuyuki # $FreeBSD$ PORTNAME= chicken -DISTVERSION= 5.0.0rc3 +DISTVERSION= 5.0.0rc4 CATEGORIES= lang scheme -MASTER_SITES= https://code.call-cc.org/dev-snapshots/2018/10/08/ +MASTER_SITES= https://code.call-cc.org/dev-snapshots/2018/10/29/ PKGNAMESUFFIX= 5 MAINTAINER= tobik@FreeBSD.org COMMENT= Scheme-to-C compiler USES= cpe gmake CPE_VENDOR= call-cc DATADIR= ${PREFIX}/share/chicken${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/chicken${PKGNAMESUFFIX} MAKEFILE= GNUmakefile USE_LDCONFIG= yes MAKE_ARGS= PLATFORM=bsd \ PREFIX=${PREFIX} \ MANDIR=${PREFIX}/man \ LIBDIR="${PREFIX}/lib" \ DOCDIR="${DOCSDIR}" \ C_COMPILER="${CC}" \ CXX_COMPILER="${CXX}" \ LIBRARIAN="${AR}" \ C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" \ LINKER_OPTIONS="${LDFLAGS}" \ PROGRAM_SUFFIX="${PKGNAMESUFFIX}" MAKE_JOBS_UNSAFE= yes # parallel build not supported PLIST_SUB= SUFFIX=${PKGNAMESUFFIX} TEST_TARGET= check OPTIONS_DEFINE= DOCS FEATHERS OPTIONS_SUB= yes # XXX: This should be a subpackage and on by default FEATHERS_DESC= Install the Feathers debugger (requires Tcl/Tk) FEATHERS_USES= tk:wrapper,run post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/c* \ ${STAGEDIR}${PREFIX}/lib/chicken${PKGNAMESUFFIX}/?/*.so \ ${STAGEDIR}${PREFIX}/lib/libchicken${PKGNAMESUFFIX}.so post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} .include Index: head/lang/chicken5/distinfo =================================================================== --- head/lang/chicken5/distinfo (revision 483397) +++ head/lang/chicken5/distinfo (revision 483398) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539062658 -SHA256 (chicken-5.0.0rc3.tar.gz) = 5df783518467d5166d64078baaf3ee17a23950e97e5e4957584fdd068a34dc46 -SIZE (chicken-5.0.0rc3.tar.gz) = 4002579 +TIMESTAMP = 1540837819 +SHA256 (chicken-5.0.0rc4.tar.gz) = 90dbd9d2ff7e95aa369a9ba3bb00ef849f5509fc6547861136359f22500d8cd9 +SIZE (chicken-5.0.0rc4.tar.gz) = 4004528 Index: head/lang/chicken5/pkg-plist =================================================================== --- head/lang/chicken5/pkg-plist (revision 483397) +++ head/lang/chicken5/pkg-plist (revision 483398) @@ -1,146 +1,147 @@ bin/chicken%%SUFFIX%% bin/chicken-do%%SUFFIX%% bin/chicken-install%%SUFFIX%% bin/chicken-profile%%SUFFIX%% bin/chicken-status%%SUFFIX%% bin/chicken-uninstall%%SUFFIX%% bin/csc%%SUFFIX%% bin/csi%%SUFFIX%% %%FEATHERS%%bin/feathers%%SUFFIX%% include/chicken%%SUFFIX%%/chicken-config.h include/chicken%%SUFFIX%%/chicken.h lib/chicken%%SUFFIX%%/9/chicken.base.import.so lib/chicken%%SUFFIX%%/9/chicken.bitwise.import.so lib/chicken%%SUFFIX%%/9/chicken.blob.import.so lib/chicken%%SUFFIX%%/9/chicken.compiler.user-pass.import.so lib/chicken%%SUFFIX%%/9/chicken.condition.import.so lib/chicken%%SUFFIX%%/9/chicken.continuation.import.so lib/chicken%%SUFFIX%%/9/chicken.csi.import.so lib/chicken%%SUFFIX%%/9/chicken.errno.import.so lib/chicken%%SUFFIX%%/9/chicken.eval.import.so lib/chicken%%SUFFIX%%/9/chicken.file.import.so lib/chicken%%SUFFIX%%/9/chicken.file.posix.import.so lib/chicken%%SUFFIX%%/9/chicken.fixnum.import.so lib/chicken%%SUFFIX%%/9/chicken.flonum.import.so lib/chicken%%SUFFIX%%/9/chicken.foreign.import.so lib/chicken%%SUFFIX%%/9/chicken.format.import.so lib/chicken%%SUFFIX%%/9/chicken.gc.import.so lib/chicken%%SUFFIX%%/9/chicken.internal.import.so lib/chicken%%SUFFIX%%/9/chicken.io.import.so lib/chicken%%SUFFIX%%/9/chicken.irregex.import.so lib/chicken%%SUFFIX%%/9/chicken.keyword.import.so lib/chicken%%SUFFIX%%/9/chicken.load.import.so lib/chicken%%SUFFIX%%/9/chicken.locative.import.so lib/chicken%%SUFFIX%%/9/chicken.memory.import.so lib/chicken%%SUFFIX%%/9/chicken.memory.representation.import.so lib/chicken%%SUFFIX%%/9/chicken.pathname.import.so lib/chicken%%SUFFIX%%/9/chicken.platform.import.so lib/chicken%%SUFFIX%%/9/chicken.plist.import.so lib/chicken%%SUFFIX%%/9/chicken.port.import.so lib/chicken%%SUFFIX%%/9/chicken.pretty-print.import.so lib/chicken%%SUFFIX%%/9/chicken.process-context.import.so lib/chicken%%SUFFIX%%/9/chicken.process-context.posix.import.so lib/chicken%%SUFFIX%%/9/chicken.process.import.so lib/chicken%%SUFFIX%%/9/chicken.process.signal.import.so lib/chicken%%SUFFIX%%/9/chicken.random.import.so lib/chicken%%SUFFIX%%/9/chicken.read-syntax.import.so lib/chicken%%SUFFIX%%/9/chicken.repl.import.so lib/chicken%%SUFFIX%%/9/chicken.sort.import.so lib/chicken%%SUFFIX%%/9/chicken.string.import.so lib/chicken%%SUFFIX%%/9/chicken.syntax.import.so lib/chicken%%SUFFIX%%/9/chicken.tcp.import.so lib/chicken%%SUFFIX%%/9/chicken.time.import.so lib/chicken%%SUFFIX%%/9/chicken.time.posix.import.so lib/chicken%%SUFFIX%%/9/srfi-4.import.so lib/chicken%%SUFFIX%%/9/types.db lib/libchicken%%SUFFIX%%.a lib/libchicken%%SUFFIX%%.so lib/libchicken%%SUFFIX%%.so.9 +man/man1/chicken-do%%SUFFIX%%.1.gz man/man1/chicken-install%%SUFFIX%%.1.gz man/man1/chicken-profile%%SUFFIX%%.1.gz man/man1/chicken-status%%SUFFIX%%.1.gz man/man1/chicken-uninstall%%SUFFIX%%.1.gz man/man1/chicken%%SUFFIX%%.1.gz man/man1/csc%%SUFFIX%%.1.gz man/man1/csi%%SUFFIX%%.1.gz %%FEATHERS%%man/man1/feathers%%SUFFIX%%.1.gz %%FEATHERS%%%%DATADIR%%/feathers.tcl %%DATADIR%%/setup.defaults %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/manual/Accessing external objects.html %%PORTDOCS%%%%DOCSDIR%%/manual/Acknowledgements.html %%PORTDOCS%%%%DOCSDIR%%/manual/Bibliography.html %%PORTDOCS%%%%DOCSDIR%%/manual/Bugs and limitations.html %%PORTDOCS%%%%DOCSDIR%%/manual/C interface.html %%PORTDOCS%%%%DOCSDIR%%/manual/Cross development.html %%PORTDOCS%%%%DOCSDIR%%/manual/Data representation.html %%PORTDOCS%%%%DOCSDIR%%/manual/Debugging.html %%PORTDOCS%%%%DOCSDIR%%/manual/Declarations.html %%PORTDOCS%%%%DOCSDIR%%/manual/Deployment.html %%PORTDOCS%%%%DOCSDIR%%/manual/Deviations from the standard.html %%PORTDOCS%%%%DOCSDIR%%/manual/Egg specification format.html %%PORTDOCS%%%%DOCSDIR%%/manual/Embedding.html %%PORTDOCS%%%%DOCSDIR%%/manual/Extension tools.html %%PORTDOCS%%%%DOCSDIR%%/manual/Extensions to the standard.html %%PORTDOCS%%%%DOCSDIR%%/manual/Extensions.html %%PORTDOCS%%%%DOCSDIR%%/manual/Foreign type specifiers.html %%PORTDOCS%%%%DOCSDIR%%/manual/Getting started.html %%PORTDOCS%%%%DOCSDIR%%/manual/Included modules.html %%PORTDOCS%%%%DOCSDIR%%/manual/Interface to external functions and variables.html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken base).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken bitwise).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken blob).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken condition).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken continuation).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken csi).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken errno).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken eval).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken file posix).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken file).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken fixnum).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken flonum).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken foreign).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken format).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken gc).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken io).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken irregex).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken keyword).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken load).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken locative).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken memory representation).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken memory).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken module).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken pathname).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken platform).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken plist).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken port).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken pretty-print).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken process signal).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken process).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken process-context posix).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken process-context).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken random).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken read-syntax).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken repl).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken sort).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken string).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken syntax).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken tcp).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken time posix).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken time).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module (chicken type).html %%PORTDOCS%%%%DOCSDIR%%/manual/Module r4rs.html %%PORTDOCS%%%%DOCSDIR%%/manual/Module r5rs.html %%PORTDOCS%%%%DOCSDIR%%/manual/Module scheme.html %%PORTDOCS%%%%DOCSDIR%%/manual/Module srfi-4.html %%PORTDOCS%%%%DOCSDIR%%/manual/Modules.html %%PORTDOCS%%%%DOCSDIR%%/manual/The User's Manual.html %%PORTDOCS%%%%DOCSDIR%%/manual/Types.html %%PORTDOCS%%%%DOCSDIR%%/manual/Units and linking model.html %%PORTDOCS%%%%DOCSDIR%%/manual/Using the compiler.html %%PORTDOCS%%%%DOCSDIR%%/manual/Using the interpreter.html %%PORTDOCS%%%%DOCSDIR%%/manual/manual.css @postexec %D/bin/chicken-install%%SUFFIX%% -update-db @postunexec rm -f %D/lib/chicken%%SUFFIX%%/9/modules.db