Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Michael Dickens
I just updated to the latest SVN version of 'port', and get_canonical_archs no longer works for me (it did from 'port' just a few weeks old): it is always set to the native compile arch no matter if I specify +universal or anything else. Any other suggestions on how to globally set arch types?

Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 08:49, Michael Dickens wrote: On Nov 1, 2010, at 6:00 PM, j...@macports.org wrote: qt4 portgroup: fix qt_arch_types so it doesn't only exist in the patch phase Modified Paths --- trunk/dports/_resources/port1.0/group/qt4-1.0.tcl 2010-11-01 21:54:50 UTC (rev 73038) +++

Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Joshua Root
On 2010-11-6 00:49 , Michael Dickens wrote: I just updated to the latest SVN version of 'port', and get_canonical_archs no longer works for me (it did from 'port' just a few weeks old): it is always set to the native compile arch no matter if I specify +universal or anything else. Any

Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Michael Dickens
On Nov 5, 2010, at 10:28 AM, Joshua Root wrote: Another question related to this: what is the difference between a 'global' variable versus an 'options' one? The options proc sets up the proc with the same name as the variable that can be used to set it, and also the -append/-delete procs.

Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Joshua Root
On 2010-11-6 02:17 , Michael Dickens wrote: So, it seems as though the 'options' for qt_arch_types is being evaluated prematurely. Yes, phonon is evaluating qt_arch_types prematurely. So don't do that. - Josh ___ macports-dev mailing list

Re: Slow dependency computation

2010-11-05 Thread Daniel J. Luke
On Nov 4, 2010, at 9:51 PM, Dan Ports wrote: I see that mportdepends stops searching recursively when it hits a port that's already installed. Any reason it can't do the same when it hits an uninstalled dependency it's already seen? Probably the only reason is that no one implemented it yet

Re: Slow dependency computation

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 11:02, Daniel J. Luke wrote: On Nov 4, 2010, at 9:51 PM, Dan Ports wrote: I see that mportdepends stops searching recursively when it hits a port that's already installed. Any reason it can't do the same when it hits an uninstalled dependency it's already seen?

Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Michael Dickens
On Nov 5, 2010, at 11:26 AM, Joshua Root wrote: Yes, phonon is evaluating qt_arch_types prematurely. So don't do that. Um ... OK. I don't see a smiley :) so I think you're being serious. I'm now going through all 11 ports that use this variable, to make sure they work correctly. These

Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 13:16, Michael Dickens wrote: On Nov 5, 2010, at 11:26 AM, Joshua Root wrote: Yes, phonon is evaluating qt_arch_types prematurely. So don't do that. Um ... OK. I don't see a smiley :) so I think you're being serious. I'm now going through all 11 ports that use this

Re: [73159] trunk/dports/python/py26-pgsql/Portfile

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 16:09, b...@macports.org wrote: Revision: 73159 http://trac.macports.org/changeset/73159 Author: b...@macports.org Date: 2010-11-05 14:09:27 -0700 (Fri, 05 Nov 2010) Log Message: --- python/py26-pgsql - add variant for PostGreSQL 9.0, move to 8.4

Re: [73159] trunk/dports/python/py26-pgsql/Portfile

2010-11-05 Thread Bryan Blackburn
On Fri, Nov 05, 2010 at 04:11:17PM -0500, Ryan Schmidt said: On Nov 5, 2010, at 16:09, b...@macports.org wrote: Revision: 73159 http://trac.macports.org/changeset/73159 Author: b...@macports.org Date: 2010-11-05 14:09:27 -0700 (Fri, 05 Nov 2010) Log Message:

Re: Slow dependency computation

2010-11-05 Thread Dan Ports
On Fri, Nov 05, 2010 at 12:02:37PM -0400, Daniel J. Luke wrote: Probably the only reason is that no one implemented it yet (and maybe you are the first person to notice that it's an issue). I imagine a patch to improve this behavior would get committed eagerly :) I was actually asking if

port contents

2010-11-05 Thread Jeremy Lavergne
Should we start looking to be able to operate `port contents` on port archives and not just installed ports? Same for inactive? smime.p7s Description: S/MIME cryptographic signature ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: port contents

2010-11-05 Thread Joshua Root
On 2010-11-6 10:26 , Jeremy Lavergne wrote: Should we start looking to be able to operate `port contents` on port archives and not just installed ports? Same for inactive? Sort of and yes respectively. Tickets #18916 and #19458. - Josh ___

Re: [73039] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

2010-11-05 Thread Joshua Root
On 2010-11-6 05:16 , Michael Dickens wrote: On Nov 5, 2010, at 11:26 AM, Joshua Root wrote: Yes, phonon is evaluating qt_arch_types prematurely. So don't do that. These Portfiles (e.g., phonon) were working just fine using an SVN verion of 'port' from maybe 3 weeks ago. So, was it wrong of me