Date: Thu, 11 Jun 2009 19:21:26 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: olgeni@FreeBSD.org Subject: ports/135479: [PATCH] lang/erlang: mark MAKE_JOBS_UNSAFE Message-ID: <20090611152126.1BD2B108840@hades.panopticon> Resent-Message-ID: <200906111530.n5BFU28H097069@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135479 >Category: ports >Synopsis: [PATCH] lang/erlang: 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 Jun 11 15:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 1 22:13:51 MSD >Description: Make MAKE_JOBS_UNSAFE; it fails with forced jobs. Port maintainer (olgeni@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- erlang-r13b_1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/erlang/Makefile,v retrieving revision 1.130 diff -u -u -r1.130 Makefile --- Makefile 4 Jun 2009 12:19:13 -0000 1.130 +++ Makefile 11 Jun 2009 15:06:00 -0000 @@ -64,6 +64,7 @@ GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 REINPLACE_ARGS= -i +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> --- erlang-r13b_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?20090611152126.1BD2B108840>