svn commit: r518160 - head/emulators/open-vm-tools/files

Brooks Davis brooks at FreeBSD.org
Fri Nov 22 19:45:12 UTC 2019


Author: brooks
Date: Fri Nov 22 19:45:11 2019
New Revision: 518160
URL: https://svnweb.freebsd.org/changeset/ports/518160

Log:
  Fix build with src r354909 applied.

Added:
  head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile   (contents, props changed)
  head/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_Makefile   (contents, props changed)

Added: head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile	Fri Nov 22 19:45:11 2019	(r518160)
@@ -0,0 +1,11 @@
+--- modules/freebsd/vmblock/Makefile.orig
++++ modules/freebsd/vmblock/Makefile
+@@ -46,8 +46,6 @@
+ 
+ KMOD    = vmblock
+ PROG    = ../$(KMOD).ko
+-NOMAN   = t
+-NO_MAN  = t
+ KLDMOD  = t
+ 
+ VMBLOCK := $(MAINSRCROOT)/modules/vmblock

Added: head/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_Makefile	Fri Nov 22 19:45:11 2019	(r518160)
@@ -0,0 +1,11 @@
+--- modules/freebsd/vmmemctl/Makefile.orig
++++ modules/freebsd/vmmemctl/Makefile
+@@ -33,8 +33,6 @@
+ .endif
+ KMOD	= vmmemctl
+ PROG    = ../$(KMOD).ko
+-NOMAN	= t
+-NO_MAN  = t
+ KLDMOD	= t
+ 
+ # Don't print a warning that the object dir wasn't specified


More information about the svn-ports-head mailing list