On, Thu Feb 20, 2014, Lev Serebryakov wrote:
> Hello, Marcus.
> You wrote 20 февраля 2014 г., 12:06:46:
>
> MvA> No, USE_PYTHON_BUILD=2 should provide lang/python2, which will install
> MvA> /usr/local/bin/python2. This works for many ports, so I have no idea,
> MvA> what's wrong
> It works local
Hello, Marcus.
You wrote 20 февраля 2014 г., 12:06:46:
MvA> No, USE_PYTHON_BUILD=2 should provide lang/python2, which will install
MvA> /usr/local/bin/python2. This works for many ports, so I have no idea,
MvA> what's wrong
It works locally, but "pkg-fallout-buil...@freebsd.org" sends me e-mail
Lev Serebryakov :
Hello, Marcus.
You wrote 19 февраля 2014 г., 19:55:00:
MvA> In short:
MvA> * Use ${PYTHON_CMD} to replace the shebang lines or references of the
MvA> python command
So, it is not possible to use "static" patch? It is pity :(
It should be avoided, if possible. Especially,
Hello, Marcus.
You wrote 19 февраля 2014 г., 19:55:00:
MvA> In short:
MvA> * Use ${PYTHON_CMD} to replace the shebang lines or references of the
MvA> python command
So, it is not possible to use "static" patch? It is pity :(
MvA> * Use the proper supported python version (yes for any, 2 or 3
Lev Serebryakov :
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
On Wed, 19 Feb 2014 19:02:01 +0400
Lev Serebryakov wrote:
> 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 loo
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