svn commit: r501560 - head/sysutils/most

Emanuel Haupt ehaupt at FreeBSD.org
Mon May 13 12:31:50 UTC 2019


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


More information about the svn-ports-head mailing list