From a3292075d84892d7a63bdbc48c8cec746466a765 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 31 Oct 2014 13:13:09 +0000 Subject: lang/mono: allow overriding Environment.SpecialFolder.Personal Any port that writes to Environment.SpecialFolder.Personal during build or when running tests may end up with files outside of the 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. This PR was an unnoticed prerequisite for the new port games/openra. Patch based on discussion in https://github.com/mono/mono/pull/371 PR: 193426 Submitted by: Jan Beich Approved by: maintainer timeout (8 weeks) --- lang/mono/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/mono/Makefile') diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 29a3d749c4f9..423e22940204 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -3,6 +3,7 @@ PORTNAME= mono PORTVERSION= 3.10.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ -- cgit v1.2.3