[Bug 193426] New: lang/mono: allow overriding Environment.SpecialFolder.Personal e.g., HOME=${WRKDIR}

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 7 12:32:27 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193426

            Bug ID: 193426
           Summary: lang/mono: allow overriding
                    Environment.SpecialFolder.Personal e.g.,
                    HOME=${WRKDIR}
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jbeich at vfemail.net
            Blocks: 193422

Created attachment 147004
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147004&action=edit
reorder

Any port that writes to Environment.SpecialFolder.Personal during build or when
running tests may end up with files outside of stage area that aren't cleaned
up by the ports framework. The issue lies with Mono looking in /etc/passwd
first and only if no entry found there in HOME.

Patch based on discussion in

https://github.com/mono/mono/pull/371

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list