mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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
This commit is contained in:
parent
ec34ee2793
commit
1231d77a59
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user