svn commit: r525491 - head/security/nss

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Feb 7 17:00:10 UTC 2020


Author: lwhsu
Date: Fri Feb  7 17:00:10 2020
New Revision: 525491
URL: https://svnweb.freebsd.org/changeset/ports/525491

Log:
  Put MAKE_JOBS_UNSAFE=yes back, there is report it still fails
  
  Reported by:	ajtiM <starikarp at dismail.de> on freebsd-ports@

Modified:
  head/security/nss/Makefile

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Fri Feb  7 15:28:25 2020	(r525490)
+++ head/security/nss/Makefile	Fri Feb  7 17:00:10 2020	(r525491)
@@ -19,6 +19,8 @@ TEST_DEPENDS=	bash:shells/bash
 
 USES=		cpe gmake perl5
 
+MAKE_JOBS_UNSAFE=	yes
+
 WRKSRC_SUBDIR=	nss
 
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list