Summary: | sysutils/zfsnap2 fails to build if BASH or ZSH option is switched off | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexey Markov <redrat> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | 000.fbsd, pi, ports | ||||
Priority: | --- | Flags: | pi:
maintainer-feedback-
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I can confirm this issue. The provided patch fixes the issue. Thanks. Can somobody commit this fix, please? Committed, thanks! A commit references this bug: Author: pi Date: Mon Nov 9 17:53:26 UTC 2020 New revision: 554783 URL: https://svnweb.freebsd.org/changeset/ports/554783 Log: sysutils/zfsnap2: fix build if BASH or ZSH option is switched off PR: 248842 Submitted by: Alexey Markov <redrat@mail.ru> Reviewed by: Henrik Hudson <ports@thelanman.net>, Miroslav Lachman <000.fbsd@quip.cz> Approved by: mm (maintainer timeout) Changes: head/sysutils/zfsnap2/pkg-plist |
Created attachment 217450 [details] Patch for pkg-plist Port installation fails if BASH or ZSH option is switched off because of missed parts in the pkg-plist file. Patch is attached.