Commit graph

124 commits

Author SHA1 Message Date
kefren
946136e7ca build with moonlight support. Added as a default option. Bump pkgrevision 2009-11-25 10:13:06 +00:00
kefren
d6833db188 delete pkgsrc generated code from patch-ab
add fix for #348522 from upstream
pkgrevision++
2009-10-11 07:49:49 +00:00
wiz
1815af1e9f Update to 2.4.2.3:
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-09-02 12:09:01 +00:00
kefren
cae1025c75 use semaphores on netbsd. bump pkgrevision 2009-08-21 09:29:28 +00:00
obache
3b11655430 recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
kefren
cc1772d6b4 Update to 2.4.2.2 - Contains fixes for CVE-2009-0217 2009-07-19 07:53:53 +00:00
hasso
4674c63488 Make it build again on DragonFly. 2009-07-17 02:53:52 +00:00
kefren
d21d12ac6a Update to 2.4.2.1
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-15 11:37:16 +00:00
drochner
0161bcb2a2 fix copy&paste botch which made that unusable pkgconfig files
were installed, bump PKGREVISION
2009-07-02 17:00:48 +00:00
ahoka
7823cac0ee Fix a problem, when applications using winforms can't find libX11.so with
native NetBSD Xorg by giving them full path to the shared library.
2009-06-21 21:37:47 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ahoka
b07d6d7331 Dont explicitly look for libintl.so.0, but libintl.so (why was this
hardcoded I wonder?). Fixes System.DllNotFoundException on NetBSD.
2009-06-13 13:41:52 +00:00
hasso
a64ec624fb * Add some defines to get slightly more working mono on DragonFly (programs
still segfault with illegal instruction error after some seconds of work).
* Add some cvs id's to the patches.
* Bump PKGREVISION.
2009-04-28 10:31:58 +00:00
hasso
9ea2f8c874 Needs msgfmt. 2009-04-13 11:38:23 +00:00
kefren
eb12cd3d28 Welcome to mono 2.4
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-07 08:20:42 +00:00
he
edf6ff4e0b Add a patch to make this package build for our powerpc ports.
Since there is no difference for our other ports, no revision bump needed.
Part of fixing PR pkg/40622.

OK'ed by agc@
2009-04-05 16:20:06 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-20 19:23:50 +00:00
wiz
82862ea363 Add some patterns for PLIST handling. 2009-03-06 14:28:44 +00:00
kefren
4a26ce0622 Support for DragonFly. Probably still incomplete, but compilable.
PKGREVISION++
2009-03-04 01:09:19 +00:00
kefren
aab6d155bc Fix Bug 475132 for amd64. Patch provided by Zoltan Varga 2009-02-12 19:44:50 +00:00
kefren
784045147a Copy settings.map and web.config to config dir. Fixes pkg/40595
Bump PKGREVISION
2009-02-11 21:03:10 +00:00
kefren
075aabc06e Fix PLIST by adding monodoc entries. From abs@ 2009-01-21 18:20:28 +00:00
kefren
cf5f9b21f1 Welcome to Mono 2.2.
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
2009-01-19 22:35:53 +00:00
kefren
0f09f68fc8 re-add MAKE_JOBS_SAFE=no because it sometimes fails under bulk builds
No functional change
2008-12-21 07:44:46 +00:00
kefren
faebc10d59 correct general register state indexes for NetBSD/amd64
Bump PKGREVISION
2008-11-21 08:00:48 +00:00
kefren
26a9d6cde6 reenable MAKE_JOBS_SAFE (2.0.1 compiled OK several times on i386 and amd64)
let configure choose tls model
provide atomic_ops to Interlock functions in newer NetBSDs
bump PKGREVISION
2008-11-19 11:17:49 +00:00
kefren
fcbc4bc50c * Update to mono 2.0.1
* 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-25 05:27:58 +00:00
kefren
b390b71b76 Disable generic sharing on NetBSD/amd64 in order to get it built and
working. Probably this should be done for all *BSD as well.
Bump PKGREVISION
2008-10-10 22:02:42 +00:00
kefren
ccf060d8f5 Update to mono 2.0
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-10-07 13:22:32 +00:00
kefren
c43c16cebf Merge fix for Bug 418620 (SVN revision 111276) - Sys.Web is prone to
"HTTP header injection" attacks
2008-09-01 09:28:54 +00:00
tron
7c12e33377 Remove directory "include/mono-1.0/mono" on deinstallation.
Bump package revision because of a package list fix.
2008-08-10 16:19:33 +00:00
kefren
5a9062e35b fix an cross site scripting vulnerability
bump PKGREVISION
2008-08-09 19:57:51 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
tnn
ceaca2c3bd Drop lang/mono/Makefile.common which is not needed anymore. 2008-05-30 11:07:22 +00:00
tnn
f7e5e827dc Put back the definition of MONO_SHARED_DIR in the bl3.mk, because it is
needed to build gtk-sharp and gnome-sharp, and possibly other mono packages
with a readonly home dir. Discussed with wiz@ and kefren@
2008-05-30 11:01:15 +00:00
kefren
2ae170bf9f MAKE_JOBS_SAFE=no 2008-04-28 07:10:21 +00:00
kefren
941ffcced8 pullup a patch from trunk that fixes a crash when inferring from null
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-25 11:23:26 +00:00
kefren
4bb9a00dea update to mono 1.9.1, the new bugfix release.
For a complete list of changes see http://www.go-mono.com/archive/1.9.1/
2008-04-25 08:14:20 +00:00
kefren
3439e012ee fix typo 2008-04-21 17:08:02 +00:00
kefren
613396ade2 Update to mono-1.9
Between the release of 1.2.6 and 1.9 more than 400 bugs were fixed.
2008-04-19 18:42:10 +00:00
kefren
84b6b554bc Change MONO_SHARED_DIR in order to compile mono dependant packages
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
2008-03-21 14:52:15 +00:00
jlam
4212a1762c Improve grammar of message. 2008-02-20 04:44:21 +00:00
kefren
083ff8c03d Create config subdirs. Noticed by wiz@ 2008-02-18 11:58:56 +00:00
kefren
551fafb007 REPLACE_BASH for the rest of the scripts
Fix pkg/38041
2008-02-16 15:53:14 +00:00
kefren
0a7284a526 don't install a config file directly into etc/
Reported by wiz@
2008-02-15 15:57:14 +00:00
kefren
351ba015df Update to mono 1.2.6 2008-02-13 14:16:43 +00:00
drochner
ae13fb82c8 apply a patch from Debian for CVE-2007-5197:
Buffer overflow in the Mono.Math.BigInteger class in Mono allows
context-dependent attackers to execute arbitrary code via
unspecified vectors
2007-11-05 11:28:50 +00:00
taca
637a6903f1 Handle safer mremap(2)'s flags parameter on NetBSD.
Patch supplied from Matthias Drochner.

Bump PKGREVISION.
2007-08-13 16:41:34 +00:00