Bug 241575 - lang/retro12: Update to 2019.10
Summary: lang/retro12: Update to 2019.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-29 18:40 UTC by Charles Childers
Modified: 2019-10-29 20:41 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (0mp)


Attachments
diff for the update (1.29 KB, patch)
2019-10-29 18:40 UTC, Charles Childers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.