Re: filesystems/fuse-encfs compilation error; upgrade

2019-04-09 Thread Mayuresh
On Tue, Apr 09, 2019 at 09:46:31PM +0530, Mayuresh wrote: > BTW I notice that pkgsrc's filesystems/fuse is version 2.9. Thus it may > not require compat22 patch. > > But I am not sure how to make fuse-encfs pick pkgsrc's fuse rather than > from base. I installed filesystems/fuse and did a clean

Re: filesystems/fuse-encfs compilation error; upgrade

2019-04-09 Thread Mayuresh
On Tue, Apr 09, 2019 at 08:58:16PM +0530, Mayuresh wrote: > +#ifdef __NetBSD__ > + fuse_unmount_compat22(mountPoint); > +#else >fuse_unmount(mountPoint, nullptr); > +#endif BTW I notice that pkgsrc's filesystems/fuse is version 2.9. Thus it may not require compat22 patch. But I am not sure

Re: filesystems/fuse-encfs compilation error; upgrade

2019-04-09 Thread Mayuresh
On Tue, Apr 09, 2019 at 08:58:16PM +0530, Mayuresh wrote: > It builds fine but I am yet to test it. This is to confirm that in quick tests this is working fine for me. Knowing the stability would take some usage over time. I'd feel hugely relieved if it works stably on NetBSD. It would solve a

Re: filesystems/fuse-encfs compilation error; upgrade

2019-04-09 Thread Mayuresh
On Tue, Apr 09, 2019 at 10:34:16AM -0400, Greg Troxel wrote: > Please feel free to create an updated package in pkgsrc-wip. I just did the following to get it to compile: - Upgraded to latest release 1.9.5 - Reconciled existing 2 patches - Created following new patch $NetBSD$ ---