Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 11:12:55 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r514657 - branches/2019Q4/sysutils/grub2-bhyve/files
Message-ID:  <201910171112.x9HBCtOl003272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Thu Oct 17 11:12:55 2019
New Revision: 514657
URL: https://svnweb.freebsd.org/changeset/ports/514657

Log:
  MFH: r514655
  
  sysutils/grub2-bhyve: fix build on 13-CURRENT
  
  Build error: ./stdio.h:456:1: error: 'gets' undeclared here (not in a
               function); did you mean 'getw'?
  
  grub2 doesn't use gets() at all so it's just an error in the glib header
  file as a result of gets being excised from FreeBSD. Commenting out the
  _GL_WARN_ON_USE macro for that is fine.
  
  PR:		241168
  Submitted by:	Robert James Hernandez <rob@sarcasticadmin.com>
  Approved by:	grehan (maintainer)
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2019Q4/sysutils/grub2-bhyve/files/
     - copied from r514655, head/sysutils/grub2-bhyve/files/
Modified:
Directory Properties:
  branches/2019Q4/   (props changed)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910171112.x9HBCtOl003272>