Bug 241575

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:
Description Flags
diff for the update none

Description Charles Childers 2019-10-29 18:40:09 UTC
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
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2019-10-29 20:36:09 UTC
MAKE_JOBS_UNSAFE=yes is still required if you have more than one CPU.
Comment 2 Mateusz Piotrowski freebsd_committer freebsd_triage 2019-10-29 20:36:34 UTC
Thanks! Committed!
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-10-29 20:37:24 UTC
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
Comment 4 Charles Childers 2019-10-29 20:41:38 UTC
(In reply to Mateusz Piotrowski from comment #1)

Thank you; I'll keep that set for future updates.