Re: How to get a full list of dependents?

2013-02-09 Thread Ian Wadham
On 10/02/2013, at 1:11 PM, Ian Wadham wrote: > On 10/02/2013, at 7:37 AM, Joshua Root wrote: >> MacPorts_Framework is still in a pretty "pre-alpha" state, so I wouldn't >> worry too much about maintaining compatibility if not doing so will make >> it better. Just make sure you mention the interface

Re: How to get a full list of dependents?

2013-02-09 Thread Ian Wadham
On 10/02/2013, at 1:57 PM, Lawrence Velázquez wrote: > On Feb 9, 2013, at 9:11 PM, Ian Wadham wrote: >>> This (and other questions regarding development of Pallet and >>> MacPorts.framework) is probably more suited to the macports-dev list, >>> where you'll get the attention of more developer type

Re: Mountain Lion X11

2013-02-09 Thread Scott Webster
On Sat, Feb 9, 2013 at 7:27 PM, Ryan Schmidt wrote: > > xorg-server is not required so we should not add a dependency. You might > be using an X11 server on another computer. Or you might be using XQuartz. > > Yeah, could use some variants I guess, but it would probably be silly to go around add

Re: Mountain Lion X11

2013-02-09 Thread Ryan Schmidt
On Feb 9, 2013, at 21:26, Scott Webster wrote: > Thanks. Things seem to work again (installed xorg-server). Was any thought > given to just adding dependencies to xorg-server for X11 requiring ports? > Only for Mountain Lion I guess. xorg-server is not required so we should not add a depen

Re: Mountain Lion X11

2013-02-09 Thread Scott Webster
Thanks. Things seem to work again (installed xorg-server). Was any thought given to just adding dependencies to xorg-server for X11 requiring ports? Only for Mountain Lion I guess. On Sat, Feb 9, 2013 at 6:13 PM, Ryan Schmidt wrote: > > On Feb 9, 2013, at 19:58, Scott Webster wrote: > > > I t

Re: How to get a full list of dependents?

2013-02-09 Thread Lawrence Velázquez
On Feb 9, 2013, at 9:11 PM, Ian Wadham wrote: >> This (and other questions regarding development of Pallet and >> MacPorts.framework) is probably more suited to the macports-dev list, >> where you'll get the attention of more developer types. > > I will, if and when I am ready, but I am still a

Re: question about frequency of updates

2013-02-09 Thread Ryan Schmidt
On Feb 9, 2013, at 14:24, Comer Duncan wrote: > I am wondering what the gurus say is a reasonable update interval for > macports? I seem to forget to do it and then have to get through the update > process, which sometimes takes quite a while. Sometimes we have to include workarounds in por

Re: Mountain Lion X11

2013-02-09 Thread Ryan Schmidt
On Feb 9, 2013, at 19:58, Scott Webster wrote: > I think I've just come to the realization that the reason "nothing works" is > that I no longer have X11 installed after the mountain lion upgrade. > > I'm somewhat surprised that there was no dependency on any X11 package when I > reinstalled a

Re: How to get a full list of dependents?

2013-02-09 Thread Ian Wadham
On 10/02/2013, at 7:37 AM, Joshua Root wrote: >> Apparently commands such as "port dependents xxx" or "port echo >> dependentof:xxx" >> will only list *installed* dependents --- and "xxx" must itself be installed. >> >> How can I get a full list of ports that are dependents of "xxx", whether or

Mountain Lion X11

2013-02-09 Thread Scott Webster
I think I've just come to the realization that the reason "nothing works" is that I no longer have X11 installed after the mountain lion upgrade. I'm somewhat surprised that there was no dependency on any X11 package when I reinstalled all my ports, but I guess the assumption is that you might be

Re: How to allow lbdb access to MacOS Contacts?

2013-02-09 Thread Richard Cobbe
On Sat, Feb 09, 2013 at 12:27:28PM -0500, Richard Cobbe wrote: > On Sat, Feb 09, 2013 at 06:13:24PM +0100, Clemens Lang wrote: > > On Sat, Feb 09, 2013 at 11:48:21AM -0500, Richard Cobbe wrote: > > > 2013-02-09 11:44:54.610 ABQuery[55392:1203] Address book access is > > > denied for executa

How to get a full list of dependents?

2013-02-09 Thread Joshua Root
> Apparently commands such as "port dependents xxx" or "port echo > dependentof:xxx" > will only list *installed* dependents --- and "xxx" must itself be installed. > > How can I get a full list of ports that are dependents of "xxx", whether or > not > they or "xxx" are installed? > > ATM I wou

question about frequency of updates

2013-02-09 Thread Comer Duncan
Hi, I am wondering what the gurus say is a reasonable update interval for macports? I seem to forget to do it and then have to get through the update process, which sometimes takes quite a while. Any thoughts are appreciated. Comer ___ macports-users

Re: How to allow lbdb access to MacOS Contacts?

2013-02-09 Thread Richard Cobbe
On Sat, Feb 09, 2013 at 06:13:24PM +0100, Clemens Lang wrote: > On Sat, Feb 09, 2013 at 11:48:21AM -0500, Richard Cobbe wrote: > > 2013-02-09 11:44:54.610 ABQuery[55392:1203] Address book access is > > denied for executable at path: /opt/local/lib/lbdb/ABQuery > > > > Based on the functi

Re: How to allow lbdb access to MacOS Contacts?

2013-02-09 Thread Clemens Lang
On Sat, Feb 09, 2013 at 11:48:21AM -0500, Richard Cobbe wrote: > 2013-02-09 11:44:54.610 ABQuery[55392:1203] Address book access is > denied for executable at path: /opt/local/lib/lbdb/ABQuery > ( > 0 AddressBook 0x9757129a > __ABIsAccessGranted_bl

How to allow lbdb access to MacOS Contacts?

2013-02-09 Thread Richard Cobbe
I'm running v0.36 of the lbdb port on MacOS 10.8.2, and I have it configured to use my MacOS address book. When I run lbdbq, though, I get an error: 2013-02-09 11:44:54.610 ABQuery[55392:1203] Address book access is denied for executable at path: /opt/local/lib/lbdb/ABQuery (

Re: Having trouble with python readline

2013-02-09 Thread Scott Webster
swim:~ swebster$ port -v installed python25 py25-readline The following ports are currently installed: py25-readline @6.2.2_0 (active) platform='darwin 12' archs='x86_64' python25 @2.5.6_4 (active) platform='darwin 12' archs='x86_64' swim:~ swebster$ lipo -info /opt/local/bin/python2.5 /opt/lo

Re: Having trouble with python readline

2013-02-09 Thread Ryan Schmidt
On Feb 9, 2013, at 01:17, Scott Webster wrote: > I have python25 and py25-readline installed. python25 is set to be default > with port select. But I can't import readline. Am I missing something > simple here? > > Thanks for any advice! > > > swim:~ swebster$ port installed python25 py25