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)
Mar 28 2025, 1:23 AM
Unknown Object (File)
Mar 13 2025, 12:59 PM
Unknown Object (File)
Mar 12 2025, 9:30 PM
Unknown Object (File)
Feb 26 2025, 6:07 AM
Unknown Object (File)
Jan 21 2025, 4:28 PM
Unknown Object (File)
Dec 3 2024, 11:42 AM
Unknown Object (File)
Oct 20 2024, 9:39 PM
Unknown Object (File)
Oct 20 2024, 9:39 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.