Bug 251584

Summary: games/rlvm: remove python2 requirement
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me Flags: jbeich: maintainer-feedback+
jbeich: merge-quarterly+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2020-12-04 18:40:44 UTC
Created attachment 220254 [details]
Patch

Was just passing by and made a patch to fix build with python3 scons. Builds fine, but still probably needs testing.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-05 22:00:35 UTC
A commit references this bug:

Author: jbeich
Date: Sat Dec  5 22:00:15 UTC 2020
New revision: 557088
URL: https://svnweb.freebsd.org/changeset/ports/557088

Log:
  games/rlvm: drop python2 dependency

  PR:		251584
  Submitted by:	amdmi3 (based on)

Changes:
  head/games/rlvm/Makefile
  head/games/rlvm/distinfo
  head/games/rlvm/files/patch-SConstruct
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-05 22:03:36 UTC
A commit references this bug:

Author: jbeich
Date: Sat Dec  5 22:02:58 UTC 2020
New revision: 557089
URL: https://svnweb.freebsd.org/changeset/ports/557089

Log:
  MFH: r557088

  games/rlvm: drop python2 dependency

  PR:		251584
  Submitted by:	amdmi3 (based on)

Changes:
_U  branches/2020Q4/
  branches/2020Q4/games/rlvm/Makefile
  branches/2020Q4/games/rlvm/distinfo
  branches/2020Q4/games/rlvm/files/patch-SConstruct
Comment 3 Jan Beich freebsd_committer freebsd_triage 2020-12-05 22:04:15 UTC
Thanks for the help. With your patch:
- runtime still works fine, tested with CLANNAD
- TEST=on build needed one more "print" fix but otherwise all tests pass