| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Main updates
------------
devel/mono-tools 2.6.2 -> 2.10
lang/mono 2.6.7 -> 2.10.2
lang/mono-basic 2.6.2 -> 2.10.2
www/mod_mono 2.6.3 -> 2.10
www/xsp 2.6.5 -> 2.10.2
x11-toolkits/libgdiplus 2.6.7 -> 2.10
Other updates
-------------
deskutils/tomboy 1.4.2 -> 1.6.1
devel/mono-addins 0.5 -> 0.6.1
devel/monodevelop 2.4 -> 2.4.2
graphics/f-spot 0.8.0 -> 0.8.2
print/pdfmod 0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20 2.24.1 -> 2.24.2
Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight
PR: ports/155948
Submitted by: me
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).
PR: ports/143657 [1]
Submitted by: glewis [1]
|
|
|
|
|
| |
PR: 142153
Submitted by: Romain Tartiere <mono@FreeBSD.org>
|
|
|
|
|
| |
PR: 141374
Submitted by: Romain Tartiere <mono@FreeBSD.org>
|
|
|
|
|
|
|
|
| |
- Remove a patch that makes xsp fail.
- Cleanup.
PR: ports/137223
Submitted by: Romain Tartiere
|
|
|
|
|
|
|
|
| |
- Add OPTIONS
- Cleanup
PR: ports/136861
Submitted by: Romain Tartiere
|
|
|
|
|
|
|
|
| |
. Fix portlint FATALs
. Fix packing list (remove duplicate @dirrm lines)
PR: 136659
Approved by: mono@ (Romain Tartiere)
|
|
|
|
|
| |
PR: ports/136350
Submitted by: Romain Tartiere
|
|
|
|
|
|
|
|
|
|
|
| |
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.
PR: ports/135248, ports/135249
Submitted by: Romain Tartiere <romain@blogreen.org>
|
|
|
|
|
|
|
|
| |
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
|
|
|
|
|
|
|
| |
- reenable amd64 support while we're at it.
Submitted by: Phillip Neumann
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
|
|
|
|
|
|
|
|
|
|
|
| |
- 1,933 missing methods were implemented
- 164 methods with pending implementations were fixed
- Several critical fixes to the runtime startup affecting multi-threaded
applications
- Windows.Forms improvements and bugfixes
Submitted by: Phillip Neumann
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
|
|
|
|
| |
- amd64 now enabled (and reportedly works quite well)
- Remove annoying semdel stuff because mono releases its semaphoresa now
Thanks to everyone on the BSD# mailing list for providing feedback as to the
stability of this release on multiple archs and version lines.
Helped by: Many people on the BSD# mailing list
Projecy by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix CVE-2006-5072:
Sebastian Krahmer of the SuSE security team discovered that the
System.CodeDom.Compiler classes used temporary files in an insecure
way. This could allow a symbolic link attack to create or overwrite
arbitrary files with the privileges of the user invoking the
program. Under some circumstances, a local attacker could also
exploit this to inject arbitrary code into running Mono processes.
vuxml id: 5a39a22e-5478-11db-8f1a-000a48049292
- Add USE_NANT to bsd.mono.mk for those ports I have hanging around
which require NANT to build.
Release notes:
- 1.1.13.8.1: http://go-mono.com/archive/1.1.13.8.1/
- 1.1.13.8: http://go-mono.com/archive/1.1.13.8/
Project by: BSD# http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://go-mono.com/archive/1.1.13.5/
- Fix my MASTER_SITE_SUBDIR
- Fix pthread usage when running unit tests.
- portlint
I had said on the BSD# mailing list that I would probably enable amd64
in the port but I'm holding off on that until some EM64T issues are
tracked down.
[1] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000813.html
[2] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000815.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes: http://go-mono.com/archive/1.1.13/
Port changes:
- Execute mono-semdel during pre-clean in addition to post-install
- Execute mono-semdel over ${WRKSRC}/runtime as a precaution
- Add G_DEBUG="" to mono-semdel target in bsd.mono.mk to prevent
dropping core files with upcomming glib 2.9 [1]
- add XSP_DOCROOT for when we eventually have an xsp port in the ports
tree (If interested in xsp let me know)
- Remove lingering USE_REINPLACE while I'm here
Submitted by: Andres Kohn [1]
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
| |
Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
|
|
|
|
| |
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mono Changes:
- Series release: http://www.go-mono.com/archive/1.1.9/
- Patch release: http://www.go-mono.com/archive/1.1.9.1_0/
(No 1.1.9.2 release announcement.)
Port Changes:
- Add pkg-message to explain reasons for common build failures and
note the need to possibly increase the number of semaphores from
the default FreeBSD amounts.
- Add preliminary amd64 support [1,2] which has been disabled for
the time being due to lingering stability issues.
- Force the Mono build to only write within ${WRKDIR} and no longer
write to ~/.wapi which leads to...
- Add bsd.mono.mk which is a common makefile all Mono consumers will
depend on. Currently this file sets the location of the .wapi the
build process will write to. Since Mono does not cleanup the
semaphore created for a .wapi when the last Mono process exits
this file also handles the removal of the semaphore created during
port building so we do not exhaust the machine's semaphore limit.
Submitted by: Jean-Michel "tuo" Herve <jm.herve@gameproduction.org> [1]
Joe Lewis <joe@joe-lewis.com> [1]
Lou Kamenov on BSD# mailinglist [2]
Approved by: ahze (mentor)
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
|
|
|
|
| |
Release Notes:
http://www.go-mono.com/archive/1.1.8/
http://www.go-mono.com/archive/1.1.8.1/
BTW: Welcome apeiron (Christopher Nehren <apeiron@comcast.net>) to BSD# team,
he has the commit access over there.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|