pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cyclone: update to cyclone-0.12



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Jan 17 22:17:49 2020 +0200
Changeset:	72f786ea1de369e0cf629169bb715042ca1eed9d

Modified Files:
	cyclone/Makefile
	cyclone/distinfo

Log Message:
cyclone: update to cyclone-0.12

Announcement:

Released Cyclone Scheme 0.12

January 17th, 2020

Features

  * When compiling a program with cyclone any library dependencies are
    automatically built as well. Note:
      - A library will only be built if an object file does not exist
        for it or if any of the source files are newer than the object
        file.
      - Only "local" libraries will be built. Cyclone will not
        automatically attempt to build libraries in system directories.
      - This capability can be disabled by the -no-batch option.
  * Added define-values from R7RS.

Bug Fixes

  * Prevent compilation errors when optimizations are disabled via -O0.
  * The compiler now omits the continuation argument when printing the
    expected number of arguments to a function, to avoid confusing
    error messages.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=72f786ea1de369e0cf629169bb715042ca1eed9d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cyclone/Makefile | 2 +-
 cyclone/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/cyclone/Makefile b/cyclone/Makefile
index de68071c14..8dc07af805 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	cyclone-bootstrap
-GITHUB_TAG=	v0.11.8
+GITHUB_TAG=	v0.12
 DISTNAME=	${GITHUB_TAG}
 PKGNAME=	cyclone-${DISTNAME:S,^v,,}
 CATEGORIES=	lang
diff --git a/cyclone/distinfo b/cyclone/distinfo
index 397f373e87..5445a23486 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (cyclone-bootstrap/v0.11.8.tar.gz) = 87fe9af143ab3f2797f8ad9ace104fcecdfdbb7b
-RMD160 (cyclone-bootstrap/v0.11.8.tar.gz) = 4041028c0e7d7b5cf2c224b059d42d16575962e2
-SHA512 (cyclone-bootstrap/v0.11.8.tar.gz) = 42608ee3892b916e072b557778d2b7d7b9f5a5ec55040c6190ea197c14449a73922e0b73f5858f7e43948d4eccb4ba4e5f96d422787b48a369d66b477b0003be
-Size (cyclone-bootstrap/v0.11.8.tar.gz) = 2931878 bytes
+SHA1 (cyclone-bootstrap/v0.12.tar.gz) = b8be08b93fd2fe371e4244e06a3a6ddaef41c655
+RMD160 (cyclone-bootstrap/v0.12.tar.gz) = a90dd6a60015a44af8969427bc90754b3f0eef5e
+SHA512 (cyclone-bootstrap/v0.12.tar.gz) = 774994b134c8cc205a9c14195b2133cb69d2d47751312d3edcaa7c7d6d71207efb38b74aed69215ce3568a3738cdb93148f6d87194e69fbe7529734a206f5c6f
+Size (cyclone-bootstrap/v0.12.tar.gz) = 2946589 bytes
 SHA1 (patch-Makefile.config) = f78164a871b0f3cf158dd97eb535906f1ec06598


Home | Main Index | Thread Index | Old Index