Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 09:38:48 +0100
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Yuri <yuri@rawbw.com>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r528682 - in head/cad: . netgen-lvs netgen-lvs/files
Message-ID:  <65eead46-57aa-0a98-e84b-1e2e98e0e1a8@FreeBSD.org>
In-Reply-To: <a28584c9-1d40-e530-158b-a80ee7a14c55@rawbw.com>
References:  <202003190319.02J3JwtB035347@repo.freebsd.org> <556c09e2-34f7-635d-0998-75a50d9591ea@FreeBSD.org> <a28584c9-1d40-e530-158b-a80ee7a14c55@rawbw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/19/20 9:32 AM, Yuri wrote:
> On 2020-03-19 01:28, Mateusz Piotrowski wrote:
>> Couldn't this be done via USES=shebangfix?
>
> USES=shebangfix is looking for /usr/bin/env, not /bin/env.
>
How about something along these lines?

SHEBANG_LANG=    python #I am not sure if this name is going to collide 
with some standard definitions.
python_OLD_CMD=    "/bin/env python3"
python_CMD=            ${PYTHON_CMD}




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65eead46-57aa-0a98-e84b-1e2e98e0e1a8>