From owner-svn-ports-head@freebsd.org Wed Oct 25 03:00:12 2017 Return-Path: Delivered-To: svn-ports-head@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 42815E3BDC9; Wed, 25 Oct 2017 03:00:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 221BF7E380; Wed, 25 Oct 2017 03:00:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6413913086; Wed, 25 Oct 2017 03:00:11 +0000 (UTC) Date: Wed, 25 Oct 2017 03:00:11 +0000 From: Alexey Dokuchaev To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r452817 - in head/cad/iverilog: . files Message-ID: <20171025030011.GA96306@FreeBSD.org> References: <201710242101.v9OL1FZS056032@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201710242101.v9OL1FZS056032@repo.freebsd.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 03:00:12 -0000 On Tue, Oct 24, 2017 at 09:01:15PM +0000, Niclas Zeising wrote: > New Revision: 452817 > URL: https://svnweb.freebsd.org/changeset/ports/452817 > > Log: > Update to 10.2 > > Deleted: > head/cad/iverilog/files/ > Modified: > head/cad/iverilog/Makefile > head/cad/iverilog/distinfo > > ... > -USES= bison gmake > > -MAKE_JOBS_UNSAFE= yes > +USES= bison gmake readline MAKE_JOBS_UNSAFE is gone, but nothing about it mentioned in the commit log. What had happened here? ./danfe