svn commit: r489461 - in head/net/ipxe: . files

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 6 11:50:47 UTC 2019


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 at 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.


More information about the svn-ports-all mailing list