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)
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
Unknown Object (File)
Jan 14 2024, 4:37 PM
Unknown Object (File)
Dec 22 2023, 5:05 PM
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 22235
Build 21438: arc lint + arc unit

Event Timeline

sysutils/lizardfs/Makefile
12

is the License file somewhere in the tarball?

sysutils/lizardfs/Makefile
14–18

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

20

Remove :2.7+.

22–39

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

sysutils/lizardfs/files/mfschunkserver.in
23

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.