Bug 247233

Summary: New port: sysutils/fusefs-bindfs FUSE implementation of bindfs
Product: Ports & Packages Reporter: Leon Dietrich <doralitze>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
The patch for the port submission
none
Pathfile with new Makefile revision none

Description Leon Dietrich 2020-06-13 11:49:15 UTC
Created attachment 215516 [details]
The patch for the port submission

BindFS is very similar to nullfs but brings extra functionality to the game.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-06-16 07:08:10 UTC
Fails to build, please check https://gist.github.com/5fe98a9c1b8938249d7a0138d37d4eaa

Also please check the port with `portlint -abct`

Thanks!
Comment 2 Leon Dietrich 2020-06-16 10:34:24 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-06-16 11:12:56 UTC
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
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2020-06-16 11:13:35 UTC
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.