Re: moving py-setuptools in ports broke the installed port, or am I missing something?

2017-03-17 Thread Antoine Brodin
On Fri, Mar 17, 2017 at 10:02 AM, Jason de Cordoba wrote: > Hey there, > > Portmaster broke again from a moved port > You can try: pkg set -n py27-setuptools27:py27-setuptools pkg set -o devel/py-setuptools27:devel/py27-setuptools (from /usr/ports/UPDATING) Cheers, Antoine ___

Re: USE_PYTHON=concurrent

2015-03-31 Thread Antoine Brodin
On Tue, Mar 31, 2015 at 9:39 PM, David Naylor wrote: > On Tuesday, 31 March 2015 20:47:38 Roland Smith wrote: >> On Mon, Mar 30, 2015 at 09:14:40PM +0200, David Naylor wrote: >> > Hi, >> > >> > I am investigating converting my ports to concurrent however I am not sure >> > how concurrent is suppos

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Antoine Brodin
On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno wrote: > Marcus: > > The thing that I would like "fixed" is python waf ignoring the fact > that it should not try and detect the number of CPUs on the system. > Let me rephrase the problem, there are some problems in some individual ports using waf. Tho

Re: /usr/ports/devel/py-gobject3: typo?

2014-12-22 Thread Antoine Brodin
On Tue, Nov 25, 2014 at 9:02 AM, Marcus von Appen wrote: > Yes, it looks like DEPENDS_ARGS is the culprit here. The conditionals > within the configure script of pygobject3-common can run into > situations, where they do not override PYTHON_VERSION properly. > > We have two ways around that: > > -

Re: svn commit: r371567 - in head/lang/python34: . files

2014-10-28 Thread Antoine Brodin
On Mon, Oct 27, 2014 at 12:54 PM, Dmitry Sivachenko wrote: > Author: demon > Date: Mon Oct 27 12:54:04 2014 > New Revision: 371567 > URL: https://svnweb.freebsd.org/changeset/ports/371567 > QAT: https://qat.redports.org/buildarchive/r371567/ > > Log: > Update to version 3.4.2. > Two deleted pa

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Antoine Brodin
On Wed, Oct 1, 2014 at 11:17 PM, Thierry Thomas wrote: > Le mer 1 oct 14 à 22:53:45 +0200, Antoine Brodin > écrivait : > >> And those 2: >> >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wspr-3.00.r2511_8.log >> http

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Antoine Brodin
On Wed, Oct 1, 2014 at 9:13 PM, Thierry Thomas wrote: > Le mer 1 oct 14 à 19:55:09 +0200, Antoine Brodin > écrivait : > >> Hi, > > Hello, > >> 2 others: >> >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Antoine Brodin
On Tue, Sep 30, 2014 at 10:59 AM, wrote: > Selon Dmitry Sivachenko le mar 30 sep 10:40:46 2014 : > >> I committed your fix for py-scipy and py-symeig port, I also verified >> several other py-numpy-dependent ports: they have no such an issue. Hi, 2 others: http://package20.nyi.freebsd.org/dat

Re: svn commit: r369447 - head/math/py-numpy

2014-09-29 Thread Antoine Brodin
On Mon, Sep 29, 2014 at 9:09 PM, Dmitry Sivachenko wrote: > > On 29 сент. 2014 г., at 17:53, Antoine Brodin wrote: > >> On Sun, Sep 28, 2014 at 12:40 PM, Dmitry Sivachenko >> wrote: >>> Author: demon >>> Date: Sun Sep 28 10:40:54 2014 >>> New Rev

Re: svn commit: r369447 - head/math/py-numpy

2014-09-29 Thread Antoine Brodin
On Sun, Sep 28, 2014 at 12:40 PM, Dmitry Sivachenko wrote: > Author: demon > Date: Sun Sep 28 10:40:54 2014 > New Revision: 369447 > URL: http://svnweb.freebsd.org/changeset/ports/369447 > QAT: https://qat.redports.org/buildarchive/r369447/ > > Log: > Fix > ImportError: /lib/libgcc_s.so.1: ver

Re: svn commit: r369166 - head/lang/cython

2014-09-27 Thread Antoine Brodin
On Sun, Sep 28, 2014 at 2:27 AM, Kubilay Kocak wrote: > On 26/09/2014 2:50 AM, Antoine Brodin wrote: >> On Wed, Sep 24, 2014 at 11:06 AM, Bartek Rutkowski wrote: >>> Author: robak >>> Date: Wed Sep 24 09:06:41 2014 >>> New Revision: 369166 >>> U

Re: svn commit: r369166 - head/lang/cython

2014-09-25 Thread Antoine Brodin
On Wed, Sep 24, 2014 at 11:06 AM, Bartek Rutkowski wrote: > Author: robak > Date: Wed Sep 24 09:06:41 2014 > New Revision: 369166 > URL: http://svnweb.freebsd.org/changeset/ports/369166 > QAT: https://qat.redports.org/buildarchive/r369166/ > > Log: > lang/cython: update 0.20.2 -> 0.21 > > - Co

Re: svn commit: r361263 - in head: . Mk

2014-07-20 Thread Antoine Brodin
On Tue, Jul 8, 2014 at 6:14 PM, Marcus von Appen wrote: > Author: mva > Date: Tue Jul 8 16:14:33 2014 > New Revision: 361263 > URL: http://svnweb.freebsd.org/changeset/ports/361263 > QAT: https://qat.redports.org/buildarchive/r361263/ > > Log: > Support for installations based on the easy_insta

Re: python3 meta port and python34

2014-06-02 Thread Antoine Brodin
On Mon, Jun 2, 2014 at 5:34 PM, Antoine Brodin wrote: > Hi there, > > I see that the default version of python 3 has been switched to 3.4. > There are a few issues with the python3 meta port: > > /usr/local/bin/python-shared3@ -> python-shared3.4 > /usr/local/bin/python-s

python3 meta port and python34

2014-06-02 Thread Antoine Brodin
Hi there, I see that the default version of python 3 has been switched to 3.4. There are a few issues with the python3 meta port: /usr/local/bin/python-shared3@ -> python-shared3.4 /usr/local/bin/python-shared3-config@ -> python-shared3.4-config /usr/local/bin/python3@ -> python3.4 /usr/local/bin

bsd.python.mk patch for review

2014-05-02 Thread Antoine Brodin
Hi there, Currently default python versions are inconsistent: - python 3.3 is the default python3 version - python 3.4 is preferred over python 3.3 when a port needs a python version in a specific range The patch below should address this, please review/test. Cheers, Antoine Index: Mk/bsd.pyt

Re: Make python27 build as an unprivileged user

2014-04-04 Thread Antoine Brodin
On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino wrote: > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: >> koobs' new python34 port (not committed yet) packages fine as non >> root, so it seems doable. > > Sorry but I don't see how that's relevant. Python

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Antoine Brodin
On Thu, Apr 3, 2014 at 9:24 PM, Julio Merino wrote: > On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: >> On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: >> > Hello, >> > >> > I needed the patch below to be able to build python27 when usin

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Antoine Brodin
On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: > Hello, > > I needed the patch below to be able to build python27 when using ports as > an unprivileged user. It is a bit too coarse-grained, but I think ports > does not offer a finer-grained mechanism to indicate that only the staging > phase

Python and clang 3.4

2014-02-19 Thread Antoine Brodin
Hi there, Clang 3.4 was imported in head 3 days ago. A few python extensions are broken because clang now refuses flags it doesn't know. For instance -R is not recognized, which breaks py-sqlite3, py-ldap2 and a few others. Some failure logs are available at http://package21.nyi.freebsd.org/bul

Re: shebang problem with python, Was: [REL - head-i386-default][databases/postgresql-libpqxx] Failed for postgresql-libpqxx-4.0.1 in build

2014-02-13 Thread Antoine Brodin
On Thu, Feb 13, 2014 at 8:22 PM, Palle Girgensohn wrote: > Hi python@ and bapt@, > > I'm usnure how to fix this problem. > > postgresql-libpqxx needs python (shebang:ed) during the build process, and > this is defined in the port using > > USE_PYTHON_BUILD= yes > USES= gmake sheba