Page MenuHomeFreeBSD

[New port] sysutils/lizardfs: An open source distributed filesystem
ClosedPublic

Authored by jhixson on Jan 29 2019, 12:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 2:19 PM
Unknown Object (File)
Fri, Apr 19, 5:29 AM
Unknown Object (File)
Thu, Apr 4, 4:24 PM
Unknown Object (File)
Thu, Apr 4, 4:24 PM
Unknown Object (File)
Thu, Apr 4, 4:24 PM
Unknown Object (File)
Thu, Apr 4, 4:23 PM
Unknown Object (File)
Thu, Apr 4, 4:11 PM
Unknown Object (File)
Feb 23 2024, 10:13 AM
Subscribers

Details

Summary

[New port] sysutils/lizardfs: An open source distributed filesystem

Test Plan

Tested with poudriere for 11.2 and 12.0

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22273
Build 21472: arc lint + arc unit

Event Timeline

sysutils/lizardfs/Makefile
13

is the License file somewhere in the tarball?

sysutils/lizardfs/Makefile
15–19

The dependency on boost-libs should probably be a LIB_DEPENDS.

21

Remove :2.7+.

23–40

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

sysutils/lizardfs/files/mfschunkserver.in
24

Where is MFS_WORKDIR coming from? It is used in all the rc files, but not defined anywhere.

sysutils/lizardfs: port fixes

  • Set LICENSE_FILE
  • Move boost-libs to LIB_DEPENDS
  • Remove python2.7 from USES
  • Move CMAKE variables to correct location in Makefile
This revision is now accepted and ready to land.Feb 1 2019, 4:48 PM
This revision was automatically updated to reflect the committed changes.