Index: head/lang/mono5.20/files/patch-mono_mini_Makefile.am.in =================================================================== --- head/lang/mono5.20/files/patch-mono_mini_Makefile.am.in (nonexistent) +++ head/lang/mono5.20/files/patch-mono_mini_Makefile.am.in (revision 557884) @@ -0,0 +1,11 @@ +--- mono/mini/Makefile.am.in.orig 2018-04-13 23:37:57 UTC ++++ mono/mini/Makefile.am.in +@@ -698,7 +698,7 @@ MemoryIntrinsics.dll: MemoryIntrinsics.i + + GENMDESC_OPTS= + +-GENMDESC_PRG=python $(srcdir)/genmdesc.py $(target_define) $(srcdir) ++GENMDESC_PRG=$(srcdir)/genmdesc.py $(target_define) $(srcdir) + + cpu-wasm.h: cpu-wasm.md + $(GENMDESC_PRG) cpu-wasm.h wasm_desc $(srcdir)/cpu-wasm.md Property changes on: head/lang/mono5.20/files/patch-mono_mini_Makefile.am.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/mono5.20/files/patch-mono_tests_Makefile.am =================================================================== --- head/lang/mono5.20/files/patch-mono_tests_Makefile.am (nonexistent) +++ head/lang/mono5.20/files/patch-mono_tests_Makefile.am (revision 557884) @@ -0,0 +1,19 @@ +--- tests/Makefile.am.orig 2019-05-24 23:23:07.902790000 -0400 ++++ mono/tests/Makefile.am 2019-05-24 23:23:35.295117000 -0400 +@@ -34,13 +34,13 @@ + BUILT_SOURCES += $(ARRAY_COOP_CS) + + array-coop-bigvt.cs: array-coop-bigvt.sh array-coop-1.cs array-coop-2.cs +- . $(srcdir)/array-coop-bigvt.sh $(srcdir) > $@ ++ $(srcdir)/array-coop-bigvt.sh $(srcdir) > $@ + + array-coop-smallvt.cs: array-coop-smallvt.sh array-coop-1.cs array-coop-2.cs +- . $(srcdir)/array-coop-smallvt.sh $(srcdir) > $@ ++ $(srcdir)/array-coop-smallvt.sh $(srcdir) > $@ + + array-coop-int.cs: array-coop-int.sh array-coop-1.cs array-coop-2.cs +- . $(srcdir)/array-coop-int.sh $(srcdir) > $@ ++ $(srcdir)/array-coop-int.sh $(srcdir) > $@ + + # These are not actually tests, but they are source files part of another test. + TAILCALL_DISABLED_TESTS_COMPILE = \ Property changes on: head/lang/mono5.20/files/patch-mono_tests_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/mono5.20/files/patch-mono_utils_mono-state.c =================================================================== --- head/lang/mono5.20/files/patch-mono_utils_mono-state.c (nonexistent) +++ head/lang/mono5.20/files/patch-mono_utils_mono-state.c (revision 557884) @@ -0,0 +1,13 @@ +--- utils/mono-state.c.orig 2019-05-24 22:08:27.154445000 -0400 ++++ mono/utils/mono-state.c 2019-05-24 22:08:47.363559000 -0400 +@@ -36,6 +36,10 @@ + #include + #endif + ++#ifdef HAVE_SYS_STAT_H ++#include ++#endif ++ + #ifdef HAVE_SYS_MMAN_H + #include + #endif Property changes on: head/lang/mono5.20/files/patch-mono_utils_mono-state.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property