Hey!
i was trying to install fuesfs-ntfs via ports on my 9.1RC-3 (amd64) box, but i got an error in fusefs-kmod:
[CMD=]cat fuse_vnops.c | grep vrecycle[/CMD]
google found this for me:
same problem, with diff file to patch
I tried to patch it, but the patch process failed and i was too afraid to break something to work the changes in manually.
do i need to download it from another source? is ports using an old (broken?) version maybe? am i doing something wrong here?
i was trying to install fuesfs-ntfs via ports on my 9.1RC-3 (amd64) box, but i got an error in fusefs-kmod:
Code:
fuse_vnops.c: In funtion 'fuse_inactive':
fuse_vnops.c:666: error: too many arguments to function 'vrecycle'
*** [fuse_vnops.o] Error code 1
[...]
[CMD=]cat fuse_vnops.c | grep vrecycle[/CMD]
Code:
vrecycle(vp,td);
google found this for me:
same problem, with diff file to patch
I tried to patch it, but the patch process failed and i was too afraid to break something to work the changes in manually.
do i need to download it from another source? is ports using an old (broken?) version maybe? am i doing something wrong here?