Date: Thu, 4 Feb 2010 03:37:34 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mono@FreeBSD.org Subject: ports/143537: [PATCH] lang/mono: mark MAKE_JOBS_UNSAFE Message-ID: <20100204003734.52D18B84B@hades.panopticon> Resent-Message-ID: <201002040040.o140e3XI070335@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100204003734.52D18B84B>