Port details on branch 2023Q4 |
- mono6.8 Open source implementation of .NET Development Framework
- 6.8.0.123_3 lang =5 6.8.0.123_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2020-12-13 02:38:02
- Last Update: 2024-02-22 03:48:03
- Commit Hash: 6821b39
- People watching this port, also watch:: mono, phpsysinfo-php82, xcb-util-image, libXdamage, libevent
- License: MIT
- WWW:
- https://www.mono-project.com/
- Description:
- Mono is an open source implementation of .NET Development Framework. Its
objective is to enable UNIX developers to build and deploy cross-platform
.NET Applications. The project implements various technologies developed by
Microsoft that have now been submitted to the ECMA for standardization.
Mono provides the necessary software to develop and run .NET client and
server applications on BSD, Linux, Solaris, Mac OS X, Windows, and Unix.
SPECTRE MITIGATION: Mono 6.4+ introduces additional internal changes to
better protect against Spectre and Meltdown attacks for both compiled and
interpreted code during runtime. This can cause severe performance impacts
to applications in a number of scenarios, and is not enabled by default for
that reason. When used in high risk environments such as shared hosting,
it is strongly recommended to enable this option.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- certmgr
- coin-or-disco
- disco
- mono
- mono[0-9]*
- To install the port:
- cd /usr/ports/lang/mono6.8/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/mono6.8
- pkg install mono6.8
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mono6.8
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: riscv64 riscv64sf
- distinfo:
- TIMESTAMP = 1589939235
SHA256 (mono-6.8.0.123.tar.xz) = e2e42d36e19f083fc0d82f6c02f7db80611d69767112af353df2f279744a2ac5
SIZE (mono-6.8.0.123.tar.xz) = 243827664
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-XML-Parser>=0 : textproc/p5-XML-Parser
- bash : shells/bash
- cmake-core>0 : devel/cmake-core
- bison : devel/bison
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Xvfb : x11-servers/xorg-server@xvfb
- 8x13O.pcf.gz : x11-fonts/xorg-fonts-miscbitmaps
- fonts.alias : x11-fonts/font-alias
- base : x11/xkeyboard-config
- xkbcomp : x11/xkbcomp
- autoconf2.69>=2.69 : devel/autoconf2.69
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pillow>=0 : graphics/py-pillow@py39
- ca_root_nss>=0 : security/ca_root_nss
- sqlite3>0 : databases/sqlite3
- zip>=0 : archivers/zip
- pango>0 : x11-toolkits/pango
- libgdiplus>0 : x11-toolkits/libgdiplus
- python3.9 : lang/python39
- Library dependencies:
-
- libinotify.so : devel/libinotify
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- net-p2p/jackett
Configuration Options:
- ===> The following configuration options are available for mono6.8-6.8.0.123_3:
BIGARRAY=off: Enable allocating arrays greater than Int32.MaxValue
MONODEV=off: Build for Mono development (disables crash privacy)
MONOLITE=on: Use monolite to bootstrap mcs (otherwise use installed mcs)
NINJA=off: Use ninja to build wherever possible
NLS=on: NLS Localization Support
ODBC=off: System.Data: support for unixODBC
SPECTRE=off: Enable internal Mono Spectre mitigations (SEE pkg-descr)
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- lang_mono6.8
- USES:
- autoreconf:2.69 bison compiler:c11 cpe gmake iconv libtool localbase pathfix perl5 python shebangfix tar:xz gettext display:test
- pkg-message:
- For install:
- If you have build/runtime errors with Mono and Gtk# apps please try the
following first:
* Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the
default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has
been known to expose compiler bugs.
* Try building and running Mono with the GENERIC kernel.
- Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the
GENERIC kernel.
- Removing kernel options or changing defaults to use experimental
options can adversely affect Mono's ability to build and run.
* Remove leftover semaphores / increase semaphore limits.
- Close apps which use Mono and run `ipcs -sbt`. Remove the
semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1)
- _OR_ simply reboot which is the safest method.
- On multi-user systems the semaphore limits may need to be increased
from the defaults. The following should comfortably support 30 users.
# echo "kern.ipc.semmni=40" >> /boot/loader.conf
# echo "kern.ipc.semmns=300" >> /boot/loader.conf
* If you are in a jailed environment, ensure System V IPC are enabled.
You can rely on the security.jail.sysvipc_allowed sysctl to check
this status. The following enables this feature on the host system:
# echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf
* Some process information are accessed through /proc (e.g. when using
NUnit) and procfs(5) has to be mounted for these features to work:
# echo "proc /proc procfs rw 0 0" >> /etc/fstab
* Mono does not use the system certificates files. If you update
security/ca_root_nss separate from Mono, you must manually resync
from the PEM file using the Mono cert-sync tool as root.
# cert-sync /usr/local/share/certs/ca-root-nss.crt
Otherwise, certificates may fail validation within Mono.
- If upgrading
- * If you have installed any custom CAs using the cert-sync tool, you
must re-install them after upgrading Mono.
- Master Sites:
|