Date: Mon, 9 Nov 2009 21:46:22 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/140428: [PATCH] devel/ffcall: mark MAKE_JOBS_UNSAFE Message-ID: <20091109184622.2877EB829@hades.panopticon> Resent-Message-ID: <200911091850.nA9Io3oC081631@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140428 >Category: ports >Synopsis: [PATCH] devel/ffcall: 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: Mon Nov 09 18:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Mark MAKE_JOBS_UNSAFE, fails with forced jobs: http://people.freebsd.org/~amdmi3/ffcall-1.10_1.log Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ffcall-1.10_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/ffcall/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 16 Jan 2009 16:28:17 -0000 1.23 +++ Makefile 9 Nov 2009 18:34:36 -0000 @@ -23,6 +23,7 @@ MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 MANCOMPRESSED= no CFLAGS+= -fPIC +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> --- ffcall-1.10_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?20091109184622.2877EB829>