Date: Tue, 14 May 2019 08:50:25 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501633 - branches/2019Q2/sysutils/most Message-ID: <201905140850.x4E8oP2U001457@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue May 14 08:50:24 2019 New Revision: 501633 URL: https://svnweb.freebsd.org/changeset/ports/501633 Log: MFH: r501560 Mark MAKE_JOBS_UNSAFE due to a makefile race condition. PR: 237874 Submitted by: pkubaj@FreeBSD.org Approved by: ports-secteam (blanket) Modified: branches/2019Q2/sysutils/most/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/most/Makefile ============================================================================== --- branches/2019Q2/sysutils/most/Makefile Tue May 14 08:46:36 2019 (r501632) +++ branches/2019Q2/sysutils/most/Makefile Tue May 14 08:50:24 2019 (r501633) @@ -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?201905140850.x4E8oP2U001457>