Date: Mon, 13 May 2019 12:31:50 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501560 - head/sysutils/most Message-ID: <201905131231.x4DCVoXL051521@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon May 13 12:31:49 2019 New Revision: 501560 URL: https://svnweb.freebsd.org/changeset/ports/501560 Log: Mark MAKE_JOBS_UNSAFE due to a makefile race condition. PR: 237874 Submitted by: pkubaj@FreeBSD.org Modified: head/sysutils/most/Makefile Modified: head/sysutils/most/Makefile ============================================================================== --- head/sysutils/most/Makefile Mon May 13 12:29:45 2019 (r501559) +++ head/sysutils/most/Makefile Mon May 13 12:31:49 2019 (r501560) @@ -22,4 +22,6 @@ PORTDOCS= README changes.txt lesskeys.rc most-fun.txt OPTIONS_DEFINE= DOCS +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905131231.x4DCVoXL051521>