From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 4 00:40:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A277E106566C for ; Thu, 4 Feb 2010 00:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 773228FC1B for ; Thu, 4 Feb 2010 00:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o140e3HF070336 for ; Thu, 4 Feb 2010 00:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o140e3XI070335; Thu, 4 Feb 2010 00:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 4 Feb 2010 00:40:03 GMT Resent-Message-Id: <201002040040.o140e3XI070335@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3FF410656A6 for ; Thu, 4 Feb 2010 00:37:36 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.104.116]) by mx1.freebsd.org (Postfix) with ESMTP id 6375B8FC0A for ; Thu, 4 Feb 2010 00:37:36 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Ncpis-0001Ih-VC; Thu, 04 Feb 2010 03:37:30 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 6736BB860; Thu, 4 Feb 2010 03:37:34 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 52D18B84B; Thu, 4 Feb 2010 03:37:34 +0300 (MSK) Message-Id: <20100204003734.52D18B84B@hades.panopticon> Date: Thu, 4 Feb 2010 03:37:34 +0300 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mono@FreeBSD.org Subject: ports/143537: [PATCH] lang/mono: mark MAKE_JOBS_UNSAFE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2010 00:40:03 -0000 >Number: 143537 >Category: ports >Synopsis: [PATCH] lang/mono: mark MAKE_JOBS_UNSAFE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 04 00:40:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009 >Description: Mark MAKE_JOBS_UNSAFE, fails with forced jobs: http://people.freebsd.org/~amdmi3/mono-2.4.3.1_1.log Port maintainer (mono@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mono-2.4.3.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/mono/Makefile,v retrieving revision 1.89 diff -u -u -r1.89 Makefile --- Makefile 1 Feb 2010 17:21:01 -0000 1.89 +++ Makefile 4 Feb 2010 00:36:27 -0000 @@ -30,6 +30,7 @@ PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ARGS= EXTERNAL_MCS=false USE_GETTEXT= yes +MAKE_JOBS_UNSAFE=yes OPTIONS= MOON "Enable Moonlight Profile (2.1 Alpha)" on --- mono-2.4.3.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: