From owner-svn-ports-all@freebsd.org Mon May 27 09:24:34 2019 Return-Path: Delivered-To: svn-ports-all@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 8202E15BE33C; Mon, 27 May 2019 09:24:34 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1D18BB2D; Mon, 27 May 2019 09:24:33 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x4R9OPq4036586 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 27 May 2019 02:24:27 -0700 (PDT) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r502756 - head/math/cminpack To: =?UTF-8?Q?Ren=c3=a9_Ladan?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201905270010.x4R0AxdH047274@repo.freebsd.org> From: Yuri Message-ID: <8206336d-a8c3-24ee-9c87-b82f17f2b7d4@freebsd.org> Date: Mon, 27 May 2019 02:24:24 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Rspamd-Queue-Id: 0C1D18BB2D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.938,0] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 27 May 2019 09:24:34 -0000 On 2019-05-27 00:51, René Ladan wrote: > > >   math/cminpack: Fix build by adding USES=localbase > >   It couldn't find cblas.h on my system without this. > > Does it build with poudriere without the fix? It was not known to be > broken. It builds in poudriere, but fails on some other systems with a lot of packages installed. Yuri