Bug 214674 - sysutils/showbeastie: Update to 0.3, unbreak on FreeBSD 12.0-CURRENT
Summary: sysutils/showbeastie: Update to 0.3, unbreak on FreeBSD 12.0-CURRENT
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: Jason E. Hale
URL: http://beefy11.nyi.freebsd.org/data/h...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-11-19 21:04 UTC by Tobias Kortkamp
Modified: 2016-12-17 14:43 UTC (History)
1 user (show)

See Also:


Attachments
showbeastie.diff (1.87 KB, patch)
2016-11-19 21:04 UTC, Tobias Kortkamp
tobik: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-11-19 21:04:25 UTC
Created attachment 177188 [details]
showbeastie.diff

Changes:
- Fix build on FreeBSD 12.0-CURRENT.  sys/boot/ficl/Makefile now includes sys/boot/Makefile.ficl, so the directory the port copies is moved up one level
- Showbeastie will now sleep until the user terminates it with Ctrl-c, which makes sure that logos and brands can be displayed correctly on 80x25 consoles

poudriere testport 10.3/amd64 ok, portlint ok, also builds fine on a fresh FreeBSD 12.0-CURRENT install.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-12-17 14:42:13 UTC
A commit references this bug:

Author: jhale
Date: Sat Dec 17 14:41:08 UTC 2016
New revision: 428765
URL: https://svnweb.freebsd.org/changeset/ports/428765

Log:
  Update to 0.3

  - Fix build on FreeBSD 12.0-CURRENT.  sys/boot/ficl/Makefile now includes
    sys/boot/Makefile.ficl, so the directory the port copies is moved up
    one level
  - Showbeastie will now sleep until the user terminates it with Ctrl-c,
    which makes sure that logos and brands can be displayed correctly on
    80x25 consoles

  PR:		214674
  Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)

Changes:
  head/sysutils/showbeastie/Makefile
  head/sysutils/showbeastie/files/patch-testmain.c
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2016-12-17 14:43:39 UTC
Committed, thanks!