From owner-freebsd-gnome@FreeBSD.ORG Thu Oct 25 15:29:35 2007 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0893216A46D; Thu, 25 Oct 2007 15:29:35 +0000 (UTC) (envelope-from faber@ISI.EDU) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.freebsd.org (Postfix) with ESMTP id DB7FD13C480; Thu, 25 Oct 2007 15:29:34 +0000 (UTC) (envelope-from faber@ISI.EDU) Received: from hut.isi.edu (hut.isi.edu [128.9.168.160]) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id l9PFEKcV019557 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 25 Oct 2007 08:14:20 -0700 (PDT) Received: (from faber@localhost) by hut.isi.edu (8.14.1/8.14.1/Submit) id l9PFEK73001511; Thu, 25 Oct 2007 08:14:20 -0700 (PDT) (envelope-from faber) Date: Thu, 25 Oct 2007 08:14:20 -0700 From: Ted Faber To: Joe Marcus Clarke Message-ID: <20071025151420.GA1451@hut.isi.edu> References: <1193281696.93212.22.camel@shumai.marcuscom.com> <47201113.7070901@gmail.com> <47201324.9030903@gmail.com> <1193284997.93212.28.camel@shumai.marcuscom.com> <4720194C.9000008@gmail.com> <47201D77.1050204@gmail.com> <1193287544.93212.33.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1SQmhf2mF2YjsYvc" Content-Disposition: inline In-Reply-To: <1193287544.93212.33.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.3i X-url: http://www.isi.edu/~faber X-ISI-4-43-8-MailScanner: Found to be clean X-MailScanner-From: faber@hut.isi.edu Cc: FreeBSD GNOME Users , ports@FreeBSD.org Subject: Re: HEADS UP: GNOME 2.20.1 available for FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 15:29:35 -0000 --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: > > > > > > 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--