Summary: | sysutils/fusefs-ntfs: Remove block device check in mkntfs | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel O'Connor <darius> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi, tablosazi.farahan | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
We assume that the -F option is sufficient to use mkntfs. "Works as intended" means you always have to use -F? This seems user hostile :( You are right, it is useful to apply this patch. But it should also be upstreamed. I tried to submit it upstream, but there's a rate limiting active there. Waiting... A commit references this bug: Author: pi Date: Sun Oct 18 08:49:58 UTC 2015 New revision: 399607 URL: https://svnweb.freebsd.org/changeset/ports/399607 Log: sysutils/fusefs-ntfs: patch mkntfs to not check for block devices PR: 197301 Submitted by: darius@dons.net.au Changes: head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-ntfs/files/patch-ntfsprogs_mkntfs.c Committed, thanks. Upstream discussion see http://tuxera.com/forum/viewtopic.php?f=5&t=31008 MARKED AS SPAM |
Created attachment 152530 [details] Fix bug mkntfs complains if a device node is not a block device which is nonsensical in FreeBSD. This patch removes the test so it works without -F.