diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 0a95daa073e2..85b8198febd0 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -4,7 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= emulators diff --git a/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c b/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c new file mode 100644 index 000000000000..487eaadde1d4 --- /dev/null +++ b/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c @@ -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 },