Port details |
- 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:: dotnet, mono, libevent, yarn-node20, xcb-util-image
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8.0.123_3 22 Feb 2024 03:48:03 |
Muhammad Moinur Rahman (bofh) |
lang/mono6.8: Moved man to share/man
Approved by: portmgr (blanket) |
6.8.0.123_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
6.8.0.123_2 01 Oct 2023 09:39:21 |
Piotr Kubaj (pkubaj) |
lang/mono6.8: fix build with llvm 16
exceptions-ppc.c:817:32: error: incompatible pointer to integer conversion
assigning to 'host_mgreg_t' (aka 'long') from 'gpointer' (aka 'void *')
[-Wint-conversion]
ctx->regs [PPC_FIRST_ARG_REG] = user_data;
^ ~~~~~~~~~
exceptions-ppc.c:819:23: error: incompatible pointer to integer conversion
assigning to 'unsigned long' from 'gpointer' (aka 'void *') [-Wint-conversion]
*(unsigned long *)sp = MONO_CONTEXT_GET_SP(ctx);
^ ~~~~~~~~~~~~~~~~~~~~~~~~
exceptions-ppc.c:821:45: error: incompatible integer to pointer conversion
passing 'unsigned long' to parameter of type 'gpointer' (aka 'void *')
[-Wint-conversion]
mono_arch_setup_resume_sighandler_ctx(ctx, (unsigned long) async_cb);
^~~~~~~~~~~~~~~~~~~~~~~~
./mini.h:2384:77: note: passing argument to parameter 'func' here
void mono_arch_setup_resume_sighandler_ctx (MonoContext *ctx, gpointer
func);
^
3 errors generated. |
6.8.0.123_2 08 Aug 2023 11:16:45 |
Jan Beich (jbeich) |
lang/mono*: add compat symlink for devel/msbuild < 16
/usr/local/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets(331,5):
error MSB4019: The imported project
"/usr/local/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets" was
not found. Confirm that the path in the <Import> declaration is correct, and
that the file exists on disk.
PR: 256342
Suggested by: Marcin Cieślak
Regressed by: https://github.com/mono/mono/commit/1717687e16dd |
6.8.0.123_1 08 Aug 2023 07:25:20 |
Fernando Apesteguía (fernape) Author: Marcin Cieślak |
lang/mono6.8: Fix build with ninja
Downgraded USES=autoreconf:2.69 to reduce the amount of warnings.
There is no need to invoke autogen.sh after running autoreconf.
PR: 272986
Reported by: saper@saper.info (maintainer) |
6.8.0.123_1 25 Jul 2023 13:14:13 |
Dan Langille (dvl) |
*/*: return mono@ ports to the pool
The team previously known as mono has no active members.
I will send an email to ports@ in case anyone wants to pick up these
ports.
Approved by: portmgr (bofh) |
6.8.0.123_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
6.8.0.123_1 10 Sep 2022 13:37:08 |
Po-Chuan Hsieh (sunpoet) |
*: Fix e2438a86b81aea7cd41a66ca23fc49510679d85b |
6.8.0.123_1 09 Sep 2022 21:02:04 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.8.0.123_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.8.0.123_1 10 Aug 2022 10:07:24 |
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) |
6.8.0.123_1 20 Jul 2022 14:22:15 |
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 ) |
6.8.0.123_1 10 Jan 2022 15:15:39 |
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 ) |
6.8.0.123_1 09 Dec 2021 20:37:13 |
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 |
6.8.0.123_1 29 Nov 2021 20:55:19 |
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 |
6.8.0.123_1 16 Nov 2021 19:41:21 |
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 |
6.8.0.123 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
6.8.0.123 06 Oct 2021 20:52:51 |
Piotr Kubaj (pkubaj) |
lang/mono6.8: fix powerpc* plist
- actually add pkg-plist.powerpc,
- move it before bsd.port.pre.mk. |
6.8.0.123 25 Sep 2021 14:04:27 |
Gleb Popov (arrowd) Author: Michiel van Baak |
lang/mono6.8: Fix build with NLS option disabled.
PR: 255709 |
6.8.0.123 26 May 2021 03:07:19 |
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. |
6.8.0.123 20 Apr 2021 06:57:34 |
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 |
6.8.0.123 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.8.0.123 18 Dec 2020 20:06:49 |
antoine |
Fix PKGBASE collisions |
6.8.0.123 18 Dec 2020 19:37:25 |
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 |
6.8.0.123 13 Dec 2020 02:53:09 |
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 |
5.10.1.57_3 13 Dec 2020 02:37:25 |
linimon |
Repocopy lang/mono to lang/mono6.8 in preparation for upgrade. |