Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 19:02:01 +0400
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   What should be in scripts shebangs for python2?
Message-ID:  <254945186.20140219190201@serebryakov.spb.ru>

next in thread | raw e-mail | index | archive | help
Hello, Freebsd-ports.

 My port uses some pythons scripts to configure (it is not pythonn-related
by itself, only authors of this software use python scripts on build
stage).

 How should I patch these scripts to work? It looks like
/usr/local/bin/python2 is installed by devel/python2 port, and
USE_PYTHON_BUILD=yes doesn't depends on this port, but on python27, which
could be changed in future or by users's request, so I don't want to
hardcode /usr/local/bin/python2.7, too...

-- 
// Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?254945186.20140219190201>