Port details |
- mono6.8 Open source implementation of .NET Development Framework
- 6.8.0.123_1 lang
=3 Version of this port present on the latest quarterly branch. - Maintainer: mono@FreeBSD.org
 - Port Added: 2020-12-13 02:38:02
- Last Update: 2022-08-10 10:07:24
- Commit Hash: 1303528
- People watching this port, also watch:: sabnzbdplus, syncthing, sonarr, prowlarr, plexmediaserver
- License: MIT
- 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.
WWW: http://www.mono-project.com/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- certmgr
- coin-or-disco
- disco
- mono
- mono[0-9]*
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- 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 sparc64
- 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>0 : devel/cmake
- bison : devel/bison
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- 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
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- perl5>=5.32.r0<5.33 : lang/perl5.32
- 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
- net-p2p/sonarr
- Configuration Options:
- ===> The following configuration options are available for mono6.8-6.8.0.123_1:
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 bison compiler:c11 cpe gmake iconv libtool localbase pathfix perl5 python:3.6+ 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:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Aug 2022 10:07:24 6.8.0.123_1 |
Felix Palmen (zirias)  |
lang/mono6.8: Fix build with archivers/brotli
Add USES=localbase, so in-tree headers are found before headers in
LOCALBASE. This fixes the build with archivers/brotli installed.
CONFLICTS isn't an option any more, after
478e294ddedbe6444330b00512a09406265bea71, archivers/brotli is an
indirect build dependency.
PR: 265745
Approved by: portmgr (build fix blanket), tcberner (mentor) |
20 Jul 2022 14:22:15 6.8.0.123_1 |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
10 Jan 2022 15:15:39 6.8.0.123_1 |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
09 Dec 2021 20:37:13 6.8.0.123_1 |
Cy Schubert (cy)  |
lang/mono6.8: Invoke CPU_COUNT properly
9e02e52115e43c5c5ec3d971c9100c3cf322b726 did not include a patch to
configure.ac that allowed it to properly detect CPU_COUNT.
Fixes: 2e52115e43c5c5ec3d971c9100c3cf322b726
MFH: 2021Q4 |
29 Nov 2021 20:55:19 6.8.0.123_1 |
Cy Schubert (cy)  |
lang/mono6.8: Fix build on current with _WITH_CPU_SET_T
Fix the same error as lang/mono.
MFH after: 3 days |
16 Nov 2021 19:41:21 6.8.0.123_1 |
Dries Michiels (driesm)  |
lang/mono6.8: Fix version in CONFLICTS_INSTALL
PR: 254222
Approved by: 0mp (mentor), portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D32998 |
16 Oct 2021 09:51:39 6.8.0.123 |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
06 Oct 2021 20:52:51 6.8.0.123 |
Piotr Kubaj (pkubaj)  |
lang/mono6.8: fix powerpc* plist
- actually add pkg-plist.powerpc,
- move it before bsd.port.pre.mk. |
25 Sep 2021 14:04:27 6.8.0.123 |
Gleb Popov (arrowd)  Author: Michiel van Baak |
lang/mono6.8: Fix build with NLS option disabled.
PR: 255709 |
26 May 2021 03:07:19 6.8.0.123 |
Alexey Dokuchaev (danfe)  |
lang/mono6.8: register build-time conflict against archivers/brotli
The build fails if `archivers/brotli' port is installed, with the
errors quoted below. It does not happen in pristine environments,
but may affect users who build ports locally.
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:1:
error: unknown type name 'BROTLI_INTERNAL'
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
^
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:31:
error: expected ';' after top level declarator
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
^
;
2 errors generated. |
20 Apr 2021 06:57:34 6.8.0.123 |
Tobias Kortkamp (tobik)  |
Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)
Samurai is a Ninja-compatible build tool with fewer dependencies
than Ninja. Hook it to the framework via a new NINJA_DEFAULT.
This also adds %p to NINJA_STATUS to make Ninja or Samurai print
the percentage of completed jobs to make it easier to eyeball how
much of the build is done.
PR: 254678
Exp-run by: antoine |
06 Apr 2021 14:31:07 6.8.0.123 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Dec 2020 20:06:49
6.8.0.123 |
antoine  |
Fix PKGBASE collisions |
18 Dec 2020 19:37:25
6.8.0.123 |
linimon  |
Add proper CONFLICTS_INSTALL.
These should now be complete and ready for wider testing, so change the
maintainers to all be mono@FreeBSD.org
PR: 251795
Submitted by: linimon |
13 Dec 2020 02:53:09
6.8.0.123 |
linimon  |
Actually update the newly created port lang/mono6.8 to 6.8.
This port is a WIP. It compiles and packages on both amd64 and powerpc64.
However, the ports depending on it do *not*. I will continue working on
this. Because of this, assign maintainership to myself in the meantime.
This corresponds to the most recent patches in D23300 except with fixes
to the OPTIONS handling by myself.
Submitted by: prj_rootwyrm.com
Differential Revision: D23300 |
13 Dec 2020 02:37:25
5.10.1.57_3 |
linimon  |
Repocopy lang/mono to lang/mono6.8 in preparation for upgrade. |