summaryrefslogtreecommitdiff
path: root/lang/mono
AgeCommit message (Collapse)AuthorFilesLines
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam2-4/+4
2013-04-01Remove bogus entry.wiz1-2/+1
2013-04-01Fix assertions on NetBSD when trying to use a thread-specific storagejoerg3-8/+54
key after it has been removed. Bump revision.
2013-02-19NetBSD needs _KMEMUSER now.joerg1-1/+3
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2013-01-25Explicitly disable DTrace support, it does not build.jperkin1-1/+2
2013-01-19Fix build on NetBSD-current after Jan 2.wiz2-7/+10
2013-01-11Prefer bsdtar (in-tree) over external GPL3 gtar.joerg1-3/+3
2012-10-21Update to 2.10.9:wiz3-14/+16
2.10.9 Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering. Fix issue where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548). Fix sgen failing with Assertion at sgen-gc.c:2506, condition `mono_sgen_need_bridge_processing ()' not met. 2.10.8 Changes Updated the Task Parallel Library to include the latest fixes from our main development branch. SQLiteConnection can now set the threading mode (Xamarin #652) Improved the debugger protocol to speed up debugging and value lookup Added basic support for MSBuild 4.0 (Leszek Ciesielski, Paul Selormey) NuGet now runs on Mono Phalanger 3.0 now runs with Mono Adds support for some Azure libraries Added support for bundling profilers in a static binary The profiler can now log its data to any file descriptor (for over-the-net profile logging) SGen now has native support for object systems that implement ToggleRefs Mobile Profile now contains System.IO.MemoryMappedFiles Added PerformanceCounters for JIT statistics Add support for Android CPU count. HashSet<T> can now be serialized (Neale Ferguson) Bug Fixes The --profile loader will now work on MacOS X without setting any environment variables Fixes slow start on threads (Xamarin #1036) Fixed the SGen interaction between weak references and ephemerons Fixes --profile=log on x64 systems (Xamarin #971) Fixes crash on some debugging configurations (Xamarin #1093) Fixes timezone race condition (Xamarin #1055) Fixes SendAsync reporting the wrong number of bytes sent (Xamarin #531) Plug a managed leak in the ASP.NET stack (HttpResponse) Fix an infinite loop in Path.GetTempFileName Fixes Soap12 message serialisation incorrect for ReplyTo header value (Xamarin #1244) Linked away exception on AsyncWaitHandle.WaitOne() on device (Xamarin #1144) Fixed MonoDoc to avoid loading the same documentation more than once (fixes MonoDoc browser) Fixes regression in System.Diagnostics.Process.PrivateMemorySize64 (Xamarin #1459) ASP.NET fix for WebResource.axd and hashes containing / ServiceModel now allows https endpoints (Xamarin #1203) ServiceModel now allow requests with no headers (Xamarin #1205 and #1207 by Mario Kosmiskaso) Fix for WebOperationContext.IncomingResponse (Xamarin #1209 by Mario Kosmiskaso) Fix for propagating operation context (Xamarin #1210 by Mario Kosmiskaso) Fix WebConnectionStream to return the correct length for input streams Fix serialization reader (Xamarin #1462) Various fixes to System.IO.Packaging mono-service now passes the command line arguments to the services Alternate path separator on Unix improves compatibility with Windows software Fixes xsi:nil handling (Xamarin #1198) Fixes hang caused by gdb attaching to the wrong process when Mono hard-crashes Fixes the handling of XmlSchemaFrom importing, which is exposed by WebSphere WSDL tools Fixes crash on inlined code that contained some patterns of exception throwing (Xamarin #1835) Fixes monotonic clock on OSX and iOS (Xamarin #1366) Fixes leak in Process class if WaitForExit was not called (Xamarin #1682) Fixes typo in ASP.NET's SQLServer SessionState Fixes marshaling of IPv6 addresses in Win32 Fixes race in ServiceModel.Logger Fixes string truncation in Tds protocol (Xamarin #1916, Neale Ferguson) Fixes System.Data DataView sorting Fixes Debug information for dynamic methods (Novell #731579) On Android, stdout/stderr become the logcat Fixes ConditionalWeakTable behavior with SGen (Xamarin #1175) Fixes SIGSEGV during GC when write barrier is set to cardtable (Xamarin #1917) Added JSonSerializer support for nullables (Xamarin #163) Fixes deadlock on SDB (Xamarin #2190) Fixes heuristics for inserting breakpoints (Xamarin #407) Fixes Array.Containsfor null items via ICollection<T> (Xamarin #2260) Fixes scanning of complex values in SGen (Xamarin #228) Fixes assignability of arrays with generic interfaces (Xamarin #2304) Fixes FullAOT support for iterating Linq.OrderedEnumerable (Xamarin #2155) Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering on MacOS. Fix issue on Mac where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548). Mobile Profile Fixes Xamarin 233: support commit/rollback/update events in iOS/Sqlite Xamarin 154: Support Dispose on BinaryReader on the Mobile Profile SGen bridge processing is now a two-step process (used for Mono/Android) Xamarin 1999: all threads are now wrapped in NSAutoreleasePools.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-09-16CONFLICTS += mcsim-[0-9]* lc-[0-9]*; ++pkgrevisioncheusov1-3/+3
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-04Make sure the TLS variables are emitted by the compiler, clang is smartjoerg2-1/+40
enough to recognize the lack of references to drop them otherwise.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-03-18Fix mandoc -Tlint warning in mprof-report(1); for mkmandb.wiz3-3/+16
Bump PKGREVISION.
2012-03-10bump PKGREVISION from python default change to 2.7.obache1-1/+2
2011-10-29Update to 2.10.6. Minor bugfixes found in Changelog:kefren7-136/+59
Simplify building with the Android NDK. Allow Android'd support_boehm=no to work. Disable the -Wunused-by-set-variable warning supported by newer gcc versions. Add shared_perfcounters option to enable minimal. Fix configure check for darwin to support all variants Fix mingw32 cross-build on a git no-branch checkout. Add a membar to libgc's UNLOCK () on arm. Pass HAVE_ARMV6 to libgc on darwin too.
2011-10-19Update PLIST.Linuxsbd1-2/+7
2011-10-15PR#44846: Fix lang/mono for x86_64 DragonFlymarino2-6/+22
The patch-ad modification was independently created by myself before I knew about this PR. The mono build has been broken for several months, but with this patch along with modifications for the linker, mono now builds on an x86_64 DragonFly machine.
2011-10-14- use mmap instead of malloc.christos4-8/+121
- check the result of malloc in the place we were crashing.
2011-08-04Add fix for DragonFly/amd64 from PR#45201kefren3-3/+21
PKGREVISION++
2011-06-13remove patch-ag that sometimes leads to stalls during build timekefren3-16/+3
reported by obache@ on pkgsrc-users@ bump pkgrevision
2011-06-10recursive bump from textproc/icu shlib major bump.obache2-3/+4
2011-06-10Update to mono-2.10.2, a bugfix release on 2.10 branch. Full bugfixes listkefren5-16/+34
at http://www.mono-project.com/Release_Notes_Mono_2.10.2
2011-05-16Since mono-2.8, --with-glib=system is not supported (embeded on will be used)obache2-4/+3
Drop dependency on devel/glib2. Bump PKGREVISION.
2011-04-25Update to mono 2.10.1. Major Highlights:kefren10-137/+80
* Google Native Client Support * New Profiler engine * Faster socket stack * Improved Parallel Framework * SGen Precise Stack Scanning and Many performance improvements. * Unified MonoTouch/Monodroid runtime support * Cecil/Light * New C# Compiler backend (can now use any custom mscorlib) * VB Compiler can now compile to both 2.0 and 4.0 profiles. * Supports ASP.NET MVC3, Razor and new WebPages. * New WebMatrix.Data database API. * Improved OSX Mono * F# and IronRuby
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-19Use python correctly.roy1-1/+5
2011-03-17Don't force using pthread TLS in NetBSD but check first if compilerkefren2-6/+17
support (__thread) exists. Should fix PR/44725
2011-01-08Update mono to 2.8.2kefren3-20/+18
* Security fix for ASP.NET (XSP / mod_mono) source code disclosure (CVE-2010-4225) * Backport ParallelFx improvements from master (jlaval) * Fix state check for short-circuiting with SupportRecursion in ReaderWriterLockSlim #655361 (jlaval) * Increment Count even on single-processor in SpinWait. Fix #624849. (jlaval) * Update ThreadLocal to use default(T) for initialization with parameterless ctor. Fix #658689. (jlaval)
2010-12-29one more DragonFly regression fix.obache2-4/+4
2010-12-29Fix broken patch, remove redundant `)'.obache2-4/+4
2010-12-29more DragonFly fixes (not completed).obache4-1/+51
2010-12-29Some fixes for DragonFly (not completed).obache5-24/+43
2010-12-17revert last bump, not affect to mono world.obache1-2/+2
2010-12-17Bump PKGREVISION from icu shlib major bump.obache2-3/+4
2010-12-01Update to 2.8.1, a bug fix release on 2.8 branch.kefren6-71/+20
Full Changelog: http://www.mono-project.com/Release_Notes_Mono_2.8.1
2010-11-23add fix for CVE-2010-4159kefren3-2/+54
PKGREVISION++
2010-10-16Update to mono 2.8 featuring: C# 4.0, new garbage collector, exceptionkefren16-516/+631
tracing, LLVM integration. Full Release Notes at: http://www.mono-project.com/Release_Notes_Mono_2.8
2010-10-15Don't forget to create a directory on installkefren3-7/+10
Supply libsqlite name for NetBSD and don't pin it to a specific major version. Should fix www/mono-xsp bulk build Bump PKGREVISION OK wiz@
2010-10-04Add a hack for fixing Thread.Context as proposed on packages@. This makeskefren3-2/+37
monodevelop work again. PKGREVISION++. Ok'd wiz@
2010-09-23Add RCS Id.obache2-2/+4
2010-09-23remove unused patch.obache1-48/+0
2010-07-31Update to 2.6.7 - XXX: need to make moonlight profile workkefren8-54/+102
Full update list: http://www.mono-project.com/Release_Notes_Mono_2.6.7
2010-04-29Update to 2.6.4, a bugfix release. From Changelog:kefren9-56/+86
Apply some openbsd changes from openbsd ports. Check whenever g++ is installed, since libtool requires it even if no c++ files will be compiled. Set default for with_moonlight to fix "Moon Profile:" output. Append -lgc to libmono_ldflags if using an external libgc
2010-04-09Update to 2.6.3, a bugfix release on 2.6 branch.kefren3-8/+11
For full changelog see http://www.mono-project.com/Release_Notes_Mono_2.6.3
2010-03-08Race condition e.g. with mach_dep.lo and the corresponding library,joerg1-1/+2
so not MAKE_JOBS_SAFE.
2010-02-18Restore libX11 path patch, was broken with 2.4.3.1 update and deleted withghen3-6/+17
2.6.1 update. Bump PKGREVISION.