From owner-svn-ports-all@freebsd.org Tue Mar 14 14:34:33 2017 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 BA2B6D0B09B; Tue, 14 Mar 2017 14:34:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B68E6C5; Tue, 14 Mar 2017 14:34:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E2E2815E4; Tue, 14 Mar 2017 14:34:32 +0000 (UTC) Date: Tue, 14 Mar 2017 14:34:32 +0000 From: Alexey Dokuchaev To: Joseph Mingrone Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436154 - in head/security: . sha1collisiondetection Message-ID: <20170314143432.GA49451@FreeBSD.org> References: <201703141417.v2EEHV9L074423@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703141417.v2EEHV9L074423@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 14 Mar 2017 14:34:33 -0000 On Tue, Mar 14, 2017 at 02:17:31PM +0000, Joseph Mingrone wrote: > New Revision: 436154 > URL: https://svnweb.freebsd.org/changeset/ports/436154 > > Log: > security/sha1collisiondetection: a tool to detect SHA-1 collisions > > @@ -0,0 +1,36 @@ > [...] > +ALL_TARGET= library tools This looks suspicious WRT -jX (parallel) builds. Did you verify that the port is jobs-safe? ./danfe