Bug 208039

Summary: [MAINTAINER][PATCH] sysutils/dsbmc: 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:47:14 UTC
Created attachment 168247 [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:48:10 UTC
Created attachment 168248 [details]
Poudriere build log (10.2R, i386, non-root)
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-03-23 10:40:08 UTC
A commit references this bug:

Author: rakuco
Date: Wed Mar 23 10:39:23 UTC 2016
New revision: 411692
URL: https://svnweb.freebsd.org/changeset/ports/411692

Log:
  Add a patch to fix installation as a regular user.

  PR:		208039
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)

Changes:
  head/sysutils/dsbmc/files/
  head/sysutils/dsbmc/files/patch-Makefile
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-03-23 10:41:27 UTC
Committed, thanks.