Summary: | lang/racket: update to 8.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Philipp Ost <bsd> | ||||
Component: | Individual Port(s) | Assignee: | Jimmy Olgeni <olgeni> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(olgeni) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://blog.racket-lang.org/2021/07/racket-v8-2.html | ||||||
Attachments: |
|
Description
Philipp Ost
2021-07-23 22:20:58 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=532f3ebe38bdc43fbaecf99de4bfaff92ebc7b23 commit 532f3ebe38bdc43fbaecf99de4bfaff92ebc7b23 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-07-25 09:51:37 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-07-25 09:51:37 +0000 lang/racket-minimal: Update to version 8.2, with default ChezScheme support. (ported from e772c7109606) PR: 257367 Reported by: Philipp Ost <bsd@philippost.de> lang/racket-minimal/Makefile | 54 +- lang/racket-minimal/distinfo | 6 +- .../files/patch-src_bc_sconfig.h (new) | 10 + .../files/patch-src_cs_c_configure (new) | 11 + lang/racket-minimal/pkg-plist | 2568 ++++++++++---------- 5 files changed, 1367 insertions(+), 1282 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e772c7109606d234120ea01c556ec04758e3eda5 commit e772c7109606d234120ea01c556ec04758e3eda5 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-07-25 09:48:14 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-07-25 09:48:14 +0000 lang/racket: Update to version 8.2, with default ChezScheme support. PR: 257367 Reported by: Philipp Ost <bsd@philippost.de> lang/racket/Makefile | 48 +- lang/racket/distinfo | 6 +- lang/racket/files/patch-src_bc_sconfig.h | 8 +- lang/racket/files/patch-src_cs_c_configure (new) | 11 + lang/racket/pkg-plist | 24041 +++++++++++---------- 5 files changed, 12158 insertions(+), 11956 deletions(-) Patch committed and ported to racket-minimal. The REINPLACE_CMD warnings seems to be about REINPLACE_CMD not actually changed the files; I rebuild everything without REINPLACE_CMD and the file contents look ok, so I removed it. Thank you! \o/ |