Re: Porticus 1.0b1 Released

2007-06-05 Thread paul beard
On Jun 5, 2007, at 6:33 PM, Arno Hautala wrote: Wow, it's great to see more contributions and interest in MacPorts and its community! One note though, it'd be great if the app could be installed and updated via MacPorts itself. If you need some help putting a portfile together I'm sure

Re: Porticus 1.0b1 Released

2007-06-05 Thread Richard Laing
Both positive and negative feedback can be useful. Certainly I have no philosophical problem with distributing the application as a port itself and it is certainly I something I will look at. My initial concern however is to make the application as useful and Mac-like as possible, hopefully making

Re: Porticus 1.0b1 Released

2007-06-05 Thread Arno Hautala
On 2007/06/05, at 21:13, Randall Wood wrote: On 5 Jun 2007, at 20:53, Richard Laing wrote: Porticus is a Cocoa GUI for the MacPorts package manager. The first beta has just been released and is available at http:// porticus.alittledrop.com. Any comments or feedback would be greatly appreci

Re: Porticus 1.0b1 Released

2007-06-05 Thread Randall Wood
On 5 Jun 2007, at 20:53, Richard Laing wrote: Porticus is a Cocoa GUI for the MacPorts package manager. The first beta has just been released and is available at http:// porticus.alittledrop.com. Any comments or feedback would be greatly appreciated. Features: Viewing the current MacPorts

Porticus 1.0b1 Released

2007-06-05 Thread Richard Laing
Porticus is a Cocoa GUI for the MacPorts package manager. The first beta has just been released and is available at http://porticus.alittledrop.com. Any comments or feedback would be greatly appreciated. Features: Viewing the current MacPorts categories Installing, uninstalling, updating, activat

solved: manually editing the registry database

2007-06-05 Thread Jochen Küpper
On 04.06.2007, at 17:51, Jochen Küpper wrote: Can I manually remove the py-numpy entry from the port registry, in order to re-install the port? Ok, since sudo port contents py-numpy did not show any files for that port, I simply went ahead and deleted the receipt for py-numpy: How do

Re: GTK2 & Cairo "Quartz" Variant

2007-06-05 Thread Lars Sonchocky-Helldorf
Am 31.03.2007 um 05:41 schrieb Mark Duling: Ryan Schmidt <[EMAIL PROTECTED]> on Friday, March 30, 2007 at 1:31 PM -0800 wrote: The cairo port was already updated to 1.4.2, because it did not seem to exhibit the problem. You're saying the problem still exists in (the development version) 1.4.

Re: /opt/local/etc/xml/catalog missing - was Error xmlto port

2007-06-05 Thread Adam Mercer
On 05/06/07, Boey Maun Suang <[EMAIL PROTECTED]> wrote: However, re-reading Adam's output: I realise that we have a different problem here; for some reason, catalog entries for the DocBook XSL stylesheets (rather than the DocBook XML DTDs) are not being found. Adam, could I ask which versi

Re: gcc42 fails to build

2007-06-05 Thread Boey Maun Suang
Hi Christoph, You can see in the logs that configure decided to use the ´ar´ installed by the binutils port. (The link in /opt/local/bin is named ´gar´ to avoid conflicts with Appöe's ar, but the link in /opt/local/i386-apple-darwin8.9.1/bin/ is named ´ar´.) Could this be the cause? Do you

Re: gcc42 fails to build

2007-06-05 Thread Christoph Ludwig
Hi Maun Suang, On Tue, Jun 05, 2007 at 12:22:52PM +1000, Boey Maun Suang wrote: > >the make option '-j 2' is set by the port file, not by me: > > > > castellio:~/tmp cludwig$ port cat gcc42 | grep '^build.args' > > build.args -j 2 > > > > How silly of me not to check the Portfile