non port: lang/mono/files/patch-mono_metadata_filewatcher.c |
Number of commits found: 4 |
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
 |
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>
 |
Saturday, 14 Jan 2006
|
21:34 tmclaugh
Update to 1.1.12.1
Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
 |
Wednesday, 1 Jun 2005
|
06:53 mezz
[...Took from jylefort's comment in email with a bit tweak...]
Mono will using Gamin or FAM by default if it exists in the runtime. If either
doesn't exist then it will use KeventWatcher.cs. Add auto-check on Gamin and
FAM for dependency. Bump the PORTREVISION to have the fix of kqueue.
Rationale:
- KeventWatcher.cs is naive, it does not report changes made to
files within a monitored directory [1]
- KeventWatcher.cs is implemented in C#, it is therefore slower than
Gamin or FAM, which are implemented in C and C++, respectively
[1] this is a bug which should be reported to the vendor
Testing, using the attached WatchTest.cs: (Only the first 15 lines of the commit message are shown above )
 |
Number of commits found: 4 |