Summary: | [MAINTAINER][PATCH] sysutils/dsbdriverd: Make port build as non-root user | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Marcel Kaiser <mk> | ||||||
Component: | Individual Port(s) | Assignee: | Raphael Kubo da Costa <rakuco> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | rakuco | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 168250 [details]
Poudriere build log (10.2R, i386, non-root)
A commit references this bug: Author: rakuco Date: Wed Mar 23 10:40:48 UTC 2016 New revision: 411693 URL: https://svnweb.freebsd.org/changeset/ports/411693 Log: Add patch to fix installation as a regular user. PR: 208040 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Changes: head/sysutils/dsbdriverd/files/patch-Makefile Committed, thanks. |
Created attachment 168249 [details] Patch to build port as non-root user. This patch makes the port build as non-root user. Because of the install options '-o root -g wheel' in the distfile's Makefile, building as non-root user will fail.