Re: install prefix

2007-03-29 Thread Daniel J. Luke
On Mar 29, 2007, at 11:46 AM, David Osguthorpe wrote: can you expand on "vanilla darwin" not supported? this would seem to be a very important statement to make It's not something that the developers explicitly target (I don't think any of us have a 'plain' version of darwin installed to test

Re: install prefix

2007-03-29 Thread David Osguthorpe
On Wed, Mar 28, 2007 at 04:09:29PM -0700, Jordan K. Hubbard wrote: > >Sure, it could probably be worked around by having some set of binary >tcl distributions to start from, but since Tcl is well-supported by >the system, why go to all the extra trouble? there is also the file ${prefi

Re: install prefix

2007-03-28 Thread Jordan K. Hubbard
On Mar 28, 2007, at 11:12 AM, George Georgalis wrote: why does it use the system-supplied Tcl interpreter, vs MacPorts tcl package which is in the domain of MacPorts control??? Isn't MacPorts planing on being cross platform? (BTW, it was on about my third port that tcl @8.4.14_0 was installed

Re: install prefix

2007-03-28 Thread George Georgalis
On Tue, Mar 27, 2007 at 04:44:47PM -0700, Landon Fuller wrote: > >On Mar 27, 2007, at 14:37, Ryan Schmidt wrote: > >>No... MacPorts just needs to write some things in /Library/Tcl/ >>darwinports1.0, that's all. But I don't know why it thinks it needs >>to do that. > >MacPorts uses the system-sup

Re: install prefix

2007-03-27 Thread Landon Fuller
On Mar 27, 2007, at 14:37, Ryan Schmidt wrote: No... MacPorts just needs to write some things in /Library/Tcl/ darwinports1.0, that's all. But I don't know why it thinks it needs to do that. MacPorts uses the system-supplied Tcl interpreter, and /Library/Tcl is the standard location for a

Re: install prefix

2007-03-27 Thread George Georgalis
On Tue, Mar 27, 2007 at 05:35:48PM -0400, Randall Wood wrote: >AFAIK, The darwinports1.0 Tcl Library needs to be in /Library as that >is the allowed magic directory for system-wide available frameworks >(per Apple). well I don't want system-wide I want MacPorts contained... so per the other me

Re: install prefix

2007-03-27 Thread Ryan Schmidt
On Mar 27, 2007, at 16:29, George Georgalis wrote: This seems a bug... mkdir MacPorts sudo mv MacPorts /usr/local cd MacPorts-1.4.0 ./configure --prefix=/usr/local/MacPorts \ --with-install-user=$USER \ --with-install-group=$USER make && make install ... /usr/bin/install -c -o

Re: install prefix

2007-03-27 Thread Randall Wood
AFAIK, The darwinports1.0 Tcl Library needs to be in /Library as that is the allowed magic directory for system-wide available frameworks (per Apple). On 27 Mar 2007, at 17:29, George Georgalis wrote: This seems a bug... mkdir MacPorts sudo mv MacPorts /usr/local cd MacPorts-1.4.0 ./confi

install prefix

2007-03-27 Thread George Georgalis
This seems a bug... mkdir MacPorts sudo mv MacPorts /usr/local cd MacPorts-1.4.0 ./configure --prefix=/usr/local/MacPorts \ --with-install-user=$USER \ --with-install-group=$USER make && make install ... /usr/bin/install -c -o geo -g geo -m 444 portstyle.7 /usr/local/MacPorts/sha