Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 18:45:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513600 - head/sysutils/pcbsd-utils
Message-ID:  <201910021845.x92IjGsP039756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021845.x92IjGsP039756>