aboutsummaryrefslogtreecommitdiff
path: root/net/ipxe
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2021-10-12 10:19:40 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2021-10-12 10:19:40 +0000
commit1231d77a59906d386cc6275a00dcec0a7dcfab5b (patch)
treeaa6822a4b647f6dd5f4b59150f9f3542924a56ae /net/ipxe
parentec34ee2793a27cd46949ae7fc6bb0438c5755c5e (diff)
downloadports-1231d77a59906d386cc6275a00dcec0a7dcfab5b.tar.gz
ports-1231d77a59906d386cc6275a00dcec0a7dcfab5b.zip
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
Diffstat (limited to 'net/ipxe')
-rw-r--r--net/ipxe/Makefile14
-rw-r--r--net/ipxe/distinfo6
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