Created attachment 215516 [details] The patch for the port submission BindFS is very similar to nullfs but brings extra functionality to the game.
Fails to build, please check https://gist.github.com/5fe98a9c1b8938249d7a0138d37d4eaa Also please check the port with `portlint -abct` Thanks!
Created attachment 215609 [details] Pathfile with new Makefile revision Changes: - Swapped spaces in Makefile for TAB symbols - Added pkgconfig to USES field The port builds successfully in poudriere but portlint -abct still complains about a missing period at the end of the comment section. As far as I can tell there is a period at the end of the comment section
A commit references this bug: Author: lwhsu Date: Tue Jun 16 11:12:24 UTC 2020 New revision: 539339 URL: https://svnweb.freebsd.org/changeset/ports/539339 Log: Add sysutils/fusefs-bindfs, FUSE implementation of bindfs PR: 247233 Submitted by: Leon Dietrich <doralitze@chaotikum.org> Changes: head/sysutils/Makefile head/sysutils/fusefs-bindfs/ head/sysutils/fusefs-bindfs/Makefile head/sysutils/fusefs-bindfs/distinfo head/sysutils/fusefs-bindfs/pkg-descr
New port added with some minor tweaks: - Fold pkg-plist into Makefile - Adjust COMMENT, what portlint means is there is no period required at the end.