Re: What should be in scripts shebangs for python2?

2014-02-20 Thread Marcus von Appen
Lev Serebryakov l...@freebsd.org: 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.

Re: What should be in scripts shebangs for python2?

2014-02-20 Thread Lev Serebryakov
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-mails,

Re: What should be in scripts shebangs for python2?

2014-02-20 Thread Marcus von Appen
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 locally, but

What should be in scripts shebangs for python2?

2014-02-19 Thread 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/python2 port, and

Re: What should be in scripts shebangs for python2?

2014-02-19 Thread Serpent7776
On Wed, 19 Feb 2014 19:02:01 +0400 Lev Serebryakov l...@freebsd.org 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

Re: What should be in scripts shebangs for python2?

2014-02-19 Thread Marcus von Appen
Lev Serebryakov l...@freebsd.org: 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

Re: What should be in scripts shebangs for python2?

2014-02-19 Thread 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 :( MvA * Use the proper supported python version (yes for any, 2 or 3 for