svn commit: r462960 - in head/emulators/open-vm-tools: . files

Josh Paetzel jpaetzel at FreeBSD.org
Sun Feb 25 15:35:08 UTC 2018


Author: jpaetzel
Date: Sun Feb 25 15:35:07 2018
New Revision: 462960
URL: https://svnweb.freebsd.org/changeset/ports/462960

Log:
  Backport a fix from upstream that broke UFS
  
  Reported by:	dim
  Obtained from:	VMware

Added:
  head/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c   (contents, props changed)
Modified:
  head/emulators/open-vm-tools/Makefile

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Sun Feb 25 15:27:30 2018	(r462959)
+++ head/emulators/open-vm-tools/Makefile	Sun Feb 25 15:35:07 2018	(r462960)
@@ -4,7 +4,7 @@
 PORTNAME=		open-vm-tools
 PORTVERSION=		${RELEASE_VER}
 DISTVERSIONPREFIX=	stable-
-PORTREVISION=		2
+PORTREVISION=		3
 PORTEPOCH=		2
 CATEGORIES=		emulators
 

Added: head/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c	Sun Feb 25 15:35:07 2018	(r462960)
@@ -0,0 +1,10 @@
+--- lib/wiper/wiperPosix.c.orig	2018-02-24 17:51:48 UTC
++++ lib/wiper/wiperPosix.c
+@@ -143,6 +143,7 @@ static const PartitionInfo gKnownPartitions[] = {
+    { "ntfs",      PARTITION_NTFS,         NULL,                   TRUE        },
+    { "pcfs",      PARTITION_PCFS,         NULL,                   TRUE        },
+    { "reiserfs",  PARTITION_REISERFS,     NULL,                   TRUE        },
++   { "ufs",       PARTITION_UFS,          NULL,                   TRUE        },
+    { "vfat",      PARTITION_FAT,          NULL,                   TRUE        },
+    { "zfs",       PARTITION_ZFS,          NULL,                   FALSE       },
+    { "xfs",       PARTITION_XFS,          NULL,                   TRUE        },


More information about the svn-ports-head mailing list