Re: [FYI] Fwd: cvs commit: ports UPDATING ports/Mk bsd.python.mk

2011-03-05 Thread b. f.
Heino Tiedemann wrote: >Waht does upgrade-site-packages? > >Does it rebuild all depending packages? You can see what it does by looking at the lang/python port Makefile: it looks through the library directories of all non-default, supported python versions, and rebuilds every port (other than any

Re: py27-psyco-1.6 failed on i386 8-exp

2011-03-01 Thread b. f.
On 3/2/11, Martin Wilke wrote: > Port Still failed with ur patch for bsd.python.mk My patch was meant to fix py-numpy, py-scipy, and any distutils-related port that someone chose to build with a compiler other than that used to build python itself. But this is psyco -- it's the one about which I

Re: Fwd: py27-numpy-1.5.1,1 failed on i386 8-exp

2011-02-26 Thread b. f.
> >-- Forwarded message -- >From: User Ports-i386 >Date: Sat, Feb 26, 2011 at 6:11 PM >Subject: py27-numpy-1.5.1,1 failed on i386 8-exp >To: erwin at freebsd.org, miwi at freebsd.org, itetcu at freebsd.org, >linimon at freebsd.org > > >Excerpt from the build log at > > >http://poin

Re: Fwd: py27-psyco-1.6 failed on i386 8-exp

2011-02-26 Thread b. f.
>Guy I have started exp-run with python 2.7 default, you are welcome to help to fix fallouts. > >Thanks. ... >In file included from c/initialize.h:55, >from c/psyco.c:14: >c/mergepoints.c:242: error: 'JUMP_IF_FALSE' undeclared here (not in a >function) >c/mergepoints.c:242: error: '

Re: py-numpy build failure, multiple definition of `__i686.get_pc_thunk.bx'

2011-02-04 Thread b. f.
> Done. Replacing "cc" with "gcc45" built the library without any error. > (I didn't need to specify the full path to gcc45.) > > So the question is, why is cc being invoked in the first place? As far > as I know, I'm not doing anything to force using it. Something seems to > have gone wrong dur

Re: ports/136917: [patch] lang/python26: gettext detection

2010-08-13 Thread b. f.
The following reply was made to PR ports/136917; it has been noted by GNATS. From: "b. f." To: bug-follo...@freebsd.org Cc: Anonymous Subject: Re: ports/136917: [patch] lang/python26: gettext detection Date: Fri, 13 Aug 2010 13:56:45 + > +.if defined(CPPFLAGS) >

Re: ports/143529: [PATCH] math/py-numpy: does not build

2010-02-15 Thread b. f.
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: Gerald Pfeifer Cc: "Li-Lun Wang (Leland Wang)" , bug-follo...@freebsd.org, amd...@amdmi3.ru Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Mon, 15 Feb

Re: ports/143529: [PATCH] math/py-numpy: does not build

2010-02-15 Thread b. f.
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: "Li-Lun Wang (Leland Wang)" Cc: bug-follo...@freebsd.org, amd...@amdmi3.ru, ger...@freebsd.org Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Mon, 15 Feb

Re: ports/143529: [PATCH] math/py-numpy: does not build

2010-02-15 Thread b. f.
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: "Li-Lun Wang (Leland Wang)" Cc: bug-follo...@freebsd.org, amd...@amdmi3.ru, ger...@freebsd.org Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Mon, 15 Feb

Re: ports/143529: [PATCH] math/py-numpy: does not build

2010-02-15 Thread b. f.
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: "Li-Lun Wang (Leland Wang)" Cc: bug-follo...@freebsd.org, amd...@amdmi3.ru, ger...@freebsd.org Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Mon, 15 Feb

Re: ports/143529: [PATCH] math/py-numpy: does not build

2010-02-15 Thread b. f.
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: "Li-Lun Wang (Leland Wang)" Cc: bug-follo...@freebsd.org, amd...@amdmi3.ru Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Mon, 15 Feb 2010 07:13:43 -0500

Re: ports/143529: [PATCH] math/py-numpy: does not build

2010-02-08 Thread b. f.
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: "Li-Lun Wang (Leland Wang)" Cc: bug-follo...@freebsd.org, amd...@amdmi3.ru Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Mon, 8 Feb 2010 04:19:59 -0500

Re: ports/143529: [PATCH] math/py-numpy: does not build

2010-02-03 Thread b. f.
The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: bug-follo...@freebsd.org Cc: Dmitry Marakasov Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Wed, 3 Feb 2010 11:03:56 -0500 This is a known issue. The port n

Re: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6

2009-07-20 Thread b. f.
The corresponding patch for py-libtre, attached. b. diff -ruN py-libtre.orig/Makefile py-libtre/Makefile --- py-libtre.orig/Makefile 2009-07-20 03:19:43.0 -0400 +++ py-libtre/Makefile 2009-07-20 03:15:48.0 -0400 @@ -6,7 +6,7 @@ # PORTNAME= libtre -PORTVERSION= 0.7.5

Re: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6

2009-07-20 Thread b. f.
The following reply was made to PR ports/136921; it has been noted by GNATS. From: "b. f." To: bug-follo...@freebsd.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Date: Mon, 20 Jul 2009 07:3