Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / filesystems / fuse-bindfs |
Update to bindfs-1.15.1 from 1.8.4 ChangeLog is too long to paste here: https://bindfs.org/docs/ChangeLog.utf8.txt Note: On NetBSD, bindfs always maps the root directory "/" regardless of what source directory specified, unless the -f (foreground) option is given. The issue existed in 1.8.4 and I thought updating the package could fix it, but it didn't. The problem was actually in librefuse, which is now fixed in HEAD: http://mail-index.netbsd.org/source-changes/2021/11/30/msg134159.html
# $NetBSD: Makefile,v 1.6 2021/11/30 12:34:24 pho Exp $ DISTNAME= bindfs-1.15.1 PKGNAME= fuse-${DISTNAME} CATEGORIES= filesystems MASTER_SITES= https://bindfs.org/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bindfs.org/ COMMENT= Remounts file system subtrees in arbitrary locations LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= automake autoreconf gmake pkg-config pre-configure: cd ${WRKSRC} && autoreconf .include "../../mk/fuse.buildlink3.mk" .include "../../mk/bsd.pkg.mk"