From owner-svn-ports-head@freebsd.org Wed Sep 12 17:05:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E86F81098654; Wed, 12 Sep 2018 17:05:05 +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 974838AB09; Wed, 12 Sep 2018 17:05:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8D4201BBE2; Wed, 12 Sep 2018 17:05:05 +0000 (UTC) Date: Wed, 12 Sep 2018 17:05:05 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r479614 - in head/security/openssl111: . files Message-ID: <20180912170505.GA20681@FreeBSD.org> References: <201809121611.w8CGBBMP062152@repo.freebsd.org> <20180912162033.GA51342@FreeBSD.org> <20180912170003.GA6696@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180912170003.GA6696@lonesome.com> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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, 12 Sep 2018 17:05:06 -0000 On Wed, Sep 12, 2018 at 05:00:04PM +0000, Mark Linimon wrote: > On Wed, Sep 12, 2018 at 04:20:33PM +0000, Alexey Dokuchaev wrote: > > > -BROKEN_sparc64= option ASM generates illegal instructions > > > +BROKEN_sparc64= option ASM generates illegal instructions > > > > This change is gratuitous. > > It makes it more consistent with most of the others in the tree, which > are intended to align if BROKEN_powerpc64 is added. Ah, now I understand (I've always been wondering why are you putting extra tab there). ./danfe