Bug 247233 - New port: sysutils/fusefs-bindfs FUSE implementation of bindfs
Summary: New port: sysutils/fusefs-bindfs FUSE implementation of bindfs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-13 11:49 UTC by Leon Dietrich
Modified: 2020-06-16 11:13 UTC (History)
1 user (show)

See Also:


Attachments
The patch for the port submission (3.15 KB, patch)
2020-06-13 11:49 UTC, Leon Dietrich
no flags Details | Diff
Pathfile with new Makefile revision (3.14 KB, patch)
2020-06-16 10:34 UTC, Leon Dietrich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.