svn commit: r390661 - head/security/clambc

John Marino marino at FreeBSD.org
Fri Jun 26 19:02:46 UTC 2015


Author: marino
Date: Fri Jun 26 19:02:45 2015
New Revision: 390661
URL: https://svnweb.freebsd.org/changeset/ports/390661

Log:
  security/clambc is not jobs safe.
  
  This has failed on me at least twice recently.  Here's the last fail:
  Assembler messages:
  Fatal error: llvm[3]: Compiling Mangler.cpp for Release build
  can't create /wrkdirs/security/clambc/work/clamav-bytecode-compiler-
    clambc-0.98.5rc1/obj/lib/Target/ClamBC/Release/version.o: No such file
    or directory

Modified:
  head/security/clambc/Makefile

Modified: head/security/clambc/Makefile
==============================================================================
--- head/security/clambc/Makefile	Fri Jun 26 18:41:49 2015	(r390660)
+++ head/security/clambc/Makefile	Fri Jun 26 19:02:45 2015	(r390661)
@@ -23,6 +23,8 @@ CONFIGURE_ARGS=	--enable-optimized --ena
 
 WRKSRC=		${WRKDIR}/clamav-bytecode-compiler-${DISTNAME}/obj
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-extract:
 	@${MKDIR} ${WRKSRC}
 


More information about the svn-ports-head mailing list