git: 766fafa0aaae - main - misc/seabios: Update to 1.16.0; use binutils binaries

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Mon, 12 Dec 2022 13:36:33 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=766fafa0aaaebdaadb520fdc90d2d86d6f0cf471

commit 766fafa0aaaebdaadb520fdc90d2d86d6f0cf471
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-12-09 22:08:41 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-12-12 13:36:30 +0000

    misc/seabios: Update to 1.16.0; use binutils binaries
    
    Upstream release information:
    https://www.seabios.org/Releases#SeaBIOS_1.15.0
    https://www.seabios.org/Releases#SeaBIOS_1.16.0
    
    When ports set USE_BINUTILS=yes, the environment is adjusted with, e.g.,
    OBJDUMP=${LOCALBASE}/bin/objdump, so that binaries from devel/binutils
    are used during the build.  SeaBIOS, however, ignores these environment
    variables, so supply them to MAKE_ARGS.  This will fix the build when
    /usr/bin/llvm-objdump is linked to /usr/bin/objdump.  See PR 267854.
    
    PR:             267854
    Approved by:    royger (maintainer)
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D37667
---
 misc/seabios/Makefile | 5 +++--
 misc/seabios/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile
index e6ff588fc11d..b8312e801d8d 100644
--- a/misc/seabios/Makefile
+++ b/misc/seabios/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	seabios
-PORTVERSION=	1.14.0
+PORTVERSION=	1.16.0
 PORTREVISION=	0
 CATEGORIES=	misc
 MASTER_SITES=	https://www.seabios.org/downloads/
@@ -15,7 +15,8 @@ ONLY_FOR_ARCHS_REASON=	specific to x86
 
 USES=	gmake python:build
 
-MAKE_ARGS=	HOSTCC="${CC}" LD="${LD}" PYTHON="${PYTHON_CMD}"
+MAKE_ARGS=	AS="${AS}" HOSTCC="${CC}" LD="${LD}" OBJCPY="${OBJCPY}" \
+		OBJDUMP="${OBJDUMP}" PYTHON="${PYTHON_CMD}"
 NO_ARCH=	yes
 USE_GCC=	yes:build
 USE_BINUTILS=	yes
diff --git a/misc/seabios/distinfo b/misc/seabios/distinfo
index 4a9ab47de90b..9ca4a9866220 100644
--- a/misc/seabios/distinfo
+++ b/misc/seabios/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598455909
-SHA256 (seabios-1.14.0.tar.gz) = eb70cc62b29aa83e10a653233acebf4bb154d00d0c87dc2a2c6e2da75e5e81fd
-SIZE (seabios-1.14.0.tar.gz) = 628985
+TIMESTAMP = 1670623319
+SHA256 (seabios-1.16.0.tar.gz) = d44d8e97ad56f3fd23ed3076077a770d37a5e7bae22daa59656ff41c3334fb34
+SIZE (seabios-1.16.0.tar.gz) = 635419