Summary: | security/opencryptoki: 'make stage' as regular user fails to install p11sak_defined_attrs.conf.sample | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Individual Port(s) | Assignee: | Robert Clausecker <fuz> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fuz, hrs, ohartmann | ||||
Priority: | --- | Flags: | fuz:
maintainer-feedback-
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
John Hein
2023-02-13 05:35:06 UTC
Created attachment 240123 [details]
[patch] fix 'make stage' permission failure
Simple fix to remove the '-g ' option. Just let the @sample() parameters in pkg-plist set the group permissions.
No need to bump PORTREVISION as this will not change a package that was built as root instead of a regular user.
*** Bug 270028 has been marked as a duplicate of this bug. *** Comment on attachment 240123 [details]
[patch] fix 'make stage' permission failure
maintainer timeout
Thank you for your submission. Will commit shortly. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6714a2486ac92293aeed04f5cdac6ac546da0497 commit 6714a2486ac92293aeed04f5cdac6ac546da0497 Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2023-04-19 16:09:44 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-04-20 11:49:23 +0000 security/opencryptoki: fix build as non-root Simple fix to remove the '-g ' option. Just let the @sample() parameters in pkg-plist set the group permissions. Approved by: hrs (maintainer timeout) MFH: 2023Q2 PR: 269524 security/opencryptoki/files/patch-Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A commit in branch 2023Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bf7787c8837b93096cc92cb049a8cf1b87898ce commit 6bf7787c8837b93096cc92cb049a8cf1b87898ce Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2023-04-19 16:09:44 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-04-20 13:36:52 +0000 security/opencryptoki: fix build as non-root Simple fix to remove the '-g ' option. Just let the @sample() parameters in pkg-plist set the group permissions. Approved by: hrs (maintainer timeout) MFH: 2023Q2 PR: 269524 (cherry picked from commit 6714a2486ac92293aeed04f5cdac6ac546da0497) security/opencryptoki/files/patch-Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thank you for your contribution. |