[New port] sysutils/lizardfs: An open source distributed filesystem
Details
Details
Tested with poudriere for 11.2 and 12.0
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sysutils/lizardfs/Makefile | ||
---|---|---|
12 ↗ | (On Diff #53351) | is the License file somewhere in the tarball? |
sysutils/lizardfs/Makefile | ||
---|---|---|
14–18 ↗ | (On Diff #53351) | The dependency on boost-libs should probably be a LIB_DEPENDS. |
20 ↗ | (On Diff #53351) | Remove :2.7+. |
22–39 ↗ | (On Diff #53351) | Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles. |
sysutils/lizardfs/files/mfschunkserver.in | ||
23 ↗ | (On Diff #53351) | Where is MFS_WORKDIR coming from? It is used in all the rc files, but not defined anywhere. |
Comment Actions
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