Re: [144607] trunk/dports/science/octopus/Portfile

2016-01-14 Thread David Strubbe
Ok, thanks for the explanation. And the fix to my logic in the Portfile. David On Thu, Jan 14, 2016 at 8:14 AM, Ryan Schmidt wrote: > > On Jan 13, 2016, at 11:53 AM, David Strubbe wrote: > > > Oh ok. I have seen some ports have a revision increased recently because >

Accessing individual logs of failures on the buildbot

2016-01-14 Thread Mojca Miklavec
Hi, This is probably not possible at the moment, but maybe there's some feasible way to implement it? On: https://build.macports.org/builders/buildports-snowleopard-x86_64/builds/39756/steps/cleanup/logs/stdio one can see the following: ./logs-20160113-111820/fail/p5-gimp.log

Re: [144607] trunk/dports/science/octopus/Portfile

2016-01-14 Thread Ryan Schmidt
On Jan 13, 2016, at 11:53 AM, David Strubbe wrote: > Oh ok. I have seen some ports have a revision increased recently because of a > change of default variants, so I was following that, but I guess they > shouldn't have been. It varies. You just need to ask yourself: will this change result

Re: r143478 -- gsl: update version 2.0->2.1

2016-01-14 Thread Takeshi Enomoto
Dear David, Thank you for letting me know. OK, let’s wait a few days to see if we need gsl116 or not. Regards, Takeshi - Takeshi Enomoto take...@macports.org ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: Accessing individual logs of failures on the buildbot

2016-01-14 Thread Ryan Schmidt
On Jan 14, 2016, at 6:29 AM, Mojca Miklavec wrote: > This is probably not possible at the moment, but maybe there's some > feasible way to implement it? > > On: > > https://build.macports.org/builders/buildports-snowleopard-x86_64/builds/39756/steps/cleanup/logs/stdio > > one can see the

Re: [144621] trunk/dports/python/py-numpy/Portfile

2016-01-14 Thread Michael Dickens
On Thu, Jan 14, 2016, at 02:43 AM, Joshua Root wrote: > > Revision: 144621 > > https://trac.macports.org/changeset/144621 > > Author: sean at macports.org > > Date: 2016-01-13 23:29:24 -0800 (Wed, 13 Jan 2016) > > Log Message: > > --- > > py-numpy: numpy needs fortran, so

Re: [144621] trunk/dports/python/py-numpy/Portfile

2016-01-14 Thread Joshua Root
On 2016-1-15 05:51 , Sean Farley wrote: > > Joshua Root writes: > >>> Revision: 144621 >>> https://trac.macports.org/changeset/144621 >>> Author: sean at macports.org >>> Date: 2016-01-13 23:29:24 -0800 (Wed, 13 Jan 2016) >>> Log Message: >>> --- >>>

Re: How to find all dependents of go?

2016-01-14 Thread David Evans
On 1/14/16 3:25 PM, Clemens Lang wrote: > Hi, > > On Thu, Jan 14, 2016 at 09:28:48PM +0100, Christoph Iserlohn wrote: >> But >> $ port dependents go >> returns >> go has no dependents. >> which is clearly wrong. I have several ports depending on go installed, e.g.: >> $ port installed go-tools >>

Re: How to find all dependents of go?

2016-01-14 Thread Joshua Root
On 2016-1-15 10:36 , Daniel J. Luke wrote: > On Jan 14, 2016, at 6:31 PM, David Evans wrote: >> On 1/14/16 3:25 PM, Clemens Lang wrote: >>> Hi, >>> >>> On Thu, Jan 14, 2016 at 09:28:48PM +0100, Christoph Iserlohn wrote: But $ port dependents go returns go

Re: How to find all dependents of go?

2016-01-14 Thread Clemens Lang
Hi, On Thu, Jan 14, 2016 at 09:28:48PM +0100, Christoph Iserlohn wrote: > But > $ port dependents go > returns > go has no dependents. > which is clearly wrong. I have several ports depending on go installed, e.g.: > $ port installed go-tools > The following ports are currently installed: >

Re: How to find all dependents of go?

2016-01-14 Thread Daniel J. Luke
On Jan 14, 2016, at 6:31 PM, David Evans wrote: > On 1/14/16 3:25 PM, Clemens Lang wrote: >> Hi, >> >> On Thu, Jan 14, 2016 at 09:28:48PM +0100, Christoph Iserlohn wrote: >>> But >>> $ port dependents go >>> returns >>> go has no dependents. >>> which is clearly wrong. I

How to find all dependents of go?

2016-01-14 Thread Christoph Iserlohn
Hi, because of: https://groups.google.com/forum/#!msg/golang-dev/MEATuOi_ei4/nl8jrt9YEwAJ i would like to bump the revision of all dependents of go to force a rebuild with version 1.5.3. But $ port dependents go returns go has no dependents. which is clearly wrong. I have several ports depending

Re: [144621] trunk/dports/python/py-numpy/Portfile

2016-01-14 Thread Sean Farley
Joshua Root writes: >> Revision: 144621 >> https://trac.macports.org/changeset/144621 >> Author: sean at macports.org >> Date: 2016-01-13 23:29:24 -0800 (Wed, 13 Jan 2016) >> Log Message: >> --- >> py-numpy: numpy needs fortran, so require it > > We've