Re: USE_PYTHON version range no longer valid?

2014-01-15 Thread Marcus von Appen
On, Wed Jan 15, 2014, Mike Brown wrote: > A port I maintain (sorta) can only be built under Python 2.2.1 through 2.4.x. > The app isn't being developed any longer, so patches to get it to build under > 2.5+ aren't likely to be forthcoming. > > The port Makefile previously had USE_PYTHON= 2.2-2.4,

Re: How to determine type of system compiler in port?

2014-01-21 Thread Marcus von Appen
On, Tue Jan 21, 2014, Lev Serebryakov wrote: > Hello, Ports. > > I want to turn off some clang-specific warnings via CFLAGS, as I'm not > able to patch all places when "dirty" (but valid!) code is used and upstream > software uses "-Werror"... > > I could not find any mentions of "clang" in bs

Re: What should be in scripts shebangs for python2?

2014-02-19 Thread Marcus von Appen
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

Re: What should be in scripts shebangs for python2?

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

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 local

Re: pgtune: doesn't check for python

2014-05-07 Thread Marcus von Appen
On, Wed May 07, 2014, Glen Barber wrote: > On Wed, May 07, 2014 at 08:57:41AM -0400, pathiaki2 wrote: > > On 05/07/2014 08:46, Lowell Gilbert wrote: > > >pathiaki2 writes: > > > > > >>/usr/ports/databases/pgtune > > >> > > >>It doesn't check to see if python is installed. Python is required

[HEADS UP]: Conflict-free python packages for different python versions

2014-06-07 Thread Marcus von Appen
On behalf of the FreeBSD python team, I'd like to announce the availability of concurrent, conflict-free python package support in the ports tree. Why? FreeBSD supports different python versions and flavours to be installed at the same time, such as e.g. Python 2.7 and Python 3.3. Ports insta

<    1   2