maintainer-feedback requested: [Bug 194845] lang/mono Use mono Mac NetworkInterface code instead of Linux NetworkInterface code
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 5 23:01:34 UTC 2014
Ben Woods <woodsb02 at gmail.com> has asked mono at FreeBSD.org for
maintainer-feedback:
Bug 194845: lang/mono Use mono Mac NetworkInterface code instead of Linux
NetworkInterface code
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194845
--- Description ---
The FreeBSD mono port is currently configured to use the mono Linux
NetworkInterface code, which contains some Linuxisms (such as parsing files in
/sys/class/net/). Refer to the code here:
https://github.com/mono/mono/blob/master/mcs/class/System/System.Net.NetworkInf
ormation/NetworkInterface.cs
The FreeBSD mono port should be changed to use the Mac NetworkInterface code
which works fine. Refer to the above link which shows class
MacOsNetworkInterface : UnixNetworkInterface.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer mono at FreeBSD.org
More information about the freebsd-mono
mailing list