1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Tom McLaughlin
f9b909a0d4 - Update to 1.2.2.1
- 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)
2007-02-04 21:58:46 +00:00
Tom McLaughlin
c93f29a107 - Update to 1.1.13.6
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
2006-04-23 19:57:11 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Tom McLaughlin
58944b81e1 Update to 1.1.13.2
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>
2006-02-19 06:14:39 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Tom McLaughlin
6a61c03f29 Update to 1.1.12.1
Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
2006-01-14 21:34:06 +00:00
Tom McLaughlin
29b08baecb (Long awaited) update to 1.1.9.2
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>
2005-11-10 04:17:26 +00:00
Jeremy Messenger
f6da1f0f80 Fix the plist by taking care of directories in X11BASE too.
lib/mono/1.0
	lib/mono/2.0

Approved by:	portmgr (marcus)
Reported by:	krion via pointyhat
2005-08-03 02:34:06 +00:00
Jeremy Messenger
116f882ee0 Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed.
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
2005-07-10 21:37:13 +00:00
Jeremy Messenger
9978b53b8c Update to 1.1.7, Bill Middleton has been working against the Mono SVN to fix
FreeBSD problems with Mono. As of Mono 1.1.7, Mono has made a tremendous leap
in stability on FreeBSD. Many C# apps now works much better with Mono 1.1.7.

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-05-16 06:32:36 +00:00
Jeremy Messenger
6f5d92ea8c Fix the pkg-plist issue in gtk-sharp when it installs in mono's directory. Let
mono to take of ${X11BASE} directories same as in ${LOCALBASE}.

Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:	maintainer timeout (still no contact for months)
2005-01-21 06:13:48 +00:00
Jeremy Messenger
b07f2f74d7 Update to 1.0.5.
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:	maintainer timeout (still no contact for months)
2004-12-10 19:46:49 +00:00
Jeremy Messenger
43bb7fa35d Update to 1.0.4. Mono has been set to IGNORE on 5.x if OSVERSION is below
503000.  Mono 1.0.1 and greater have been broken on earlier OSVERSION
versions. Warning, not all C# apps will not working, because FreeBSD still
need to work more on pthread issues. Few C# apps such as Blam, Muine, Tomboy
and etc work perfect.

PR:		ports/74397 ports/74398
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:	maintainer timeout (no contract for months)
2004-11-26 05:44:10 +00:00
Pav Lucistnik
1f2515a97b - Update to 1.0
PR:		ports/68804
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
2004-07-14 16:40:17 +00:00
Pav Lucistnik
b3f304c72c - Update to 0.97
PR:		ports/68409
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu> (maintainer)
2004-06-27 13:03:45 +00:00
Joe Marcus Clarke
5a528c2932 Update to 0.95 (aka Mono 1.0 Beta 2). With this commit, plus David Xu's
KSE signal fixes from 6/12/2004, Mono now works on both 4.X and -CURRENT
(well, all but two benchmarks build and run successfully on both 4.X and
-CURRENT).

Note: you may need to rm -r ~/.wapi before building if you've tried older
versions of Mono.
2004-06-12 22:08:56 +00:00
Joe Marcus Clarke
161e75a7f6 Update to 0.30.1.
PR:		63172
Submitted by:	ZParta <zparta@skebo.ac>
2004-02-27 20:38:14 +00:00
Joe Marcus Clarke
5059990708 Update to 0.29.
PR:		60228
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net>
2003-12-15 21:36:37 +00:00
Joe Marcus Clarke
746cb37fab Update to 0.28, and mark that it is only for i386. Note, it's still not
clear whether this works correctly on FreeBSD.
2003-10-06 17:55:54 +00:00
Joe Marcus Clarke
536101b08e Add some missing libraries to the plist.
Reported by:	bento
2003-06-16 00:12:22 +00:00
Juli Mallett
6d8894d265 Upgrade to latest Mono (0.24 release), which includes most notably
a newer and much better JIT.

Approved by:	marcus (mentor)
2003-05-07 05:10:28 +00:00
Juli Mallett
98e93a4bec Update to 0.20, de-pkg-comment.
Approved by:	marcus (mentor)
2003-02-26 02:28:59 +00:00
Juli Mallett
4585462e40 Update to Mono 0.19.
Reviewed by:	marcus (mentor)
2003-01-26 21:03:08 +00:00
Joe Marcus Clarke
c8b5f8603c Update to 0.18. 2003-01-13 17:40:55 +00:00
Joe Marcus Clarke
df8b044cb1 Update to 0.17.
Requested by:	many
Not tested by:	me
2003-01-01 19:16:15 +00:00
Yukihiro Nakai
cc5e06329e Update to 0.13 2002-08-03 13:12:47 +00:00
Yukihiro Nakai
ca3d06fb6a Initial import.
.NET clone by Ximian
2002-07-22 13:41:43 +00:00