svn commit: r501633 - branches/2019Q2/sysutils/most

Emanuel Haupt ehaupt at FreeBSD.org
Tue May 14 08:50:26 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list