From owner-cvs-all@FreeBSD.ORG Sun Feb 25 02:12:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0F7516A401; Sun, 25 Feb 2007 02:12:20 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA22913C48D; Sun, 25 Feb 2007 02:12:20 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1P2CKdS002629; Sun, 25 Feb 2007 02:12:20 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1P2CKes002626; Sun, 25 Feb 2007 02:12:20 GMT (envelope-from tmclaugh) Message-Id: <200702250212.l1P2CKes002626@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 25 Feb 2007 02:12:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/mono Makefile ports/lang/mono/files patch-mono_io-layer_shared.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 25 Feb 2007 02:12:21 -0000 tmclaugh 2007-02-25 02:12:20 UTC FreeBSD ports repository Modified files: lang/mono Makefile Added files: lang/mono/files patch-mono_io-layer_shared.c Log: - Work around crashes during build due to LC_* settings in environment by setting LC_ALL=C [1] - Crash instead of looping infinitely when Mono can't obtain a semaphore. Patch from Mono's SVN [2] Reported by: A few people [1], pointyhat [2] Submitted by: Phillip Neumann [1], Lou Kamenov [2] Revision Changes Path 1.64 +14 -9 ports/lang/mono/Makefile 1.1 +15 -0 ports/lang/mono/files/patch-mono_io-layer_shared.c (new)