View | Details | Raw Unified | Return to bug 228835 | Differences between
and this patch

Collapse All | Expand All

(-)net/ipxe/Makefile (-3 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ipxe
4
PORTNAME=	ipxe
5
PORTVERSION=	20180220
5
PORTVERSION=	20180514
6
PORTREVISION=	2
7
CATEGORIES=	net
6
CATEGORIES=	net
8
7
9
MAINTAINER=	tobik@FreeBSD.org
8
MAINTAINER=	tobik@FreeBSD.org
Lines 26-32 Link Here
26
#   A: iPXE uses a rolling release model, in which every commit is intended
25
#   A: iPXE uses a rolling release model, in which every commit is intended
27
#      to be production-ready.  You should always use the latest code.
26
#      to be production-ready.  You should always use the latest code.
28
#
27
#
29
GH_TAGNAME=	47849be3a900c546cf92066849be0806f4e611d9
28
GH_TAGNAME=	e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2
30
USE_PERL5=	build
29
USE_PERL5=	build
31
30
32
ALL_TARGET=	bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe
31
ALL_TARGET=	bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe
Lines 77-82 Link Here
77
76
78
ISO_ALL_TARGET=	bin/ipxe.iso
77
ISO_ALL_TARGET=	bin/ipxe.iso
79
ISO_BUILD_DEPENDS=	bash:shells/bash \
78
ISO_BUILD_DEPENDS=	bash:shells/bash \
79
		gcsplit:sysutils/coreutils \
80
		${LOCALBASE}/share/syslinux/bios/core/isolinux.bin:sysutils/syslinux \
80
		${LOCALBASE}/share/syslinux/bios/core/isolinux.bin:sysutils/syslinux \
81
		mkisofs:sysutils/cdrtools
81
		mkisofs:sysutils/cdrtools
82
ISO_MAKE_ARGS=	ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \
82
ISO_MAKE_ARGS=	ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \
(-)net/ipxe/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1519713504
1
TIMESTAMP = 1528487574
2
SHA256 (ipxe-ipxe-20180220-47849be3a900c546cf92066849be0806f4e611d9_GH0.tar.gz) = 00c5e40965af555009fc29d7b640e3cecddd25ca2e930a2dcaa0e2bd366a36c1
2
SHA256 (ipxe-ipxe-20180514-e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2_GH0.tar.gz) = 35cf8a645a151bb346a4d43df2b44e7aad4e28a5f76556800d657813c5960145
3
SIZE (ipxe-ipxe-20180220-47849be3a900c546cf92066849be0806f4e611d9_GH0.tar.gz) = 3769882
3
SIZE (ipxe-ipxe-20180514-e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2_GH0.tar.gz) = 3782601
(-)net/ipxe/files/patch-Makefile (+11 lines)
Line 0 Link Here
1
--- Makefile.orig	2018-05-30 14:48:34 UTC
2
+++ Makefile
3
@@ -35,7 +35,7 @@ OBJCOPY		:= $(CROSS_COMPILE)objcopy
4
 NM		:= $(CROSS_COMPILE)nm
5
 OBJDUMP		:= $(CROSS_COMPILE)objdump
6
 OPENSSL		:= openssl
7
-CSPLIT		:= csplit
8
+CSPLIT		:= gcsplit
9
 PARSEROM	:= ./util/parserom.pl
10
 FIXROM		:= ./util/fixrom.pl
11
 SYMCHECK	:= ./util/symcheck.pl

Return to bug 228835