From owner-svn-ports-head@freebsd.org Mon Jul 2 06:13:02 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 38910FD0481; Mon, 2 Jul 2018 06:13:02 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1765748F0; Mon, 2 Jul 2018 06:13:01 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id A65D024937; Mon, 2 Jul 2018 06:13:00 +0000 (UTC) Date: Mon, 2 Jul 2018 06:12:59 +0000 From: Mark Linimon To: Sean Chittenden Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473704 - in head/security/teleport: . files Message-ID: <20180702061258.GA12664@lonesome.com> References: <201807020526.w625QOBt074318@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201807020526.w625QOBt074318@repo.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: Mon, 02 Jul 2018 06:13:02 -0000 On Mon, Jul 02, 2018 at 05:26:24AM +0000, Sean Chittenden wrote: > -ONLY_FOR_ARCHS= amd64 > +NOT_FOR_ARCHS= i386 > +NOT_FOR_ARCHS_REASON= Uses 64bit types You just enabled the build on aarch64, armv6, armv7, mips, mips64, powerpc64, and sparc64. This may not have been what you intended :-) mcl