From owner-cvs-all@FreeBSD.ORG Mon Oct 6 20:33:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B578316A4B3; Mon, 6 Oct 2003 20:33:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA8643FDD; Mon, 6 Oct 2003 20:33:39 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h973XdXJ094072; Mon, 6 Oct 2003 20:33:39 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h973Xcn1094071; Mon, 6 Oct 2003 20:33:38 -0700 (PDT) (envelope-from marcus) Message-Id: <200310070333.h973Xcn1094071@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 6 Oct 2003 20:33:38 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/mono Makefile ports/lang/mono/files extra-patch-signbit patch-configure patch-libgc_configure patch-libgc_include_private_gcconfig.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 03:33:39 -0000 marcus 2003/10/06 20:33:38 PDT FreeBSD ports repository Modified files: lang/mono Makefile lang/mono/files patch-configure Added files: lang/mono/files extra-patch-signbit patch-libgc_configure patch-libgc_include_private_gcconfig.h Log: I believe this works now. I am able to compile and run some C# apps included in the mono/tests/ subdirectory, and it no longer hangs or dies with weird errors. (And, yes, I do have garbage collecting enabled). I'll let the C# user community be my judge. There still may be some issues since boehm-gc isn't fully functional in its multi-threaded state on FreeBSD. Revision Changes Path 1.19 +15 -4 ports/lang/mono/Makefile 1.1 +35 -0 ports/lang/mono/files/extra-patch-signbit (new) 1.2 +12 -3 ports/lang/mono/files/patch-configure 1.1 +10 -0 ports/lang/mono/files/patch-libgc_configure (new) 1.1 +24 -0 ports/lang/mono/files/patch-libgc_include_private_gcconfig.h (new)