summaryrefslogtreecommitdiff
path: root/lang/mono
AgeCommit message (Collapse)AuthorFilesLines
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.
2010-02-17Add licenceskefren1-1/+3
2010-02-16Update to mono 2.6.1kefren15-180/+182
Changes since version 2.4 are documented at: http://www.mono-project.com/Release_Notes_Mono_2.6 http://www.mono-project.com/Release_Notes_Mono_2.6.1
2010-01-15update to 2.4.3.1drochner6-53/+63
this is a bugfix release on the 2.4 branch
2010-01-13Remove two patches that fix command line parsing on DragonFly, breakingjoerg3-33/+1
it on NetBSD. I can't explain the behavior on DragonFly, but the use of the mono linker in the Makefiles matching the source, so the problem is elsewhere.
2009-11-25build with moonlight support. Added as a default option. Bump pkgrevisionkefren5-5/+71
2009-10-11delete pkgsrc generated code from patch-abkefren4-13/+213
add fix for #348522 from upstream pkgrevision++
2009-09-02Update to 2.4.2.3:wiz2-8/+6
Mono 2.4.2.3 is a bug fix release for Mono 2.4, which is the foundation for Novell's own long-term support Mono-based product. This release includes the following bug fixes from 2.4.2.2: * 502016 (https://bugzilla.novell.com/show_bug.cgi?id=502016) - Simple precompiled MVC app does not run on Mono 2.4.2 * 524726 (https://bugzilla.novell.com/show_bug.cgi?id=524726) - Precompiling for / then deploying elsewhere causes failure for ASP.NET apps. Changes in Mono 2.4.2.3 XSP now has Silverlight mime types registered. Updated the browser database. The C# Shell (csharp) will now accept C# scripts specified on the command line, like: $ csharp demo.cs A major bug was fixed for multi-threaded applications using XPath, if you are using XPath in a multithreaded application, we strongly recommend that you upgrade to this version.
2009-08-21use semaphores on netbsd. bump pkgrevisionkefren3-2/+16
2009-08-12recursive bump for icu shlib version change except already done.obache2-3/+4
2009-07-19Update to 2.4.2.2 - Contains fixes for CVE-2009-0217kefren2-6/+6
2009-07-17Make it build again on DragonFly.hasso2-1/+18
2009-07-15Update to 2.4.2.1kefren4-9/+12
This version is the first version to integrate Microsoft's open source ASP.NET MVC stack. More than 140 bug fixed. Check http://www.mono-project.com/Release_Notes_Mono_2.4.2 for more changes.
2009-07-02fix copy&paste botch which made that unusable pkgconfig filesdrochner1-6/+6
were installed, bump PKGREVISION
2009-06-21Fix a problem, when applications using winforms can't find libX11.so withahoka3-5/+20
native NetBSD Xorg by giving them full path to the shared library.
2009-06-14Remove @dirrm related logic.joerg1-6/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-279/+1
2009-06-13Dont explicitly look for libintl.so.0, but libintl.so (why was thisahoka3-10/+24
hardcoded I wonder?). Fixes System.DllNotFoundException on NetBSD.
2009-04-28* Add some defines to get slightly more working mono on DragonFly (programshasso12-18/+105
still segfault with illegal instruction error after some seconds of work). * Add some cvs id's to the patches. * Bump PKGREVISION.
2009-04-13Needs msgfmt.hasso1-2/+2
2009-04-07Welcome to mono 2.4kefren10-588/+334
Changelist available at http://www.mono-project.com/Release_Notes_Mono_2.4 Note: Enabled for now generics on amd64, as they look to work
2009-04-05Add a patch to make this package build for our powerpc ports.he2-1/+20
Since there is no difference for our other ports, no revision bump needed. Part of fixing PR pkg/40622. OK'ed by agc@
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe2-3/+4
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.