non port: lang/mono/distinfo |
Number of commits found: 72 |
Thursday, 10 Aug 2023
|
10:39 Jan Beich (jbeich)
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
4553130 |
Saturday, 1 Sep 2018
|
13:03 feld
lang/mono: Update to 5.10.1.57
|
Saturday, 16 Jun 2018
|
15:56 feld
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
|
Tuesday, 30 Jan 2018
|
19:00 dbn
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
|
Thursday, 27 Jul 2017
|
13:57 mat
Regular USE_GITHUB cleanup.
Sponsored by: Absolight
|
Saturday, 13 May 2017
|
07:48 dbn
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]
|
Monday, 1 May 2017
|
14:32 dvl
Upgrade to 4.8.1.0
Approved by: miwi (maintainer)
|
Sunday, 27 Nov 2016
|
17:00 dbn
USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]
- Instead of excluding the specific packages added to DISTFILES (but only for
FreeBSD 9+), exclude all files with a '.nupkg' extension.
- Move the nuget-extract command to be before post-extract, to allow the port's
post-extract command to move packages around
audio/libgpod-sharp: add port for mono bindings for libgpod
- audio/libgpod: [2]
- USE_GNOME: add missing dependency
- Remove mono files from pkg-plist (now in audio/libgpod-sharp)
- Allow relevant variables to be overridden
- Fix MONO options
- Patch source to allow building with modern mono
- Avoid post-install target for slave ports.
devel/monodevelop: update to 4.6.2.7
- Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's
release).
- Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification)
- LICENSE: Add license of LGPL21
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
games/openra: simplify post-extract [3]
- USES=mono:nuget allow overridding of NUGET_PACKAGEDIR
- Set NUGET_PACKAGEDIR to correct location, fix patching accordingly
lang/fsharp: update to 4.6.2.7
ChangeLog:
- Fix #639: Problems with F# scripts on Mono
- Fix FSharp.Compiler.Tools targets for .NET Core usage
- Fix FSharp.Compiler.Tools package dependencies
lang/mono: update to 4.6.2.7
Mono 4.6.2 is the 1st service release to the 4.6 series.
Changes:
- LICENSE: Add license of MIT
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
Bug fixes:
- #44708 - "TrustFailure (The authentication or decryption has failed.) ...
Invalid certificate received from server." with "Error code: 0x5"
or "Error code: 0xffffffff800b010f" when attempting to access
HTTPS servers on ports other than 443
- #39832 - SIGSEGV when running roslyn
multimedia/banshee: bump port revision.
- Update missing port dependencies
- Convert to use option helpers
- OPTIONS: Add APPLEDEV (missing dependency added)
- LICENSE: Add MIT license
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Skip alpha release (2.9.1)
x11-toolkits/gnome-sharp20: fix port dependencies
- Add missing dependencies
- Convert post-patch to shebangfix
- LICENSE: add LGPL21 license
- LICENSE_FILE: use license file from source
- MKAE_JOBS_UNSAFE: remove, does appear to work
x11-toolkits/gtk-sharp20: update to 2.12.42.
PR: 214680 [2]
PR: 214681
Suggested by: jbeich [1]
Submitted by: jbeich [3]
Approved by: avilla (maintainer; timeout) [2]
|
Monday, 31 Oct 2016
|
06:58 dbn
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
|
Monday, 8 Aug 2016
|
17:48 romain
Update to 4.4.2.11.
|
Monday, 11 Apr 2016
|
11:10 romain
Update to 4.2.3.4 (latest stable release).
|
Saturday, 16 Jan 2016
|
12:13 romain
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]
|
Friday, 18 Dec 2015
|
16:29 romain
Update to 4.2.1.124.
While here, import DNS cache fix [1].
Submitted by: feld [1]
|
Tuesday, 24 Nov 2015
|
08:15 romain
Update to the now stable 4.2 branch.
|
Sunday, 16 Aug 2015
|
06:54 romain
Update to 4.0.3.20.
|
Sunday, 17 May 2015
|
17:05 romain
Update to 4.0.1.28
Based on [1].
PR: 200118 [1]
Submitted by: anders@jensenwaud.com [1]
|
Sunday, 8 Mar 2015
|
12:29 romain
Import upstream patch for non-Linux ParseRouteInfo.
PR: ports/194660
Submitted by: Ben Woods <woodsb02@gmail.com>
|
Saturday, 7 Mar 2015
|
16:44 romain
Update to 3.12.1.
|
Monday, 10 Nov 2014
|
14:23 romain
Use Mac NetworkInterface code instead of Linux NetworkInterface code
PR: 194845
Submitted by: Ben Woods <woodsb02@gmail.com>
|
Tuesday, 14 Oct 2014
|
18:22 romain
Update to 3.10.0.
|
16:56 romain
Update to 3.8.0.
PR: 194009
Submitted by: Ben Woods <woodsb02@gmail.com>
|
Friday, 12 Sep 2014
|
16:34 romain
Update to 3.6.0.
|
Tuesday, 8 Apr 2014
|
10:39 romain
Update to 3.4.0.
|
Sunday, 23 Feb 2014
|
12:17 romain
Update to 3.2.8.
|
Wednesday, 6 Nov 2013
|
12:22 romain
- Update to 3.2.3;
- Switch to staging;
- Always compile using clang (some symbols are missing with old gcc on old
FreeBSD).
|
Wednesday, 14 Aug 2013
|
14:59 romain
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.
|
Monday, 8 Jul 2013
|
19:05 romain
- Update to 3.0.12.
- Unbreak on -CURRENT [1]
PR: ports/179899 [1]
Submitted by: truckman [1]
|
Friday, 11 Jan 2013
|
08:31 romain
Update to 3.0.3.
|
Tuesday, 25 Sep 2012
|
15:54 romain
Update to 2.11.4.
|
Wednesday, 2 May 2012
|
18:16 romain
Update to 2.11.1.
|
Saturday, 8 Oct 2011
|
23:13 romain
Update to 2.10.6.
|
Wednesday, 21 Sep 2011
|
17:52 romain
Update to 2.10.5.
|
Sunday, 12 Jun 2011
|
19:06 romain
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
|
Wednesday, 28 Jul 2010
|
18:02 romain
Update to 2.6.7.
|
Tuesday, 1 Jun 2010
|
12:41 romain
- 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]
|
Friday, 1 Jan 2010
|
21:53 glewis
. Update to 2.4.3.1.
PR: 142153
Submitted by: Romain Tartiere <mono@FreeBSD.org>
|
Thursday, 24 Dec 2009
|
09:34 glewis
. Update to 2.4.3.
PR: 141374
Submitted by: Romain Tartiere <mono@FreeBSD.org>
|
Sunday, 9 Aug 2009
|
18:53 flz
- Update lang/mono to 2.4.2.3.
- Remove a patch that makes xsp fail.
- Cleanup.
PR: ports/137223
Submitted by: Romain Tartiere
|
Friday, 17 Jul 2009
|
10:32 flz
- Update lang/mono to 2.4.2.2
- Add OPTIONS
- Cleanup
PR: ports/136861
Submitted by: Romain Tartiere
|
Saturday, 11 Jul 2009
|
16:53 glewis
. Update to 2.4.2.1
. Fix portlint FATALs
. Fix packing list (remove duplicate @dirrm lines)
PR: 136659
Approved by: mono@ (Romain Tartiere)
|
Monday, 6 Jul 2009
|
10:21 flz
Update lang/mono to 2.4.2.
PR: ports/136350
Submitted by: Romain Tartiere
|
Monday, 22 Jun 2009
|
07:55 flz
- 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>
|
Monday, 9 Feb 2009
|
09:00 flz
- 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)
|
Tuesday, 23 Oct 2007
|
03:19 tmclaugh
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)
|
Saturday, 17 Mar 2007
|
03:48 tmclaugh
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>
|
Sunday, 4 Feb 2007
|
21:58 tmclaugh
- 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)
|
Saturday, 7 Oct 2006
|
17:39 tmclaugh
Update to 1.1.13.8.1
- fix CVE-2006-5072:
Sebastian Krahmer of the SuSE security team discovered that the
System.CodeDom.Compiler classes used temporary files in an insecure
way. This could allow a symbolic link attack to create or overwrite
arbitrary files with the privileges of the user invoking the
program. Under some circumstances, a local attacker could also
exploit this to inject arbitrary code into running Mono processes.
vuxml id: 5a39a22e-5478-11db-8f1a-000a48049292
- Add USE_NANT to bsd.mono.mk for those ports I have hanging around
which require NANT to build.
Release notes:
- 1.1.13.8.1: http://go-mono.com/archive/1.1.13.8.1/
- 1.1.13.8: http://go-mono.com/archive/1.1.13.8/
Project by: BSD# http://www.mono-project.com/Mono:FreeBSD
|
Sunday, 23 Apr 2006
|
19:57 tmclaugh
- 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
|
Sunday, 19 Feb 2006
|
06:14 tmclaugh
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>
|
Saturday, 14 Jan 2006
|
21:34 tmclaugh
Update to 1.1.12.1
Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
|
Thursday, 1 Dec 2005
|
03:39 tmclaugh
Add SHA256 to my BSD# ports
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
Thursday, 10 Nov 2005
|
04:17 tmclaugh
(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>
|
Sunday, 10 Jul 2005
|
21:37 mezz
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
|
Monday, 16 May 2005
|
06:32 mezz
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
|
Sunday, 27 Feb 2005
|
04:27 mezz
Update to 1.0.6, see details: http://www.go-mono.com/archive/1.0.6/
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
|
Friday, 10 Dec 2004
|
19:46 mezz
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)
|
Friday, 26 Nov 2004
|
05:44 mezz
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)
|
Wednesday, 14 Jul 2004
|
16:40 pav
- Update to 1.0
PR: ports/68804
Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
|
Sunday, 27 Jun 2004
|
13:03 pav
- Update to 0.97
PR: ports/68409
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> (maintainer)
|
Saturday, 12 Jun 2004
|
22:08 marcus
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.
|
Thursday, 18 Mar 2004
|
14:33 pav
- Add SIZE to GNOME ports
Submitted by: trevor
|
Friday, 27 Feb 2004
|
20:38 marcus
Update to 0.30.1.
PR: 63172
Submitted by: ZParta <zparta@skebo.ac>
|
Monday, 15 Dec 2003
|
21:36 marcus
Update to 0.29.
PR: 60228
Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
|
Monday, 6 Oct 2003
|
17:55 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.
|
Wednesday, 7 May 2003
|
05:10 jmallett
Upgrade to latest Mono (0.24 release), which includes most notably
a newer and much better JIT.
Approved by: marcus (mentor)
|
Friday, 28 Feb 2003
|
07:05 jmallett
Update to 0.21.
Approved by: marcus (mentor)
|
Wednesday, 26 Feb 2003
|
02:28 jmallett
Update to 0.20, de-pkg-comment.
Approved by: marcus (mentor)
|
Sunday, 26 Jan 2003
|
21:03 jmallett
Update to Mono 0.19.
Reviewed by: marcus (mentor)
|
Monday, 13 Jan 2003
|
17:40 marcus
Update to 0.18.
|
Wednesday, 1 Jan 2003
|
19:16 marcus
Update to 0.17.
Requested by: many
Not tested by: me
|
Saturday, 3 Aug 2002
|
13:12 nakai
Update to 0.13
|
Monday, 22 Jul 2002
|
13:41 nakai
Initial import.
.NET clone by Ximian
|
Number of commits found: 72 |