svn commit: r513600 - head/sysutils/pcbsd-utils

Antoine Brodin antoine at FreeBSD.org
Wed Oct 2 18:45:17 UTC 2019


Author: antoine
Date: Wed Oct  2 18:45:16 2019
New Revision: 513600
URL: https://svnweb.freebsd.org/changeset/ports/513600

Log:
  Mark jobs unsafe
  
  pc-nssconf.c:10:10: fatal error: 'nss-parser.tab.h' file not found
  
  Reported by:	pkg-fallout
  MFH:		2019Q4

Modified:
  head/sysutils/pcbsd-utils/Makefile

Modified: head/sysutils/pcbsd-utils/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils/Makefile	Wed Oct  2 18:38:26 2019	(r513599)
+++ head/sysutils/pcbsd-utils/Makefile	Wed Oct  2 18:45:16 2019	(r513600)
@@ -18,6 +18,7 @@ WRKSRC_SUBDIR=	src-sh/pcbsd-utils
 USE_QT=		core network buildtools qmake
 USES=		pkgconfig qt:5
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
+MAKE_JOBS_UNSAFE=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	pcbsd


More information about the svn-ports-head mailing list