Date: Fri, 04 May 2012 21:52:35 -0500 From: "Bryan Drewery" <bryan@shatow.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167599: [PATCH] security/bsmtrace: Set MAKE_JOBS_UNSAFE Message-ID: <20120505025240.405A41065670@hub.freebsd.org> Resent-Message-ID: <201205050300.q4530J4l057586@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167599 >Category: ports >Synopsis: [PATCH] security/bsmtrace: Set MAKE_JOBS_UNSAFE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 05 03:00:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: Does not build with FORCE_MAKE_JOBS. >How-To-Repeat: Set FORCE_MAKE_JOBS and try building. >Fix: --- patch-bsmtrace.txt begins here --- --- Makefile.orig 2012-05-04 21:46:49.000000000 -0500 +++ Makefile 2012-05-04 21:47:00.000000000 -0500 @@ -19,6 +19,8 @@ MAN1= bsmtrace.1 MAN5= bsmtrace.conf.5 +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 602000 IGNORE= release 6.2-RELEASE or later is required --- patch-bsmtrace.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120505025240.405A41065670>