[Bug 269566] New port: lang/mlkit

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 21 May 2023 08:33:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269566

--- Comment #8 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to Daniel Engberg from comment #7)

The port does not use shebangfix.

It sets CONFIGURE_SHELL to run the configure script with bash.  If the user has
a bash binary installed from outside ${PREFIX}, the port makefile will not try
to build a bash binary as the bash command is present but then cannot run the
configure script as ${PREFIX}/bin/bash does not exist.  Thus using a full path
for CONFIGURE_SHELL is incorrect here unless we also use a full path for the
BUILD_DEPENDS line.  But then, why do it when it works just fine with just the
command name?

-- 
You are receiving this mail because:
You are the assignee for the bug.