Page MenuHomeFreeBSD

New port: sysutils/vzvol: Feature-rich ZFS zvol management tool
AbandonedPublic

Authored by yuri on Dec 29 2017, 5:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 9:17 PM
Unknown Object (File)
Dec 22 2023, 11:46 PM
Unknown Object (File)
Sep 10 2023, 1:13 AM
Unknown Object (File)
Sep 1 2023, 7:54 AM
Unknown Object (File)
Jun 8 2023, 10:09 PM
Unknown Object (File)
Jun 8 2023, 9:42 PM
Unknown Object (File)
Jan 16 2023, 5:31 AM
Unknown Object (File)
Jan 8 2023, 2:50 PM
Subscribers

Diff Detail

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

Event Timeline

sysutils/vzvol/Makefile
44

This seems like it is installing scripts, maybe you should use INSTALL_SCRIPT. Also, I am not sure there is a point of installing the Linux related scripts.

48

Never, never, never, never, use cp to install files in STAGEDIR.
In this case, you should probably use ${COPYTREE_SHARE}.

sysutils/vzvol/pkg-plist
20

^ also, call me out on my prejudice, but given that these are linux scripts, I would assume you need a bash runtime dependency?

yuri added inline comments.
sysutils/vzvol/pkg-plist
20

No, I checked scripts and they are meant to be Bourne shell.

However, shellcheck finds some errors in them. I asked upstream to correct and create a release.

IMO, it will be reasonable to wait a few days in a hope that they will respond.

yuri marked an inline comment as done.

.

sysutils/vzvol/Makefile
44

I am not sure there is a point of installing the Linux related scripts.

These are for Linux file systems, not for Linux itself. They allow to manage Linux filesystems like ext2.

yuri retitled this revision from New port: sysutils/vzvol: Feature-rich ZFS zvol management tool to New port: sysutils/vzvol: Feature-rich ZFS zvol management tool {hold waiting for upstream scripts update, or until Dec 31}.Dec 29 2017, 10:45 PM
sysutils/vzvol/pkg-plist
20

good job :)

Surely enough, the upstream updated it.

yuri retitled this revision from New port: sysutils/vzvol: Feature-rich ZFS zvol management tool {hold waiting for upstream scripts update, or until Dec 31} to New port: sysutils/vzvol: Feature-rich ZFS zvol management tool.Dec 30 2017, 6:09 PM

Submitter asked to transfer it to freebsdfrau to expedite this item.

She is welcome to take it!

Committed by dteske@ on request by the submitter to avoid long a wait while it awaits approval.