notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/mono/pkg-plist

Number of commits found: 68

Thursday, 10 Aug 2023
10:39 Jan Beich (jbeich) search for other commits by this committer
lang/mono: convert to a meta port after 6c225bcc570e

- Removing everything in favor of RUN_DEPENDS
- Add QA check to prevent future consumers

PR:		251795
commit hash: 4553130a9c53d463091301110ccd3d8854a9fe58 commit hash: 4553130a9c53d463091301110ccd3d8854a9fe58 commit hash: 4553130a9c53d463091301110ccd3d8854a9fe58 commit hash: 4553130a9c53d463091301110ccd3d8854a9fe58 4553130
Thursday, 12 Jul 2018
12:36 feld search for other commits by this committer
lang/mono: Add missing btls files to the plist

PR:		229247
MFH:		2018Q3
Original commitRevision:474509 
Tuesday, 10 Jul 2018
16:13 feld search for other commits by this committer
lang/mono: Add NLS port option

MFH:		2018Q3
Differential Revision:	https://reviews.freebsd.org/D16104
Original commitRevision:474379 
Saturday, 30 Jun 2018
15:13 dbn search for other commits by this committer
lang/mono: add support for BTLS TLS provider

PR:		229247
Submitted by:	yani@pi-greece.eu
Original commitRevision:473623 
Saturday, 16 Jun 2018
15:56 feld search for other commits by this committer
Update Mono to 5.10.1.47

This brings a more modern Mono release to the ports tree. After
discussions with others in the Mono community I targeted the mono
5.10.1.47 release which is the latest release in the "Visual Studio"
release channel. This is considered to be the most stable and widely
tested, which makes it a good candidate for us. We may upgrade to 5.12
after additional testing or introduce another Mono package for users who
require testing against a newer release; this has yet to be determined.

- Build from official release tarballs
- Now include BoringSSL per upstream guidelines [1]
- Remove ACCEPTANCE_TESTS, not being updated by upstream
- No long require glib; Mono includes their own replacement
- USES=display:tests required for some tests
- Remove broken for armv6, armv7: file now available [2]
- Mark as LLD safe as mono changed how it handles TLS [3]

Changelog:	http://www.mono-project.com/docs/about-mono/releases/5.10.0/

PR:		222271 [1]
PR:		221236 [2]
PR:		218885 [3]
PR:		211367
Approved by:	dbn
Differential Revision:	https://reviews.freebsd.org/D15780
Original commitRevision:472555 
Wednesday, 9 May 2018
19:02 ler search for other commits by this committer
lang/mono: handle certs/Trust hierarchy
bump PORTREVISION since it affects the built package.

PR:	227647
Submitted by:	prj@rootwyrm.com
Approved by:	maintainer timeout.
Original commitRevision:469461 
Tuesday, 30 Jan 2018
19:00 dbn search for other commits by this committer
lang/mono: update to version 5.2.0.215 (and enhance USES=mono)

Highlights:
 - New Roslyn compiler for C# available
 - Improved support for nuget packages in USES=mono

General:
 - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
 - bump all dependant ports

USES=mono:
 - properly handle caching of nuget packages
 - add support for multiple feeds for nuget packages
 - add support for nuget dependencies in a separate file
 - add support for paket packages

lang/mono:
 - update to version 5.2.0.215
 - automate certificate initialisation [2]
 - increase test coverage
 - mark as conflicting with net/czmq (conflicting on makecert) [1]
 - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono

devel/google-gdata:
 - use nunit.framework nuget package as the Mono shipped version is no longer
suppport.
 - switch to using csc(1) for compiling (mcs(1) is depreciated).
 - use delayed signing (and then sign with sn(1)) as csc(1) does not support
signing.
 - fix reference to system assemblies (the '.dll' suffix is required).
 - fix reference to HttpUtility: csc(1) is more strict about scoping

devel/monodevelop:
 - reroll distinfo (no changes to content)

lang/fsharp:
 - reroll distinfo (no changes to content)

security/gnome-keyring-sharp:
 - delay sign (then sign with sn(1)) as csc(1) does not support direct signing.

PR:	223188 [1]
PR:	209670 [2]
Differential Revision:	https://reviews.freebsd.org/D13752
Original commitRevision:460430 
Saturday, 13 May 2017
07:48 dbn search for other commits by this committer
Update mono and related ports

USES=mono: minor fixes
 - save a copy of the nuget package in the packages directory
 - force linking of directories, allowing nuget-extract to be rerun
   without `make clean`
 - fix makenuget: nuget requires an equals to identify the version, not a dash

devel/monodevelop: update to 6.2.1.3
 - update nuget packages:
   - link older System.Collection.Immutable 1.1.37 to newer 1.3.1 (used
     by C# and F# respectively)
 - update external github repositories
 - allow post-extract target to be run multiple times
 - change MonoDevelop.Packaging to use a newer version of
   NuGet.Build.Packaging (the older version is no longer fetchable)
 - remove patch integrated upstream
 - moved `nuget restore` patching from post-patch into a patch file (the
   former broke silently)
 - ChangeLog:
   -
https://developer.xamarin.com/releases/studio/xamarin.studio_6.2/xamarin.studio_6.2/

irc/smartirc4net: update to 1.1
 - add LICENSE

lang/fsharp: update to 4.1.18
 - add test dependency on libgdiplus
 - update nuget packages
 - update test paths for fsharp assemblies
 - update patches to prevent `nuget restore` from running
 - ChangeLog:
   - Set executable bit correctly on output
   - Integrate visualfsharp
   - Fix regression on binding redirects for System.Collections.Immutable
   - Fix regression in Microsoft.Build.FSharp.targets
   - Fix binding redirects for System.Collections.Immutable
   - Fix version of library going in %PREFIX/lib/mono/fsharp
   - Align fsc task and target file
   - Use install layout that includes mono/fsharp
   - Fix F# Intereactive on Mono 4.9+
   - Update compiler tools
   - Updates to FSharp.Core nuget package for F# 4.1
   - Fix #656: error FS0193: internal error: No access to the given key

lang/mono: various fixes
 - fix linking with lld [1]
 - double maximum handle size [2]
 - add option to run acceptance tests
 - allow for optional bootstrapping of mono via either installed mcs (if
   available) or via downloaded "monolite" (default)
 - add python and py-pillow as dependencies for bin/mono-heapviz
 - add armv6 as a supported architecture (untested)
 - switch to github for source code:
   - official tarball does not include tests
 - patches:
   - recognise FreeBSD for AOT suffix
   - change mono-heapviz to use pillow instead of PIL

multimedia/banshee: tell portscout to ignore this port
 - Portscout was not skipping the 2.9.1 version, and upstream appears to be
   quiet for the last few years.

x11-toolkits/gtk-sharp20: update to 2.12.43
 - ChangeLog:
   - fix compilation on mono-4.8.0 (incorrect use of sizeof())
   - correctly set owned=true on custom constructors

PR:		218885 [1]
PR:		200937 [2]
Original commitRevision:440759 
Monday, 1 May 2017
14:32 dvl search for other commits by this committer
Upgrade to 4.8.1.0
Approved by:	miwi (maintainer)
Original commitRevision:439898 
Monday, 31 Oct 2016
06:58 dbn search for other commits by this committer
lang/mono: update to 4.6.1.5.

USES=mono: add nuget argument
  The nuget argument adds support for nuget packages.  The nuget
  packages must be specified in the NUGET_DEPENDS variable.

devel/monodevelop: update to 6.1.1.15
 - Switch to github.  The other official source is quite a few versions
   behind.
 - Add missing dependencies (fsharp, ssl2, curl)
 - Add required nuget packages
 - Add required external repositories
 - Drop options.  Although ./configure offers these flags, there is no
   functional change (i.e. no-op)
 - All patches have been upstreamed (and the one we need is from
   upstream).

lang/fsharp: update to 4.0.1.15
 - convert to use the nuget argument.

 ChangeLog:
   - Fix null condition in Fsc task

lang/mono-devel: update to 4.6
 - switch to new test target (currently tests the port to be installed)

www/gecko-sharp20: depreciate: broken and no-upstream
 - Give 1 month for anyone to complain that this port is being removed.

x11-toolkits/gtk-sharp30: bump PORTREVISION
 - Add LICENSE information
 - Add missing dependencies (per stage-qa)

x11-toolkits/gtk-sharp20: update to 2.12.40.
 - Add LICENSE information
 - Add missing dependencies (per stage-qa)
 - Change download location per Mono's Gtk# website.

PR:		213484
PR:		213796
Reviewed by:	mat, romain
Differential Revision:	https://reviews.freebsd.org/D8339
Original commitRevision:424974 
Monday, 8 Aug 2016
17:48 romain search for other commits by this committer
Update to 4.4.2.11.
Original commitRevision:419871 
Saturday, 16 Jan 2016
12:13 romain search for other commits by this committer
Update to 4.2.2.10 [1]

While here, add patch to increase FD limit for kqueue-based FileSystemWatcher
[2].

PR:		205902 [1], 205919 [2]
Submitted by:	feld [1], razzfazz@gmail.com [2]
Original commitRevision:406211 
Tuesday, 24 Nov 2015
08:15 romain search for other commits by this committer
Update to the now stable 4.2 branch.
Original commitRevision:402349 
Sunday, 16 Aug 2015
06:54 romain search for other commits by this committer
Update to 4.0.3.20.
Original commitRevision:394390 
Sunday, 17 May 2015
17:05 romain search for other commits by this committer
Update to 4.0.1.28

Based on [1].

PR:		200118 [1]
Submitted by:	anders@jensenwaud.com [1]
Original commitRevision:386633 
Saturday, 7 Mar 2015
16:44 romain search for other commits by this committer
Update to 3.12.1.
Original commitRevision:380707 
Tuesday, 14 Oct 2014
16:56 romain search for other commits by this committer
Update to 3.8.0.

PR:		194009
Submitted by:	 Ben Woods <woodsb02@gmail.com>
Original commitRevision:370870 
Friday, 12 Sep 2014
16:34 romain search for other commits by this committer
Update to 3.6.0.
Original commitRevision:368043 
Monday, 8 Sep 2014
12:21 tijl search for other commits by this committer
Let USES=libtool also delete links to .la files (and links to links to...)

Approved by:	portmgr (antoine)
Original commitRevision:367620 
Monday, 26 May 2014
12:55 bapt search for other commits by this committer
Convert to USES=libtool
Use USES=compiler:c11 to enforce modern compiler (and clang version > 3.3)
Drop printing pkg-message it is done automatically by stage
Sharpen the sed on configure to fix in case of isinf it was making __thread
testing hanging
Remove useless include of bsd.mono.mk
Original commitRevision:355323 
Tuesday, 8 Apr 2014
10:39 romain search for other commits by this committer
Update to 3.4.0.
Original commitRevision:350596 
Sunday, 23 Feb 2014
12:17 romain search for other commits by this committer
Update to 3.2.8.
Original commitRevision:345701 
Tuesday, 21 Jan 2014
23:40 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340674 
Wednesday, 6 Nov 2013
12:22 romain search for other commits by this committer
- Update to 3.2.3;
- Switch to staging;
- Always compile using clang (some symbols are missing with old gcc on old
FreeBSD).
Original commitRevision:332975 
Wednesday, 14 Aug 2013
14:59 romain search for other commits by this committer
Update to 3.2.1.

This update include a patch for sgen which avoids an assertion failure
(condition `info->doing_handshake' not met) that will be part of 3.2.2.
Because our mono version is unstable due to this, we decided not to wait for
3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix.

Many thanks to Charles Randall for reporting and helping.
Original commitRevision:324730 
Monday, 8 Jul 2013
19:05 romain search for other commits by this committer
- Update to 3.0.12.
- Unbreak on -CURRENT [1]

PR:		ports/179899 [1]
Submitted by:	truckman [1]
Original commitRevision:322532 
Friday, 11 Jan 2013
08:31 romain search for other commits by this committer
Update to 3.0.3.
Original commitRevision:310220 
Wednesday, 26 Sep 2012
10:07 romain search for other commits by this committer
Fix pkg-plist.

Reported by:	redports QAT, PointyHat (via beat@)
Original commitRevision:304893 
Tuesday, 25 Sep 2012
15:54 romain search for other commits by this committer
Update to 2.11.4.
Original commitRevision:304843 
Wednesday, 2 May 2012
18:16 romain search for other commits by this committer
Update to 2.11.1.
Original commit
Sunday, 12 Jun 2011
19:06 romain search for other commits by this committer
Hello Mono 2.10!

Main updates
------------
devel/mono-tools                2.6.2 -> 2.10
lang/mono                       2.6.7 -> 2.10.2
lang/mono-basic                 2.6.2 -> 2.10.2
www/mod_mono                    2.6.3 -> 2.10
www/xsp                         2.6.5 -> 2.10.2
x11-toolkits/libgdiplus         2.6.7 -> 2.10

Other updates
-------------
deskutils/tomboy                1.4.2 -> 1.6.1
devel/mono-addins               0.5 -> 0.6.1
devel/monodevelop               2.4 -> 2.4.2
graphics/f-spot                 0.8.0 -> 0.8.2
print/pdfmod                    0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20      2.24.1 -> 2.24.2

Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight

PR:             ports/155948
Submitted by:   me
Original commit
Wednesday, 28 Jul 2010
18:02 romain search for other commits by this committer
Update to 2.6.7.
Original commit
Tuesday, 1 Jun 2010
18:15 romain search for other commits by this committer
- Fix pkg-plist (some lines where removed from the diff by mistake);
- Bump PORTREVISION.
Original commit
12:41 romain search for other commits by this committer
- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:             ports/143657 [1]
Submitted by:   glewis [1]
Original commit
Thursday, 24 Dec 2009
09:34 glewis search for other commits by this committer
. Update to 2.4.3.

PR:             141374
Submitted by:   Romain Tartiere <mono@FreeBSD.org>
Original commit
Friday, 17 Jul 2009
10:32 flz search for other commits by this committer
- Update lang/mono to 2.4.2.2
- Add OPTIONS
- Cleanup

PR:             ports/136861
Submitted by:   Romain Tartiere
Original commit
Saturday, 11 Jul 2009
16:53 glewis search for other commits by this committer
. Update to 2.4.2.1
. Fix portlint FATALs
. Fix packing list (remove duplicate @dirrm lines)

PR:             136659
Approved by:    mono@ (Romain Tartiere)
Original commit
Monday, 22 Jun 2009
07:55 flz search for other commits by this committer
- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.

PR:             ports/135248, ports/135249
Submitted by:   Romain Tartiere <romain@blogreen.org>
Original commit
Monday, 9 Feb 2009
09:00 flz search for other commits by this committer
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.

PR:             ports/129724
Submitted by:   Phillip Neumann, Romain Tartiere (bsd-sharp team)
Original commit
Tuesday, 23 Oct 2007
03:19 tmclaugh search for other commits by this committer
Update to 1.2.5.1
- reenable amd64 support while we're at it.

Submitted by:   Phillip Neumann
Project by:     BSD# (http://www.mono-project.com/Mono:FreeBSD)
Original commit
Saturday, 17 Mar 2007
03:48 tmclaugh search for other commits by this committer
Update to 1.2.3.1
- 1,933 missing methods were implemented
- 164 methods with pending implementations were fixed
- Several critical fixes to the runtime startup affecting multi-threaded
  applications
- Windows.Forms improvements and bugfixes

Submitted by:   Phillip Neumann
Project by:     BSD# <http://www.mono-project.com/Mono:FreeBSD>
Original commit
Sunday, 4 Feb 2007
21:58 tmclaugh search for other commits by this committer
- Update to 1.2.2.1
- amd64 now enabled (and reportedly works quite well)
- Remove annoying semdel stuff because mono releases its semaphoresa now

Thanks to everyone on the BSD# mailing list for providing feedback as to the
stability of this release on multiple archs and version lines.

Helped by:      Many people on the BSD# mailing list
Projecy by:     BSD# (http://www.mono-project.com/Mono:FreeBSD)
Original commit
Sunday, 23 Apr 2006
19:57 tmclaugh search for other commits by this committer
- Update to 1.1.13.6
        Changelog: http://go-mono.com/archive/1.1.13.5/
- Fix my MASTER_SITE_SUBDIR
- Fix pthread usage when running unit tests.
- portlint

I had said on the BSD# mailing list that I would probably enable amd64
in the port but I'm holding off on that until some EM64T issues are
tracked down.

[1] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000813.html
[2] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000815.html
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Sunday, 19 Feb 2006
06:14 tmclaugh search for other commits by this committer
Update to 1.1.13.2

Release notes:  http://go-mono.com/archive/1.1.13/

Port changes:
- Execute mono-semdel during pre-clean in addition to post-install
- Execute mono-semdel over ${WRKSRC}/runtime as a precaution
- Add G_DEBUG="" to mono-semdel target in bsd.mono.mk to prevent
  dropping core files with upcomming glib 2.9 [1]
- add XSP_DOCROOT for when we eventually have an xsp port in the ports
  tree (If interested in xsp let me know)
- Remove lingering USE_REINPLACE while I'm here

Submitted by:   Andres Kohn [1]
Project by:     BSD# <http://www.mono-project.com/Mono:FreeBSD>
Original commit
Sunday, 22 Jan 2006
02:18 edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Saturday, 14 Jan 2006
21:34 tmclaugh search for other commits by this committer
Update to 1.1.12.1

Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
Original commit
Thursday, 10 Nov 2005
04:17 tmclaugh search for other commits by this committer
(Long awaited) update to 1.1.9.2

Mono Changes:
    - Series release:   http://www.go-mono.com/archive/1.1.9/
    - Patch release:    http://www.go-mono.com/archive/1.1.9.1_0/
                        (No 1.1.9.2 release announcement.)

Port Changes:
    - Add pkg-message to explain reasons for common build failures and
      note the need to possibly increase the number of semaphores from
      the default FreeBSD amounts.
    - Add preliminary amd64 support [1,2] which has been disabled for
      the time being due to lingering stability issues.
    - Force the Mono build to only write within ${WRKDIR} and no longer
      write to ~/.wapi which leads to...
    - Add bsd.mono.mk which is a common makefile all Mono consumers will
      depend on.  Currently this file sets the location of the .wapi the
      build process will write to.  Since Mono does not cleanup the
      semaphore created for a .wapi when the last Mono process exits
      this file also handles the removal of the semaphore created during
      port building so we do not exhaust the machine's semaphore limit.

Submitted by:   Jean-Michel "tuo" Herve <jm.herve@gameproduction.org> [1]
                Joe Lewis <joe@joe-lewis.com> [1]
                Lou Kamenov on BSD# mailinglist [2]
Approved by:    ahze (mentor)
Project by:     BSD# <http://www.mono-project.com/Mono:FreeBSD>
Original commit
Wednesday, 3 Aug 2005
02:34 mezz search for other commits by this committer
Fix the plist by taking care of directories in X11BASE too.

        lib/mono/1.0
        lib/mono/2.0

Approved by:    portmgr (marcus)
Reported by:    krion via pointyhat
Original commit
Sunday, 10 Jul 2005
21:37 mezz search for other commits by this committer
Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed.

Release Notes:
        http://www.go-mono.com/archive/1.1.8/
        http://www.go-mono.com/archive/1.1.8.1/

BTW: Welcome apeiron (Christopher Nehren <apeiron@comcast.net>) to BSD# team,
     he has the commit access over there.

BSD# - Project by:      http://www.mono-project.com/Mono:FreeBSD
Original commit
Monday, 16 May 2005
06:32 mezz search for other commits by this committer
Update to 1.1.7, Bill Middleton has been working against the Mono SVN to fix
FreeBSD problems with Mono. As of Mono 1.1.7, Mono has made a tremendous leap
in stability on FreeBSD. Many C# apps now works much better with Mono 1.1.7.

BSD# - Project by:      http://www.mono-project.com/Mono:FreeBSD
Original commit
Friday, 21 Jan 2005
06:13 mezz search for other commits by this committer
Fix the pkg-plist issue in gtk-sharp when it installs in mono's directory. Let
mono to take of ${X11BASE} directories same as in ${LOCALBASE}.

Project by:     BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:    maintainer timeout (still no contact for months)
Original commit
Friday, 10 Dec 2004
19:46 mezz search for other commits by this committer
Update to 1.0.5.

Submitted by:   Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:     BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:    maintainer timeout (still no contact for months)
Original commit
Friday, 26 Nov 2004
05:44 mezz search for other commits by this committer
Update to 1.0.4. Mono has been set to IGNORE on 5.x if OSVERSION is below
503000.  Mono 1.0.1 and greater have been broken on earlier OSVERSION
versions. Warning, not all C# apps will not working, because FreeBSD still
need to work more on pthread issues. Few C# apps such as Blam, Muine, Tomboy
and etc work perfect.

PR:             ports/74397 ports/74398
Submitted by:   Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:     BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:    maintainer timeout (no contract for months)
Original commit
Wednesday, 14 Jul 2004
16:40 pav search for other commits by this committer
- Update to 1.0

PR:             ports/68804
Submitted by:   John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
Original commit
Sunday, 27 Jun 2004
13:03 pav search for other commits by this committer
- Update to 0.97

PR:             ports/68409
Submitted by:   John Merryweather Cooper <coop9211@uidaho.edu> (maintainer)
Original commit
Saturday, 12 Jun 2004
22:08 marcus search for other commits by this committer
Update to 0.95 (aka Mono 1.0 Beta 2).  With this commit, plus David Xu's
KSE signal fixes from 6/12/2004, Mono now works on both 4.X and -CURRENT
(well, all but two benchmarks build and run successfully on both 4.X and
-CURRENT).

Note: you may need to rm -r ~/.wapi before building if you've tried older
versions of Mono.
Original commit
Friday, 27 Feb 2004
20:38 marcus search for other commits by this committer
Update to 0.30.1.

PR:             63172
Submitted by:   ZParta <zparta@skebo.ac>
Original commit
Monday, 15 Dec 2003
21:36 marcus search for other commits by this committer
Update to 0.29.

PR:             60228
Submitted by:   John Merryweather Cooper <johnmary@adelphia.net>
Original commit
Monday, 6 Oct 2003
17:55 marcus search for other commits by this committer
Update to 0.28, and mark that it is only for i386.  Note, it's still not
clear whether this works correctly on FreeBSD.
Original commit
Monday, 16 Jun 2003
00:12 marcus search for other commits by this committer
Add some missing libraries to the plist.

Reported by:    bento
Original commit
Wednesday, 7 May 2003
05:10 jmallett search for other commits by this committer
Upgrade to latest Mono (0.24 release), which includes most notably
a newer and much better JIT.

Approved by:    marcus (mentor)
Original commit
Wednesday, 26 Feb 2003
02:28 jmallett search for other commits by this committer
Update to 0.20, de-pkg-comment.

Approved by:    marcus (mentor)
Original commit
Sunday, 26 Jan 2003
21:03 jmallett search for other commits by this committer
Update to Mono 0.19.

Reviewed by:    marcus (mentor)
Original commit
Monday, 13 Jan 2003
17:40 marcus search for other commits by this committer
Update to 0.18.
Original commit
Wednesday, 1 Jan 2003
19:16 marcus search for other commits by this committer
Update to 0.17.

Requested by:   many
Not tested by:  me
Original commit
Saturday, 3 Aug 2002
13:12 nakai search for other commits by this committer
Update to 0.13
Original commit
Monday, 22 Jul 2002
13:41 nakai search for other commits by this committer
Initial import.
.NET clone by Ximian
Original commit

Number of commits found: 68