Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 10:23:25 GMT
From:      =?utf-8?Q?Vin=C3=ADcius Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1231d77a5990 - main - net/ipxe: FIX failing to build while ISO=off
Message-ID:  <202110121023.19CANPWx022706@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1231d77a59906d386cc6275a00dcec0a7dcfab5b

commit 1231d77a59906d386cc6275a00dcec0a7dcfab5b
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2021-10-12 10:19:40 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2021-10-12 10:19:40 +0000

    net/ipxe: FIX failing to build while ISO=off
    
      * while here, update g20210727 (e09e114) to g20210910 (2265a65)
    
    Reported by:    Stephane D'Alu <sdalu % sdalu.com>
    PR:             258860
---
 net/ipxe/Makefile | 14 +++++++-------
 net/ipxe/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile
index f27e4edd3ab3..dc87ceb2d741 100644
--- a/net/ipxe/Makefile
+++ b/net/ipxe/Makefile
@@ -1,7 +1,7 @@
 # Created by: Guerkan Karaman <gk.freebsd@googlemail.com>
 
 PORTNAME=	ipxe
-DISTVERSION=	g20210727
+DISTVERSION=	g20210910
 PORTEPOCH=	1
 CATEGORIES=	net
 
@@ -17,7 +17,7 @@ USES=		gmake perl5 shebangfix
 USE_BINUTILS=	yes
 USE_GCC=	yes:build
 USE_GITHUB=	yes
-GH_TAGNAME=	e09e114
+GH_TAGNAME=	2265a65
 USE_PERL5=	build
 MAKE_ARGS=	AR=${AR} \
 		ARCH=${ARCH:S/amd64/i386/} \
@@ -65,8 +65,10 @@ OPTIONS_DEFAULT=	EFI ISO
 EFI_DESC=	Create EFI images
 ISO_DESC=	Create bootable CD image
 
-EFI_BUILD_DEPENDS=	bash:shells/bash \
-			mformat:emulators/mtools
+BUILD_DEPENDS=		bash:shells/bash \
+			syslinux:sysutils/syslinux
+
+EFI_BUILD_DEPENDS=	mformat:emulators/mtools
 _EFI_ARCHS=		${ARCH:Mamd64:S/amd64/x86_64/} i386
 _EFI_TARGETS=		ipxe snp snponly
 .for _arch in ${_EFI_ARCHS}
@@ -76,9 +78,7 @@ EFI_PLIST_FILES+=	${DATADIR}/${_target}.efi-${_arch}
 EFI_PLIST_FILES+=	${DATADIR}/ipxe.efi-${_arch}.usb
 .endfor
 
-ISO_BUILD_DEPENDS=	${LOCALBASE}/share/syslinux/bios/core/isolinux.bin:sysutils/syslinux \
-			bash:shells/bash \
-			mkisofs:sysutils/cdrtools
+ISO_BUILD_DEPENDS=	mkisofs:sysutils/cdrtools
 ISO_MAKE_ARGS=		ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \
 			LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32"
 ISO_ALL_TARGET=		bin/ipxe.iso
diff --git a/net/ipxe/distinfo b/net/ipxe/distinfo
index 952ce72272db..59291042d9f6 100644
--- a/net/ipxe/distinfo
+++ b/net/ipxe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628862961
-SHA256 (ipxe-ipxe-g20210727-e09e114_GH0.tar.gz) = 205308c0e39e727833d0aed39ea34b931c0208fc8af58c80b221259c988933aa
-SIZE (ipxe-ipxe-g20210727-e09e114_GH0.tar.gz) = 3968724
+TIMESTAMP = 1633345261
+SHA256 (ipxe-ipxe-g20210910-2265a65_GH0.tar.gz) = 30319d1c48bac8ee0b45d69a6d72f8d80cb33aad0d6efe8e88899fa39cb6f8ff
+SIZE (ipxe-ipxe-g20210910-2265a65_GH0.tar.gz) = 3970605



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