CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/01/02 06:19:10
Modified files:
lang/mono : Makefile distinfo
lang/mono/patches: patch-mono_metadata_mono-route_h
patch-mono_mini_main_c
patch-mono_utils_mono-proclib_c
patch-mono_utils_mono-threads-openbsd_c
patch-mono_utils_networking-posix_c
lang/mono/pkg : PLIST
Added files:
lang/mono/patches: patch-configure
patch-mono_metadata_w32process-unix-bsd_c
patch-mono_profiler_mprof-report_c
Removed files:
lang/mono/patches: patch-mono_Makefile_in
patch-mono_dis_Makefile_in
patch-mono_io-layer_processes_h
patch-mono_mini_test_op_il_seq_point_sh
patch-mono_profiler_Makefile_in
patch-mono_profiler_decode_c
Log message:
update to 5.8.0.88; but keep it as BROKEN until the following issue is
fixed:
starting from 5.x, mono uses the csc (rosyln) compiler by default,
instead of mcs and csc is completely broken on OpenBSD for now, however
mcs can be used to build mono itself and other code as well.
there is an ongoing effort to fix this so i am commiting this so
that it is easier to work on it