Bug 208040

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:
Description Flags
Patch to build port as non-root user.
rakuco: maintainer-approval+
Poudriere build log (10.2R, i386, non-root) none

Description Marcel Kaiser 2016-03-15 18:50:35 UTC
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.
Comment 1 Marcel Kaiser 2016-03-15 18:51:49 UTC
Created attachment 168250 [details]
Poudriere build log (10.2R, i386, non-root)
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-03-23 10:41:10 UTC
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
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-03-23 10:41:42 UTC
Committed, thanks.