Date: Sun, 6 Jan 2019 11:50:46 +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: r489461 - in head/net/ipxe: . files Message-ID: <201901061150.x06BokWr079533@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Jan 6 11:50:46 2019 New Revision: 489461 URL: https://svnweb.freebsd.org/changeset/ports/489461 Log: net/ipxe: Build VMware ROMs PR: 234658 Modified: head/net/ipxe/Makefile head/net/ipxe/files/pkg-message.in Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Sun Jan 6 11:50:42 2019 (r489460) +++ head/net/ipxe/Makefile Sun Jan 6 11:50:46 2019 (r489461) @@ -3,7 +3,7 @@ PORTNAME= ipxe PORTVERSION= 20180825 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= tobik@FreeBSD.org @@ -30,6 +30,8 @@ GH_TAGNAME= 133f4c47baef6002b2ccb4904a035cda2303c6e5 USE_PERL5= build ALL_TARGET= bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe +# VMware ROMs +ALL_TARGET+= bin/8086100f.mrom bin/808610d3.mrom bin/10222000.rom bin/15ad07b0.rom MAKE_ARGS= HOST_CC=${CC} \ PERL=${PERL} \ CC=${CC} \ Modified: head/net/ipxe/files/pkg-message.in ============================================================================== --- head/net/ipxe/files/pkg-message.in Sun Jan 6 11:50:42 2019 (r489460) +++ head/net/ipxe/files/pkg-message.in Sun Jan 6 11:50:46 2019 (r489461) @@ -8,3 +8,6 @@ The following files have been installed in %%DATADIR%% - ipxe.usb for creating a bootable USB key - undionly.kpxe for chainloading from a PXE ROM; contains only the UNDI drivers +- {8086100f,808610d3,10222000,15ad07b0}.rom for replacing the + VMware PXE ROM. See http://ipxe.org/howto/vmware for more + information.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061150.x06BokWr079533>