Date: Sun, 25 Feb 2018 15:35:08 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462960 - in head/emulators/open-vm-tools: . files Message-ID: <201802251535.w1PFZ877070692@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802251535.w1PFZ877070692>