Page MenuHomeFreeBSD

sysutils/openzfs: fix build errors
ClosedPublic

Authored by asomers on Dec 29 2021, 10:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 2:21 AM
Unknown Object (File)
Mon, Sep 15, 4:16 AM
Unknown Object (File)
Aug 15 2025, 8:37 AM
Unknown Object (File)
Aug 4 2025, 1:07 AM
Unknown Object (File)
Aug 3 2025, 3:26 PM
Unknown Object (File)
Aug 2 2025, 6:09 PM
Unknown Object (File)
Jul 23 2025, 12:00 PM
Unknown Object (File)
Jul 22 2025, 4:52 PM
Subscribers

Details

Summary
  • Missing file in pkg-plist
  • shebangfix not applied everywhere

Sponsored by: Axcient

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sysutils/openzfs/Makefile
15

What depends on ksh to build?

sysutils/openzfs/Makefile
15

It's just to satisfy the shebangfix check. If ksh93 is not installed the port will build fine, but it will fail in "poudriere testport" because shebangfix thinks that the shebang is invalid.

This revision is now accepted and ready to land.Dec 30 2021, 6:53 PM
This revision was automatically updated to reflect the committed changes.