Re: [128125] trunk/dports/lang/julia/Portfile

2014-11-13 Thread Sean Farley
Ryan Schmidt writes: >> On Nov 13, 2014, at 6:16 PM, s...@macports.org wrote: >> >> Revision >> 128125 >> Author >> s...@macports.org >> Date >> 2014-11-13 16:16:29 -0800 (Thu, 13 Nov 2014) >> Log Message >> >> julia: use a release tarball to avoid git submodules >> Modified Paths >> >> •

Re: [128125] trunk/dports/lang/julia/Portfile

2014-11-13 Thread Ryan Schmidt
> On Nov 13, 2014, at 6:16 PM, s...@macports.org wrote: > > Revision > 128125 > Author > s...@macports.org > Date > 2014-11-13 16:16:29 -0800 (Thu, 13 Nov 2014) > Log Message > > julia: use a release tarball to avoid git submodules > Modified Paths > > • trunk/dports/lang/julia/Portfile >

Re: github fetch failing?

2014-11-13 Thread Michael Dickens
Agreed. It’s now working for me again. Looks like it was just a temporary glitch on GitHub’s side. Back to work now :) - MLD On Nov 13, 2014, at 6:39 PM, Joshua Root wrote: > Another example that didn't work yesterday is now working. Maybe it was > just unavailable temporarily.

Re: github fetch failing?

2014-11-13 Thread Joshua Root
On 2014-11-14 10:29 , Ryan Schmidt wrote: > > On Nov 13, 2014, at 8:17 AM, Michael Dickens wrote: > >> Is it just me having issues, or did GitHub change their tarball download Web >> API? Both releases and specific-commit downloads fail for me right now, >> e.g., “sudo port fetch uhd” or “sudo

Re: github fetch failing?

2014-11-13 Thread Ryan Schmidt
On Nov 13, 2014, at 8:17 AM, Michael Dickens wrote: > Is it just me having issues, or did GitHub change their tarball download Web > API? Both releases and specific-commit downloads fail for me right now, > e.g., “sudo port fetch uhd” or “sudo port fetch uhd-devel". Anybody else? - > MLD It

Re: [128114] trunk/dports/net/wireshark/Portfile

2014-11-13 Thread Eric Hall
On Thu, Nov 13, 2014 at 04:50:41PM -0600, Ryan Schmidt wrote: > [snip] > > Please declare dependencies on cairo and pango using path style so that > cairo-devel and pango-devel could satisfy them: > > path:lib/pkgconfig/cairo.pc:cairo > > path:lib/pkgconfig/pango.pc:pango > > Done,

Re: [128114] trunk/dports/net/wireshark/Portfile

2014-11-13 Thread Ryan Schmidt
> On Nov 13, 2014, at 4:40 PM, ri...@macports.org wrote: > > Revision > 128114 > Author > ri...@macports.org > Date > 2014-11-13 14:40:34 -0800 (Thu, 13 Nov 2014) > Log Message > > net/wireshark/Portfile: > bump to 1.12.2, resolves #45877 > > add various ports to the +x11 variant t

Re: Port deactivate boost hangs forever

2014-11-13 Thread Clemens Lang
> I assume the same will be the case for deactivation. We should find a way to > force the usage of the file_path index with these queries. (Hopefully) fixed in https://trac.macports.org/changeset/128113. Please test and report back. We should probably ship a bugfix release for this. -- Clemens

Re: Port deactivate boost hangs forever

2014-11-13 Thread Clemens Lang
Hey, - On 13 Nov, 2014, at 13:27, Ryan Schmidt ryandes...@macports.org wrote: > Sure... > >> DROP TABLE sqlite_stat1; >> EXPLAIN QUERY PLAN SELECT id FROM files WHERE actual_path=? AND active; > > 0|0|0|SEARCH TABLE files USING INDEX file_actual (actual_path=?) > >> EXPLAIN QUERY PLAN UPDA

Re: github fetch failing?

2014-11-13 Thread Joshua Root
On 2014-11-14 01:17 , Michael Dickens wrote: > Is it just me having issues, or did GitHub change their tarball download Web > API? Both releases and specific-commit downloads fail for me right now, > e.g., “sudo port fetch uhd” or “sudo port fetch uhd-devel". Anybody else? - > MLD A couple of

github fetch failing?

2014-11-13 Thread Michael Dickens
Is it just me having issues, or did GitHub change their tarball download Web API? Both releases and specific-commit downloads fail for me right now, e.g., “sudo port fetch uhd” or “sudo port fetch uhd-devel". Anybody else? - MLD ___ macports-dev mail

Re: Port deactivate boost hangs forever

2014-11-13 Thread Ryan Schmidt
On Nov 13, 2014, at 5:28 AM, Clemens Lang wrote: > On 13 Nov, 2014, at 10:56, Ryan Schmidt wrote: > >> That definitely helped. Now deactivate takes 12 seconds, activate takes 19 >> seconds. > > OK, so one of the queries we do during activation uses a suboptimal query > plan, > possibly because

Re: Port deactivate boost hangs forever

2014-11-13 Thread Clemens Lang
Hi, - On 13 Nov, 2014, at 10:56, Ryan Schmidt ryandes...@macports.org wrote: > That definitely helped. Now deactivate takes 12 seconds, activate takes 19 > seconds. OK, so one of the queries we do during activation uses a suboptimal query plan, possibly because it uses an index that isn't ve

Re: Port deactivate boost hangs forever

2014-11-13 Thread Ryan Schmidt
On Nov 13, 2014, at 3:15 AM, Clemens Lang wrote: > On 13 Nov, 2014, at 05:30, Ryan Schmidt wrote: > >> No change for me. Before or after r128086 MacPorts takes about 11 minutes 30 >> seconds to activate or deactivate boost on Yosemite. I have only one version >> of >> boost installed: > > Can

Re: Port deactivate boost hangs forever

2014-11-13 Thread Clemens Lang
Hi Ryan, - On 13 Nov, 2014, at 05:30, Ryan Schmidt ryandes...@macports.org wrote: > No change for me. Before or after r128086 MacPorts takes about 11 minutes 30 > seconds to activate or deactivate boost on Yosemite. I have only one version > of > boost installed: Can you open the database u

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-13 Thread Ryan Schmidt
On Nov 12, 2014, at 5:53 AM, Mihai Moldovan wrote: > On 12.11.2014 11:09 am, Ryan Schmidt wrote: >> The uncompressed idea.c file needs to be in the work directory. The >> compressed idea.c.gz file doesn't need to be copied there from the distpath. > > The compressed file is automatically delete