Bug 242366 - games/scid: Update to 4.7.0
Summary: games/scid: Update to 4.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2019-12-02 12:25 UTC by Martin Neubauer
Modified: 2020-01-06 01:47 UTC (History)
1 user (show)

See Also:
bsd: maintainer-feedback+


Attachments
Patch for games/scid to 4.7.0 (16.33 KB, patch)
2019-12-02 12:25 UTC, Martin Neubauer
no flags Details | Diff
updated patch (17.75 KB, patch)
2019-12-08 09:50 UTC, Martin Neubauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Neubauer 2019-12-02 12:25:24 UTC
Created attachment 209604 [details]
Patch for games/scid to 4.7.0

- Update to 4.7.0
- Fix build with latest Tcl/Tk 8.7
- Reorder some Makefile variables to make portlint/portclippy slightly happier
Comment 1 Automation User 2019-12-02 15:09:51 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/99960847
Comment 2 Martin Neubauer 2019-12-08 09:50:51 UTC
Created attachment 209785 [details]
updated patch

The issue addressed by https://svnweb.freebsd.org/ports?view=revision&revision=519137 is already fixed in 4.7.0 (although by changing the offending declarations to `int8_t` rather than to `signed char`.)
Comment 3 Friedrich Volkmann 2019-12-09 05:14:11 UTC
Works for me. Thank you for your work.
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-01-06 01:46:46 UTC
A commit references this bug:

Author: swills
Date: Mon Jan  6 01:45:47 UTC 2020
New revision: 522183
URL: https://svnweb.freebsd.org/changeset/ports/522183

Log:
  games/scid: Update to 4.7.0

  PR:		242366
  Submitted by:	m.ne@gmx.net
  Approved by:	Friedrich Volkmann <bsd@volki.at> (maintainer)

Changes:
  head/games/scid/Makefile
  head/games/scid/distinfo
  head/games/scid/files/patch-Makefile.conf
  head/games/scid/files/patch-src_fastgame.h
  head/games/scid/files/patch-src_tkscid.cpp
  head/games/scid/pkg-plist
Comment 5 Steve Wills freebsd_committer freebsd_triage 2020-01-06 01:47:01 UTC
Committed, thanks!