Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2017 20:31:53 +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: r453376 - head/net/ipxe
Message-ID:  <201711022031.vA2KVrFn034558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Nov  2 20:31:53 2017
New Revision: 453376
URL: https://svnweb.freebsd.org/changeset/ports/453376

Log:
  net/ipxe: Update to latest commit
  
  iPXE naturally doesn't require or link with any of the libraries
  provided by GCC, so remove the GCC run dependency.  In the absence of
  a better solution to do this we use the hack used by other ports like
  devel/linux-kernel, sysutils/memtest86+, sysutils/grub2-bhyve,
  misc/seabios, ... [1]
  
  Changes:	https://github.com/ipxe/ipxe/compare/26050fd4c87c50503d5bd573b2ec91703676e211...1b67a0564657b6fcef18b1588ea6491ca1b1996d
  PR:		211154 [1]

Modified:
  head/net/ipxe/Makefile
  head/net/ipxe/distinfo

Modified: head/net/ipxe/Makefile
==============================================================================
--- head/net/ipxe/Makefile	Thu Nov  2 20:16:32 2017	(r453375)
+++ head/net/ipxe/Makefile	Thu Nov  2 20:31:53 2017	(r453376)
@@ -4,8 +4,7 @@
 # With helpful hints from net/gpxe
 
 PORTNAME=	ipxe
-PORTVERSION=	20161208
-PORTREVISION=	3
+PORTVERSION=	20170924
 CATEGORIES=	net
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -30,7 +29,7 @@ GH_PROJECT=	ipxe
 #   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=	26050fd4c87c50503d5bd573b2ec91703676e211
+GH_TAGNAME=	1b67a0564657b6fcef18b1588ea6491ca1b1996d
 USE_PERL5=	build
 
 MAKE_ARGS=	PERL=${PERL} \
@@ -99,3 +98,5 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/bin/ipxe.lkrn ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>
+
+RUN_DEPENDS:=	${RUN_DEPENDS:Ngcc*}

Modified: head/net/ipxe/distinfo
==============================================================================
--- head/net/ipxe/distinfo	Thu Nov  2 20:16:32 2017	(r453375)
+++ head/net/ipxe/distinfo	Thu Nov  2 20:31:53 2017	(r453376)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484933375
-SHA256 (ipxe-ipxe-20161208-26050fd4c87c50503d5bd573b2ec91703676e211_GH0.tar.gz) = 2bc78183aa863bf4491e9d948f4321bc951413a2faca1654ef0d276dae1e365e
-SIZE (ipxe-ipxe-20161208-26050fd4c87c50503d5bd573b2ec91703676e211_GH0.tar.gz) = 3674693
+TIMESTAMP = 1509623948
+SHA256 (ipxe-ipxe-20170924-1b67a0564657b6fcef18b1588ea6491ca1b1996d_GH0.tar.gz) = 9e283e0d07f04a2ae90c0fe3d027a7344e68271f9213ae6c5fb7930f99db871b
+SIZE (ipxe-ipxe-20170924-1b67a0564657b6fcef18b1588ea6491ca1b1996d_GH0.tar.gz) = 3748122



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