Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 08:57:55 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485643 - in head/net/ipxe: . files
Message-ID:  <201811230857.wAN8vtow089712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Nov 23 08:57:55 2018
New Revision: 485643
URL: https://svnweb.freebsd.org/changeset/ports/485643

Log:
  net/ipxe: Update to latest commit

Added:
  head/net/ipxe/files/patch-Makefile.housekeeping   (contents, props changed)
Modified:
  head/net/ipxe/Makefile
  head/net/ipxe/distinfo

Modified: head/net/ipxe/Makefile
==============================================================================
--- head/net/ipxe/Makefile	Fri Nov 23 06:56:09 2018	(r485642)
+++ head/net/ipxe/Makefile	Fri Nov 23 08:57:55 2018	(r485643)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipxe
-PORTVERSION=	20180514
-PORTREVISION=	1
+PORTVERSION=	20180825
 CATEGORIES=	net
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -26,7 +25,7 @@ USE_GITHUB=	yes
 #   A: iPXE uses a rolling release model, in which every commit is intended
 #      to be production-ready.  You should always use the latest code.
 #
-GH_TAGNAME=	e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2
+GH_TAGNAME=	133f4c47baef6002b2ccb4904a035cda2303c6e5
 USE_PERL5=	build
 
 ALL_TARGET=	bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe

Modified: head/net/ipxe/distinfo
==============================================================================
--- head/net/ipxe/distinfo	Fri Nov 23 06:56:09 2018	(r485642)
+++ head/net/ipxe/distinfo	Fri Nov 23 08:57:55 2018	(r485643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528487574
-SHA256 (ipxe-ipxe-20180514-e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2_GH0.tar.gz) = 35cf8a645a151bb346a4d43df2b44e7aad4e28a5f76556800d657813c5960145
-SIZE (ipxe-ipxe-20180514-e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2_GH0.tar.gz) = 3782601
+TIMESTAMP = 1542961849
+SHA256 (ipxe-ipxe-20180825-133f4c47baef6002b2ccb4904a035cda2303c6e5_GH0.tar.gz) = ce3c7cb9c1cc1efcf6d11b08db021d63a819ebf1fd84e43e0b31dc88a02f4d42
+SIZE (ipxe-ipxe-20180825-133f4c47baef6002b2ccb4904a035cda2303c6e5_GH0.tar.gz) = 3796524

Added: head/net/ipxe/files/patch-Makefile.housekeeping
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ipxe/files/patch-Makefile.housekeeping	Fri Nov 23 08:57:55 2018	(r485643)
@@ -0,0 +1,15 @@
+sed: 1: "s/\.o\s*:/_DEPS +=/": RE error: trailing backslash (\)
+
+cf. PR 229925
+
+--- Makefile.housekeeping.orig	2018-11-23 08:32:22 UTC
++++ Makefile.housekeeping
+@@ -850,7 +850,7 @@ define deps_template_parts
+ 	@$(MKDIR) -p $(BIN)/deps/$(dir $(1))
+ 	$(Q)$(CPP) $(CFLAGS) $(CFLAGS_$(2)) $(CFLAGS_$(3)) -DOBJECT=$(3) \
+ 		-Wno-error -M $(1) -MG -MP | \
+-		sed 's/\.o\s*:/_DEPS +=/' > $(BIN)/deps/$(1).d
++		sed 's/\.o[[:blank:]]*:/_DEPS +=/' > $(BIN)/deps/$(1).d
+ endef
+ 
+ # rules_template : generate rules for a given source file



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