Bug 214674

Summary: sysutils/showbeastie: Update to 0.3, unbreak on FreeBSD 12.0-CURRENT
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Jason E. Hale <jhale>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhale
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p426137_s308659/logs/showbeastie-0.2.log
Attachments:
Description Flags
showbeastie.diff tobik: maintainer-approval+

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!