| Summary: | lang/retro12: Update to 2019.10 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Charles Childers <crc> | ||||
| Component: | Individual Port(s) | Assignee: | Mateusz Piotrowski <0mp> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | crc | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(0mp) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
MAKE_JOBS_UNSAFE=yes is still required if you have more than one CPU. Thanks! Committed! A commit references this bug: Author: 0mp Date: Tue Oct 29 20:36:23 UTC 2019 New revision: 516034 URL: https://svnweb.freebsd.org/changeset/ports/516034 Log: Update to 2019.10 - Pet portlint, portclippy & portfmt. Changelog: - deprecate some old functionality - cleaner separation of time/date handling functions - clearer separation of random number generation - bug fixes to floating point encode/decode - better stack over/underflow error reporting - fixed a bug related to using a custom image when other command line flags were passed - improved the assembler - supports both 64-bit and 32-bit cell sizes PR: 241575 Submitted by: Charles Childers <crc@forthworks.com> Changes: head/lang/retro12/Makefile head/lang/retro12/distinfo (In reply to Mateusz Piotrowski from comment #1) Thank you; I'll keep that set for future updates. |
Created attachment 208681 [details] diff for the update Update the port to the 2019.10 release. The main changes: - deprecate some old functionality - cleaner separation of time/date handling functions - clearer separation of random number generation - bug fixes to floating point encode/decode - better stack over/underflow error reporting - fixed a bug related to using a custom image when other command line flags were passed - improved the assembler - supports both 64-bit and 32-bit cell sizes