Date: Thu, 25 Oct 2007 08:14:20 -0700 From: Ted Faber <faber@ISI.EDU> To: Joe Marcus Clarke <marcus@FreeBSD.org> Cc: FreeBSD GNOME Users <gnome@FreeBSD.org>, ports@FreeBSD.org Subject: Re: HEADS UP: GNOME 2.20.1 available for FreeBSD Message-ID: <20071025151420.GA1451@hut.isi.edu> In-Reply-To: <1193287544.93212.33.camel@shumai.marcuscom.com> References: <1193281696.93212.22.camel@shumai.marcuscom.com> <47201113.7070901@gmail.com> <op.t0qinunw9aq2h7@mezz.mezzweb.com> <47201324.9030903@gmail.com> <1193284997.93212.28.camel@shumai.marcuscom.com> <4720194C.9000008@gmail.com> <op.t0qkn2vv9aq2h7@mezz.mezzweb.com> <47201D77.1050204@gmail.com> <1193287544.93212.33.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--1SQmhf2mF2YjsYvc Content-Type: multipart/mixed; boundary="9zSXsLTf0vkW971A" Content-Disposition: inline --9zSXsLTf0vkW971A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 25, 2007 at 12:45:44AM -0400, Joe Marcus Clarke wrote: > On Thu, 2007-10-25 at 00:37 -0400, Aryeh M. Friedman wrote: > > > <snip> > > > You will have to talk to the mono maintainer as we didn't touch > > > lang/mono port at all. > >=20 > > Not to be pushy but since gnome is one the most commonly installed ports > > and mono is a required component shouldn't the responibility to make > > sure that all dependancies (even ones that are not your problem > > directly) build correctly? >=20 > We did a lot to verify GNOME builds correctly. Our tests were done > mainly on 6.X and 7.X (as 8.X is still a fairly new version). Since > you're running bleeding edge code, you may run into problems. You need > to report problems to the proper maintainers, and be patient. Mono has an 8.x problem as well. I sent this patch to the maintainer yesterday. It works for me, but I haven't heard back. Folks running mono on -CURRENT are welcome to try it. --=20 Ted Faber http://www.isi.edu/~faber PGP: http://www.isi.edu/~faber/pubkeys.= asc Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#= SIG --9zSXsLTf0vkW971A Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.mono" Content-Transfer-Encoding: quoted-printable --- mono.bak/Makefile 2007-10-22 20:19:04.000000000 -0700 +++ mono/Makefile 2007-10-24 17:29:43.000000000 -0700 @@ -88,11 +88,16 @@ ${WRKSRC}/mcs/class/Managed.Windows.Forms/build-csproj \ ${WRKSRC}/mcs/class/Managed.Windows.Forms/build-csproj2k5 =20 -.if ${OSVERSION} >=3D 700000 +.if ${OSVERSION} >=3D 700000 && ${OSVERSION} < 800000 @${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \ ${WRKSRC}/configure ${WRKSRC}/libgc/configure .endif =20 +.if ${OSVERSION} >=3D 800000 + @${REINPLACE_CMD} -e 's|freebsd6|freebsd8|g' \ + ${WRKSRC}/configure ${WRKSRC}/libgc/configure +.endif + tests: build @${ECHO_MSG} "=3D=3D=3D> Running mono regression tests" @(cd ${WRKSRC}/mono/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} \ --9zSXsLTf0vkW971A-- --1SQmhf2mF2YjsYvc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHILLLaUz3f+Zf+XsRAuD6AKD7UvgxO/niXlqux3+zpnr8B/WI5gCfXdFc jwii0jmhTsjp+bRLPhIaLps= =VyH+ -----END PGP SIGNATURE----- --1SQmhf2mF2YjsYvc--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071025151420.GA1451>