svn commit: r513601 - branches/2019Q4/sysutils/pcbsd-utils

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


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

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

Modified:
  branches/2019Q4/sysutils/pcbsd-utils/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/sysutils/pcbsd-utils/Makefile
==============================================================================
--- branches/2019Q4/sysutils/pcbsd-utils/Makefile	Wed Oct  2 18:45:16 2019	(r513600)
+++ branches/2019Q4/sysutils/pcbsd-utils/Makefile	Wed Oct  2 18:45:36 2019	(r513601)
@@ -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-branches mailing list