Re: port self update failed

2015-03-22 Thread Mark Brethen
That was a while ago. On Mar 22, 2015, at 2:35 PM, Ryan Schmidt wrote: > > On Mar 22, 2015, at 8:33 AM, Mark Brethen wrote: > >> I switched to this mirror because of all the connection problems with the >> main. What do I do now? > > You've been having connection problems with the main serv

Re: port self update failed

2015-03-22 Thread Ryan Schmidt
On Mar 22, 2015, at 8:33 AM, Mark Brethen wrote: > I switched to this mirror because of all the connection problems with the > main. What do I do now? You've been having connection problems with the main server? ___ macports-users mailing list macpo

Re: port self update failed

2015-03-22 Thread Mark Brethen
Nevermind, I forgot to use 'sudo'. It's funny how much you can overlook when you've been away from it for awhile. On Mar 22, 2015, at 8:33 AM, Mark Brethen wrote: > ### > > This mirror is managed by Pacific Northwest

Re: port-search: is --glob option really the default?

2015-03-22 Thread Chunyang Xu
On Sun, Mar 22, 2015 at 8:48 PM, Joshua Root wrote: >> Hello list, >> >> The man page of port-search says --glob is the default, but the result >> was different when I added this option manually, for example: >> $ port search --name guile >> found 6 ports >> >> $ port search --name --glob guile >>

port self update failed

2015-03-22 Thread Mark Brethen
### This mirror is managed by Pacific Northwest National Labratory. It is located in Richland, WA. If you have any questions, or problems, please email: mirror at pnnl dot gov ##

Re: port-search: is --glob option really the default?

2015-03-22 Thread Brandon Allbery
On Sun, Mar 22, 2015 at 8:48 AM, Joshua Root wrote: > port search *term > ...beware the shell expanding your glob first... -- brandon s allbery kf8nh sine nomine associates allber...@gmail.com ballb...@sinenomine.net unix, openafs,

port-search: is --glob option really the default?

2015-03-22 Thread Joshua Root
> Hello list, > > The man page of port-search says --glob is the default, but the result > was different when I added this option manually, for example: > $ port search --name guile > found 6 ports > > $ port search --name --glob guile > found 1 ports > > Did I misunderstand anything here? > >

port-search: is --glob option really the default?

2015-03-22 Thread Chunyang Xu
Hello list, The man page of port-search says --glob is the default, but the result was different when I added this option manually, for example: $ port search --name guile found 6 ports $ port search --name --glob guile found 1 ports Did I misunderstand anything here? Thanks. -- Chunyang _