[freebsd-ports] Pilot error or bash dependencies broken?

2010-03-17 Thread Mike Winter
In spirit of a beginner's first question to 'freebsd-ports' please tell me why bash depends on x11? in /etc/make.conf I had WITHOUT_X11=yes and I ended up needing Xvfb. This is confusing to me. I get into a nasty loop of failed dependencies: make install -DWITHOUT_X11 bash [snip] ===> xorg-vf

Re: [freebsd-ports] Pilot error or bash dependencies broken?

2010-03-18 Thread Mike Winter
ilable *** Error code 2 On Mar 17, 2010, at 1:07 PM, Gary Jennejohn wrote: > On Wed, 17 Mar 2010 10:20:37 -0700 > Mike Winter wrote: > >> In spirit of a beginner's first question to 'freebsd-ports' please tell me >> why bash depends on x11? >> >>

[freebsd-ports] i just installed port bash why is it not in my path

2010-03-19 Thread Mike Winter
i see /usr/local/bin/bash is present and /usr/local/bin is in $PATH for root, but without rebooting I cant use it unless I full-path it. So whats the quick cmd to get the hash thing flushed so I dont have to reboot to use the basename for the binary? Is this a thing is hashed to xxx thing? -

Re: [freebsd-ports] i just installed port bash why is it not in my path

2010-03-19 Thread Mike Winter
unhash (duh!) found via man which->man builtin On Mar 19, 2010, at 4:08 PM, Mike Winter wrote: > > i see /usr/local/bin/bash is present and /usr/local/bin is in $PATH for root, > but without rebooting I cant use it unless I full-path it. So whats the quick > cmd to get the has