From owner-svn-ports-head@freebsd.org Thu Nov 2 20:31:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7630FE6286B; Thu, 2 Nov 2017 20:31:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4596868394; Thu, 2 Nov 2017 20:31:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA2KVrIu034560; Thu, 2 Nov 2017 20:31:53 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA2KVrFn034558; Thu, 2 Nov 2017 20:31:53 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201711022031.vA2KVrFn034558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 2 Nov 2017 20:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453376 - head/net/ipxe X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/net/ipxe X-SVN-Commit-Revision: 453376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2017 20:31:54 -0000 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 + +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