Date: Sun, 07 Sep 2014 12:32:27 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193426] New: lang/mono: allow overriding Environment.SpecialFolder.Personal e.g., HOME=${WRKDIR} Message-ID: <bug-193426-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: jbeich@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193426-13>