Re: pkg_add -r and a local package repo

2012-01-11 Thread Rick Miller
On Wed, Jan 11, 2012 at 5:03 PM, Randal L. Schwartz wrote: > > I've figured out how to point PACKAGESITE at a URL of my choosing. > > First, it looks like pkg_add -r needs the full package name. Is there > any way to give it "zsh" instead of "zsh-4.3.15"? I've read somewhere that you should be a

Re: pkg_add -r and a local package repo

2012-01-11 Thread Matthew Seaman
On 11/01/2012 22:32, Randal L. Schwartz wrote: >> "Jason" == Jason Helfman writes: > > Jason> Why not just point the PACKAGESITE to the Latest directory of the tree > you > Jason> want to install? > > I am, but it has zsh-4.3.15.tbz and not zsh.tbz, so I have to pkg_add -r > "zsh-4.3.15", a

Re: pkg_add -r and a local package repo

2012-01-11 Thread Jason Helfman
On Wed, Jan 11, 2012 at 02:23:48PM -0800, Chuck Swiger thus spake: On Jan 11, 2012, at 2:03 PM, Randal L. Schwartz wrote: First, it looks like pkg_add -r needs the full package name. Is there any way to give it "zsh" instead of "zsh-4.3.15"? Create a symlink from zsh-4.3.15.tbz to zsh.tbz on

Re: pkg_add -r and a local package repo

2012-01-11 Thread Randal L. Schwartz
> "Jason" == Jason Helfman writes: Jason> Why not just point the PACKAGESITE to the Latest directory of the tree you Jason> want to install? I am, but it has zsh-4.3.15.tbz and not zsh.tbz, so I have to pkg_add -r "zsh-4.3.15", and that's the annoying part. -- Randal L. Schwartz - Stonehe

Re: pkg_add -r and a local package repo

2012-01-11 Thread Chuck Swiger
On Jan 11, 2012, at 2:03 PM, Randal L. Schwartz wrote: > First, it looks like pkg_add -r needs the full package name. Is there > any way to give it "zsh" instead of "zsh-4.3.15"? Create a symlink from zsh-4.3.15.tbz to zsh.tbz on the package server. You can also control this at the time of buildi

pkg_add -r and a local package repo

2012-01-11 Thread Randal L. Schwartz
I've figured out how to point PACKAGESITE at a URL of my choosing. First, it looks like pkg_add -r needs the full package name. Is there any way to give it "zsh" instead of "zsh-4.3.15"? Second, it looks like it won't install dependencies. This is a problem. Can I get it to search and install