From owner-svn-ports-all@freebsd.org Fri Jun 26 19:02:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D8F598D3DB; Fri, 26 Jun 2015 19:02:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA7612F0; Fri, 26 Jun 2015 19:02:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QJ2k4G009277; Fri, 26 Jun 2015 19:02:46 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QJ2k0a009276; Fri, 26 Jun 2015 19:02:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506261902.t5QJ2k0a009276@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 26 Jun 2015 19:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390661 - head/security/clambc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 19:02:46 -0000 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}