Age | Commit message (Collapse) | Author | Files | Lines |
|
reported by obache@ on pkgsrc-users@
bump pkgrevision
|
|
|
|
at http://www.mono-project.com/Release_Notes_Mono_2.10.2
|
|
Drop dependency on devel/glib2.
Bump PKGREVISION.
|
|
* 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
|
|
|
|
|
|
support (__thread) exists. Should fix PR/44725
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Changelog: http://www.mono-project.com/Release_Notes_Mono_2.8.1
|
|
PKGREVISION++
|
|
tracing, LLVM integration.
Full Release Notes at: http://www.mono-project.com/Release_Notes_Mono_2.8
|
|
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@
|
|
monodevelop work again. PKGREVISION++. Ok'd wiz@
|
|
|
|
|
|
Full update list: http://www.mono-project.com/Release_Notes_Mono_2.6.7
|
|
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
|
|
For full changelog see http://www.mono-project.com/Release_Notes_Mono_2.6.3
|
|
so not MAKE_JOBS_SAFE.
|
|
2.6.1 update. Bump PKGREVISION.
|
|
|
|
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
|
|
this is a bugfix release on the 2.4 branch
|
|
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.
|
|
|
|
add fix for #348522 from upstream
pkgrevision++
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
were installed, bump PKGREVISION
|
|
native NetBSD Xorg by giving them full path to the shared library.
|
|
|
|
|
|
hardcoded I wonder?). Fixes System.DllNotFoundException on NetBSD.
|
|
still segfault with illegal instruction error after some seconds of work).
* Add some cvs id's to the patches.
* Bump PKGREVISION.
|
|
|
|
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
|
|
Since there is no difference for our other ports, no revision bump needed.
Part of fixing PR pkg/40622.
OK'ed by agc@
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
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.
|