Bug 253684

Summary: math/openblas: replace ECHO with ECHO_CMD
Product: Ports & Packages Reporter: Michael Muenz <m.muenz>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me CC: danfe, phd_kimberlite
Priority: --- Flags: phd_kimberlite: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
openblas ECHO patcg none

Description Michael Muenz 2021-02-19 08:43:20 UTC
Created attachment 222627 [details]
openblas ECHO patcg

Hi,

Use of ECHO in Makefile will break usage of "make -s".
Similar to this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253588
It breaks my ports-build for opencv.

Thanks,
Michael
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-17 13:51:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d142bc1d25b9c7295d04cb114fc7e786941b2f0

commit 9d142bc1d25b9c7295d04cb114fc7e786941b2f0
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-04-17 13:49:36 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-04-17 13:50:00 +0000

    Replace ${ECHO} with ${ECHO_CMD}, ECHO builtin is cleared with ``make -s''

    PR:     253684

 math/openblas/Makefile | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2021-04-17 13:52:58 UTC
Committed, thanks!