Re: MacPorts without root privileges: how?

2011-02-15 Thread Gf B
OK, I installed dbus using +no_startupitem+no_root. Thank you all for the pointers to these variants. No such luck, however, with the postgresql90-server port. This port is basically uninstallable without root privileges. This is highly annoying to someone who has done dozens of PostgreSQL

Re: MacPorts without root privileges: how?

2011-02-15 Thread Ben Greenfield
On Feb 15, 2011, at 8:32 AM, Gf B wrote: OK, I installed dbus using +no_startupitem+no_root. Thank you all for the pointers to these variants. No such luck, however, with the postgresql90-server port. This port is basically uninstallable without root privileges. This is highly annoying

Re: MacPorts without root privileges: how?

2011-02-15 Thread Gf B
Sorry for the ignorant question: what exactly is the portfile? Thanks, G. On Tue, Feb 15, 2011 at 9:38 AM, Ben Greenfield b...@cogs.com wrote: On Feb 15, 2011, at 8:32 AM, Gf B wrote: OK, I installed dbus using +no_startupitem+no_root.  Thank you all for the pointers to these variants.

Re: MacPorts without root privileges: how?

2011-02-15 Thread Daniel J. Luke
On Feb 15, 2011, at 8:32 AM, Gf B wrote: No such luck, however, with the postgresql90-server port. This port is basically uninstallable without root privileges. That's because all it does is install the startupitem/launchd script (and set up the postgres user and group). This is highly

Re: MacPorts without root privileges: how?

2011-02-15 Thread Lenore Horner
It's the list of instructions that tells your computer how to compile and install a port. See http://guide.macports.org/#development and the next section as well. See also http://trac.macports.org/wiki/FAQ#PortfileDevelopmentandMaintenanceQuestions. Internals may be helpful

Re: MacPorts without root privileges: how?

2011-02-15 Thread Gf B
I've read the manual enough to discover that it doesn't tell you how to find a port's portfile... Where is it? What is it called? Should one have to read the entire manual just to find this out? On Tue, Feb 15, 2011 at 11:14 AM, Lenore Horner lenorehor...@sbcglobal.net wrote: It's the list

Re: MacPorts without root privileges: how?

2011-02-15 Thread James Berry
On Feb 15, 2011, at 8:17 AM, Gf B wrote: I've read the manual enough to discover that it doesn't tell you how to find a port's portfile... Where is it? What is it called? Should one have to read the entire manual just to find this out? typing port file portname will tell you the path to

Re: MacPorts without root privileges: how?

2011-02-15 Thread Gf B
If I run (zsh): % ls -l $MPDIR/**/*.tcl | grep -i post it comes up empty. This means that, under my macports subdirectory, there is no file with extension .tcl and post anywhere in the path. I guess that what I have been asking, in one way or another, in all my posts on this thread is: what

Re: MacPorts without root privileges: how?

2011-02-15 Thread Gf B
On Tue, Feb 15, 2011 at 11:23 AM, James Berry jbe...@macports.org wrote: On Feb 15, 2011, at 8:17 AM, Gf B wrote: I've read the manual enough to discover that it doesn't tell you how to find a port's portfile...  Where is it?  What is it called? Should one have to read the entire manual just

New User Q: Error: db46 requires the Java for Mac OS X development headers.

2011-02-15 Thread Sanjay Arora
Hello All Getting Error: db46 requires the Java for Mac OS X development headers while trying to install getmail. Have Xcode Installed from Snow Leopard DVD. Download location https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20719 seems to require annual

Re: New User Q: Error: db46 requires the Java for Mac OS X development headers.

2011-02-15 Thread Daniel J. Luke
On Feb 15, 2011, at 11:33 AM, Sanjay Arora wrote: Do I have any choice, other than paying developer subscription? because I am determined not to pay that! you can join as an 'online' developer for free. -- Daniel J. Luke

Re: Gimp

2011-02-15 Thread Dennis C
Greetings; Wondering why Gimp or any program available as a dmg, such as the Gedit too that recently came up in discussion, is still even in MacPorts. Why would one still want to launch it through a shell as an X app when it can be had natively in Aqua? Thanks, Message: 9 Date: Mon, 14 Feb

Re: Gimp

2011-02-15 Thread Dominik Reichardt
As an easy way to get all of gimp when you want to compile and run gimp plugins, for example. And as long as there is no official download of Gimp people might want to do it themselves. And Gimp is not really available in Aqua AFAIK. The one available is really old and no newer dmg

Re: standard variants for py26-numpy

2011-02-15 Thread Adam Mercer
On Mon, Feb 14, 2011 at 21:49, Dan Ports dpo...@macports.org wrote: Given that py26-gtk and py26-cairo depend on numpy, keeping build time down is quite a legitimate concern, so I too wonder whether -atlas ought to be the default. Atlas also seems to be the source of a lot of recent build

Re: standard variants for py26-numpy

2011-02-15 Thread Scott Webster
On Mon, Feb 14, 2011 at 11:51 PM, vincent habchi vi...@macports.org wrote: IMHO, the problem is not in numpy depending on Atlas, which is correct ; it is in other packages depending on numpy for tasks that may involve very little of it (e.g. using numpy as a convenient means to get array

Re: MacPorts without root privileges: how?

2011-02-15 Thread Scott Webster
I'll just make a general comment, that, in my understanding, MacPorts is generally intended to be installed with root permissions. There are some attempts made to make it possible to work without them, but with only a limited amount of volunteer time spent maintaining things, it isn't the top

Re: Gimp

2011-02-15 Thread Scott Webster
On Tue, Feb 15, 2011 at 10:13 AM, Dennis C dcsw...@gmail.com wrote: Greetings; Wondering why Gimp or any program available as a dmg, such as the Gedit too that recently came up in discussion, is still even in MacPorts.  Why would one still want to launch it through a shell as an X app when it

Re: MacPorts without root privileges: how?

2011-02-15 Thread Bradley Giesbrecht
On Feb 15, 2011, at 8:17 AM, Gf B wrote: I've read the manual enough to discover that it doesn't tell you how to find a port's portfile... Where is it? What is it called? Should one have to read the entire manual just to find this out? Two helpful man pages. $ man port $ man portfile --