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 building

Re: pkg_add -r and a local package repo

2012-01-11 Thread Randal L. Schwartz
Jason == Jason Helfman jhelf...@e-e.com 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 -

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 the

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 jhelf...@e-e.com 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

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 mer...@stonehenge.com 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