CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/13 13:26:20
Modified files:
lang/mono : Makefile
lang/mono/patches:
patch-mcs_class_System_System_Net_NetworkInformation_OpenBSDNetworkInterface_cs
Log message:
unbreak depotdownloader by re-defining AF_INET6 to 30 which is wrong as that
is the value used by MacOS and not OpenBSD, however some ports are distributed
in a binary form and they freak out if there is a mismatch between the mono
runtime that they were compiled with and the one that they are running with.
the long-term solution is to get msbuild ported and compile depotdownloader
with our own mono runtime, until then, break IPv6 , nobody is using it anyway ;)