Sure there is, in the bsd# ports repo (not the official freebsd ones)
there is version 2.0 avaible.
There are some problems with it, ones they go the official ports will be
updated.
Any help about this (testing, feedback, etc) would be helpful!
good luck.
--
Phillip N. <pneu...@gmail.com>
You can track the BSD# subversion repository for updates on
http://bsd-sharp.googlecode.com/
My tinderbox build the whole thing: http://tinderbox.sigabrt.org/
With kind regards,
Romain
--
Romain Tartière <rom...@blogreen.org> http://romain.blogreen.org/
pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43)
(plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated)
What about on reporting bugs? I sent a message to the list on 5/11/08
with a crash bug that never was responded to. The a2c project (which
is based on .NET/Mono) is now catching grief for not working witht
the current Mono on BSD, but we can't seem to get anyone's attention
on fixing it.
I can't find any reference to your message in the list archives [1] nor
to port named 'a2c' in the FreeBSD ports tree [2] (or even a new port
request in the FreeBSD PR system [3])...
Am-I missing something?
May you give more details about the problem and fill-in a bug report in
the issue tracking system [4]?
Thank you,
Romain
References:
1. http://groups.google.com/group/bsd-sharp/topics
2. http://www.freshports.org/search.php?query=a2c
3. http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports&text=a2c
4. http://code.google.com/p/bsd-sharp/issues/list
--Paul Hoffman
===> Vulnerability check disabled, database not found
=> mono-2.0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from
http://mono.ximian.com/monobuild/preview/sources/mono/.
fetch:
http://mono.ximian.com/monobuild/preview/sources/mono/mono-2.0.tar.bz2:
size mismatch: expected 19362592, actual 19320767
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mono-2.0.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
Stop in /usr/ports/lang/mono.
Can someone help here?
--Paul Hoffman
The Mono team release preview tarballs whose filename does not change:
the files are updated in-place. As a consequence, each time a new
preview release is made available, the BSD# ports distinfos have to be
updated.
I have committed such an update a few minutes ago and am re-building
mono-related stuff in my tinderbox in order to be synced with this new
release).
FYI, you can disable checksum verification setting NO_CHECKSUM in your
environment, or update the distinfo file using `make makesum'. Refer to
ports(7) for more details. Be careful however to check that you do not
have a deprecated file fetched in your distfiles directory. In doubt,
delete the tarball and `make fetch' one more time.
With kind regards,
Romain
Yes, I figured that.
>I have committed such an update a few minutes ago and am re-building
>mono-related stuff in my tinderbox in order to be synced with this new
>release).
And that seems to work now. That is, 'mono-merge; make' at least got
past the checksum failure.
>FYI, you can disable checksum verification setting NO_CHECKSUM in your
>environment, or update the distinfo file using `make makesum'. Refer to
>ports(7) for more details. Be careful however to check that you do not
>have a deprecated file fetched in your distfiles directory. In doubt,
>delete the tarball and `make fetch' one more time.
I'm not sure about this. Are you saying that, as new pre-release
tarballs come out, I will have the problem again? I'm *really*
hesitant to tell my system to ignore checksum errors.
Yes, if the original tarball changes, the port will notice that.
This happends when a new version if comming out, not all the time.
I guess you have two options:
1.- ignore the checksum
2.- make makesum, test if the new version works ok and tell us!
btw, thanks romain for the updates!
good luck!
--
Phillip N. <pneu...@gmail.com>
Basically, do not turn off checksum check. If you have a failure at the
fetch step, remove the tarball from the distfiles directory and try
again. If the problem is still present, rebuild checksums (or delete the
distinfo file).
Kind regards,