The attached patch adds PowerPC support to mono. The patch is also being sent upstream. Only thing not included in the patches is changing the ONLY_FOR_ARCHS line in the port Makefile. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->mono Fix synopsis and assign.
Hi Justin. I have just pushed your edited patches to the mono-2.4 branch in the BSD# repository: http://code.google.com/p/bsd-sharp/source/detail?r=697 http://bsd-sharp.googlecode.com/svn/branches/bsd-sharp-releng-2.4/lang/mono/ Can you please confirm that it's all okay (including the ONLY_FOR_ARCH fix) and confirm that the regression test suite (make tests) pass? Thanks! Romain, on behalf of the BSD# Team. -- Romain Tartière <romain@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)
2009/11/9 Romain Tartière <romain@blogreen.org> > Hi Justin. > > I have just pushed your edited patches to the mono-2.4 branch in the > BSD# repository: > > http://code.google.com/p/bsd-sharp/source/detail?r=697 > > http://bsd-sharp.googlecode.com/svn/branches/bsd-sharp-releng-2.4/lang/mono/ > > Can you please confirm that it's all okay (including the ONLY_FOR_ARCH > fix) and confirm that the regression test suite (make tests) pass? > > Thanks! > Romain, on behalf of the BSD# Team. > > -- > Romain Tartière <romain@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) > Hi Romain, The tests do pass, so the source patches are good. Also, I was able to build f-spot with it. Only one change is needed in your patch. The ONLY_FOR_ARCH line in the Makefile should have 'powerpc' instead of 'ppc'. - Justin
Fine, here is the final patch ready for being applied to the FreeBSD ports tree. Romain, on behalf of the BSD# Team. -- Romain Tartière <romain@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)
2009/11/9 Romain Tartière <mono@freebsd.org> > Fine, here is the final patch ready for being applied to the FreeBSD > ports tree. > > Romain, on behalf of the BSD# Team. > > -- > Romain Tartière <romain@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) > Looks good to me. Thanks, Justin
glewis 2009-12-06 19:47:18 UTC FreeBSD ports repository Modified files: lang/mono Makefile lang/mono/files patch-configure Added files: lang/mono/files patch-mono_mini_mini-ppc.h Log: . Add PowerPC support. PR: 140362 Submitted by: Justin Hibbits <chmeeedalf@gmail.com> Revision Changes Path 1.86 +1 -1 ports/lang/mono/Makefile 1.16 +12 -3 ports/lang/mono/files/patch-configure 1.1 +20 -0 ports/lang/mono/files/patch-mono_mini_mini-ppc.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!