summaryrefslogtreecommitdiff
path: root/lang/mono
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-03-06Add some patterns for PLIST handling.wiz1-1/+6
2009-03-04Support for DragonFly. Probably still incomplete, but compilable.kefren10-15/+143
PKGREVISION++
2009-02-12Fix Bug 475132 for amd64. Patch provided by Zoltan Vargakefren3-3/+25
2009-02-11Copy settings.map and web.config to config dir. Fixes pkg/40595kefren1-1/+6
Bump PKGREVISION
2009-01-21Fix PLIST by adding monodoc entries. From abs@kefren1-1/+23
2009-01-19Welcome to Mono 2.2.kefren7-30/+300
Changes since version 2.0 include improved performance, Full AOT and SIMD For full changelist see: http://www.mono-project.com/Release_Notes_Mono_2.2
2008-12-21re-add MAKE_JOBS_SAFE=no because it sometimes fails under bulk buildskefren1-1/+3
No functional change
2008-11-21correct general register state indexes for NetBSD/amd64kefren3-9/+31
Bump PKGREVISION
2008-11-19reenable MAKE_JOBS_SAFE (2.0.1 compiled OK several times on i386 and amd64)kefren4-8/+73
let configure choose tls model provide atomic_ops to Interlock functions in newer NetBSDs bump PKGREVISION
2008-10-25* Update to mono 2.0.1kefren4-8/+9
* Add linux PLIST Mono 2.0.1 is a minor bugfix update to Mono 2.0. For full release notes please consult: http://www.mono-project.com/Release_Notes_Mono_2.0.1
2008-10-10Disable generic sharing on NetBSD/amd64 in order to get it built andkefren3-2/+19
working. Probably this should be done for all *BSD as well. Bump PKGREVISION
2008-10-07Update to mono 2.0kefren16-253/+69
Improved performance, more features, C# 3.0, complete LINQ support etc. For a more complete list of changes please consult: http://www.mono-project.com/Release_Notes_Mono_2.0
2008-09-01Merge fix for Bug 418620 (SVN revision 111276) - Sys.Web is prone tokefren4-3/+96
"HTTP header injection" attacks
2008-08-10Remove directory "include/mono-1.0/mono" on deinstallation.tron2-3/+4
Bump package revision because of a package list fix.
2008-08-09fix an cross site scripting vulnerabilitykefren8-3/+83
bump PKGREVISION
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-30Drop lang/mono/Makefile.common which is not needed anymore.tnn2-6/+3
2008-05-30Put back the definition of MONO_SHARED_DIR in the bl3.mk, because it istnn2-4/+3
needed to build gtk-sharp and gnome-sharp, and possibly other mono packages with a readonly home dir. Discussed with wiz@ and kefren@
2008-04-28MAKE_JOBS_SAFE=nokefren1-1/+3
2008-04-25pullup a patch from trunk that fixes a crash when inferring from nullkefren3-2/+16
argument anonymous method. This should fix crash when building wip/nemo. Bump pkgrevision Thanks to Marek Safar for pointing me the exact change in mono tree
2008-04-25update to mono 1.9.1, the new bugfix release.kefren2-6/+7
For a complete list of changes see http://www.go-mono.com/archive/1.9.1/
2008-04-21fix typokefren1-2/+2
2008-04-19Update to mono-1.9kefren9-39/+90
Between the release of 1.2.6 and 1.9 more than 400 bugs were fixed.
2008-03-21Change MONO_SHARED_DIR in order to compile mono dependant packageskefren1-1/+3
in sandboxes. Reported by and discused with joerg@ and tnn@ This behaviour is also documented at: http://pkg-mono.alioth.debian.org/cli-policy/ch-mono.html#s4.3