Port details |
- mono Meta-port for the default version of the Mono framework
- 5.20 lang =64 5.20Version 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: 2002-07-22 13:52:39
- Last Update: 2023-08-10 11:05:51
- Commit Hash: e083060
- People watching this port, also watch:: firefox, sudo, unzip, gmake, pcre
- License: NA
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/mono/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/mono
- pkg install mono
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mono
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- mono5.20>0 : lang/mono5.20
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- lang_mono
- USES:
- metaport
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.29_1 16 Feb 2004 12:24:44 |
kris |
Change BROKEN to IGNORE since the package actually builds (but does not work) |
0.29_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.29 16 Dec 2003 06:36:38 |
marcus |
Remove a patch missed in the last commit.
Noticed by: John Merryweather Cooper <johnmary@adelphia.net> |
0.29 15 Dec 2003 21:36:37 |
marcus |
Update to 0.29.
PR: 60228
Submitted by: John Merryweather Cooper <johnmary@adelphia.net> |
0.28_1 17 Oct 2003 03:27:36 |
marcus |
Mark BROKEN on -CURRENT. Having garbage collection enabled causes mono
to core dump when it tries to allocate what seems like 512 MB of memory
when it tries to do garbage collection. Anyone wanting to look at fixing
boehm-gc on FreeBSD is more than welcome to submit patches. You will not
be turned away. |
0.28_1 07 Oct 2003 03:33:38 |
marcus |
I believe this works now. I am able to compile and run some C# apps included
in the mono/tests/ subdirectory, and it no longer hangs or dies with weird
errors. (And, yes, I do have garbage collecting enabled).
I'll let the C# user community be my judge. There still may be some issues
since boehm-gc isn't fully functional in its multi-threaded state on FreeBSD. |
0.28 06 Oct 2003 17:55:54 |
marcus |
Update to 0.28, and mark that it is only for i386. Note, it's still not
clear whether this works correctly on FreeBSD. |
0.24_1 16 Jun 2003 20:52:58 |
adamw |
Utilize USE_GNOME= pkgconfig. |
0.24_1 16 Jun 2003 00:12:23 |
marcus |
Add some missing libraries to the plist.
Reported by: bento |
0.24 07 May 2003 05:10:29 |
jmallett |
Upgrade to latest Mono (0.24 release), which includes most notably
a newer and much better JIT.
Approved by: marcus (mentor) |
0.21 22 Apr 2003 04:31:48 |
marcus |
Convert to new GNOME infrastructure. |
0.21 20 Apr 2003 19:28:12 |
marcus |
Remove USE_GNOMENG. |
0.21 28 Feb 2003 07:05:20 |
jmallett |
Update to 0.21.
Approved by: marcus (mentor) |
0.20 26 Feb 2003 02:28:59 |
jmallett |
Update to 0.20, de-pkg-comment.
Approved by: marcus (mentor) |
0.19_1 07 Feb 2003 18:59:46 |
marcus |
Chase glib20's shared lib version. |
0.19 26 Jan 2003 21:03:08 |
jmallett |
Update to Mono 0.19.
Reviewed by: marcus (mentor) |
0.18 13 Jan 2003 17:40:56 |
marcus |
Update to 0.18. |
0.17 04 Jan 2003 16:57:51 |
marcus |
Define INSTALLS_SHLIB. |
0.17 01 Jan 2003 19:16:15 |
marcus |
Update to 0.17.
Requested by: many
Not tested by: me |
0.13_1 30 Nov 2002 20:11:52 |
marcus |
Fix build on -CURRENT and with bison 1.75.
Reported by: bento |
0.13_1 10 Sep 2002 18:25:55 |
marcus |
Fix build on -current.
Submitted by: Patrick Hartling <patrick@137.org> |
0.13_1 12 Aug 2002 09:20:52 |
nakai |
Add fix for bind critical bug.
Add fix OSREL in Makefile |
0.13 03 Aug 2002 13:12:47 |
nakai |
Update to 0.13 |
0.12 28 Jul 2002 17:12:13 |
marcus |
Add USE_BISON.
Submitted by: bento |
0.12 22 Jul 2002 13:41:43 |
nakai |
Initial import.
.NET clone by Ximian |