Ticket #34034 (closed update: wontfix)
fuse4x: update to 0.10.0
| Reported by: | anatol.pomozov@… | Owned by: | dports@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch | Cc: | |
| Port: | fuse4x-kext fuse fuse4x-framework |
Description
- Update to 0.10.0
- Remove DISABLE_MACFUSE compile flag, now it is on by default
- update +trace variant flags
Attachments
Change History
comment:1 Changed 14 months ago by dports@…
- Owner changed from macports-tickets@… to dports@…
- Cc dports@… removed
- Status changed from new to assigned
comment:2 Changed 13 months ago by dports@…
Thanks.
What exactly are the implications of turning on the MacFUSE compatibility mode?
I believe the comment is correct to refer to /System/Library/Extensions rather than /Library/Extensions. Why do you think it needs to be changed?
comment:3 Changed 13 months ago by anatol.pomozov@…
What exactly are the implications of turning on the MacFUSE compatibility mode?
This patch does not enable the macfuse mode - the macfuse mode is disabled by default and this flag is not needed anymore in the Portfile. When I says "on by default" I meant DISABLE_MACFUSE is set by default (sorry for confusion it).
I believe the comment is correct to refer to /System/Library/Extensions
The kext has been moved to /Library/Extensions in version 0.9.0. /System/L/E is reserved for Apple specific extensions. The comment had to be fixed here #33243 . I attached a patch to fix it but it has never been applied.
comment:4 Changed 13 months ago by anatol.pomozov@…
Hi, Dan.
Could you please postpone updating fuse4x to @0.10.0 for a couple of days? I want to test it with as many filesystems as possible to see if there are any regressions.
comment:5 Changed 13 months ago by anatol.pomozov@…
Here is an update.
I found a FInder+NTFS-3G issue with 0.10.0 related to recently implemented "simple-lock" feature in fuse4x. I have a fix for it. I still test it and if everything will be ok I release 0.10.1 (the same as 0.10.0 plus the fix) in a week.

