From owner-svn-ports-all@freebsd.org Tue Jul 4 17:30:21 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 BA2AED967BB; Tue, 4 Jul 2017 17:30:21 +0000 (UTC) (envelope-from jbeich@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 9BF27819ED; Tue, 4 Jul 2017 17:30:21 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id DE3021FD80; Tue, 4 Jul 2017 17:30:20 +0000 (UTC) From: Jan Beich To: Joseph Mingrone Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r445026 - in head/math/R: . files References: <201707041707.v64H7ixE011594@repo.freebsd.org> Date: Tue, 04 Jul 2017 19:30:13 +0200 In-Reply-To: <201707041707.v64H7ixE011594@repo.freebsd.org> (Joseph Mingrone's message of "Tue, 4 Jul 2017 17:07:44 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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, 04 Jul 2017 17:30:21 -0000 Joseph Mingrone writes: > +ONLY_FOR_ARCHS= aarch64 amd64 i386 [...] > +OPTIONS_SINGLE_FORTRAN_i386= GFORTRAN > +OPTIONS_SINGLE_FORTRAN_armv6= GFORTRAN > +OPTIONS_SINGLE_FORTRAN_amd64= GFORTRAN FLANG Did you mean to add options for aarch64, not armv6?