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

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



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