Bug 208039 - [MAINTAINER][PATCH] sysutils/dsbmc: Make port build as non-root user
Summary: [MAINTAINER][PATCH] sysutils/dsbmc: Make port build as non-root user
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-03-15 18:47 UTC by Marcel Kaiser
Modified: 2016-03-23 10:41 UTC (History)
1 user (show)

See Also:


Attachments
Patch to build port as non-root user. (661 bytes, patch)
2016-03-15 18:47 UTC, Marcel Kaiser
rakuco: maintainer-approval+
Details | Diff
Poudriere build log (10.2R, i386, non-root) (32.14 KB, text/plain)
2016-03-15 18:48 UTC, Marcel Kaiser
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.