From 9fee12094ac877e4b45e0d1c4519897245ae9f58 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 2 Nov 2017 20:31:53 +0000 Subject: 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] --- net/ipxe/Makefile | 7 ++++--- net/ipxe/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'net/ipxe') diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile index a08d74c16156..104d6986cce5 100644 --- a/net/ipxe/Makefile +++ b/net/ipxe/Makefile @@ -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 + +RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} diff --git a/net/ipxe/distinfo b/net/ipxe/distinfo index 4212067e0c37..cb70b50cf623 100644 --- a/net/ipxe/distinfo +++ b/net/ipxe/distinfo @@ -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 -- cgit v1.2.3