Re: clamav package dependency missing

2005-09-22 Thread andrew fresh
On Thu, Sep 22, 2005 at 09:53:11AM +0200, Nikolay Sturm wrote: > * Matt Van Mater [2005-09-21]: > > be nice to have a notice during verbose installation that notifies the > > user of any dependencies that are not allowed on the FTP and/or CD. > > That doesn't make sense, just because a package is

Re: clamav package dependency missing

2005-09-22 Thread Michael Erdely
Thank you. Guess I should have researched it further. I didn't 'cause it was only a minor inconvenience. -ME On 9/22/05, Jolan Luff <[EMAIL PROTECTED]> wrote: > On Thu, Sep 22, 2005 at 12:57:11PM -0400, Michael Erdely wrote: > > On 9/22/05, David Terrell <[EMAIL PROTECTED]> wrote: > > > On Thu,

Re: clamav package dependency missing

2005-09-22 Thread Jolan Luff
On Thu, Sep 22, 2005 at 12:57:11PM -0400, Michael Erdely wrote: > On 9/22/05, David Terrell <[EMAIL PROTECTED]> wrote: > > On Thu, Sep 22, 2005 at 10:19:48AM -0400, Matt Van Mater wrote: > > > >pkg_add will sooner or later try to find a ports tree and build missing > > > >packages. > > > > > I'd a

Re: clamav package dependency missing

2005-09-22 Thread Hannah Schroeter
Hello! On Thu, Sep 22, 2005 at 12:57:11PM -0400, Michael Erdely wrote: >On 9/22/05, David Terrell <[EMAIL PROTECTED]> wrote: >> On Thu, Sep 22, 2005 at 10:19:48AM -0400, Matt Van Mater wrote: >> > >pkg_add will sooner or later try to find a ports tree and build missing >> > >packages. >I'd also l

Re: clamav package dependency missing

2005-09-22 Thread Michael Erdely
On 9/22/05, David Terrell <[EMAIL PROTECTED]> wrote: > On Thu, Sep 22, 2005 at 10:19:48AM -0400, Matt Van Mater wrote: > > >pkg_add will sooner or later try to find a ports tree and build missing > > >packages. > > I'd also like to suggest the opposite: building a port tries to pkg_add any prerequ

Re: clamav package dependency missing

2005-09-22 Thread David Terrell
On Thu, Sep 22, 2005 at 10:19:48AM -0400, Matt Van Mater wrote: > >pkg_add will sooner or later try to find a ports tree and build missing > >packages. > > This is a great idea. If the ports tree is found, you could parse the > makefile of the package that you're trying to install and grab the >

Re: clamav package dependency missing

2005-09-22 Thread Matt Van Mater
>pkg_add will sooner or later try to find a ports tree and build missing >packages. This is a great idea. If the ports tree is found, you could parse the makefile of the package that you're trying to install and grab the relative path of each dependency, and in turn search their makefiles to see

Re: clamav package dependency missing

2005-09-22 Thread Nikolay Sturm
* Matt Van Mater [2005-09-21]: > I understand what is required to make this work and that it is quite > easy to do. However I think this isn't the right way to manage and > distribute packages. pkg_add will sooner or later try to find a ports tree and build missing packages. > I imagine that es

Re: clamav package dependency missing

2005-09-21 Thread Matt Van Mater
> I've run into this with several packages. Just install the package, > when it fails on a dependency, build that port, install it and then > re-install the original package. It's not too difficult. > I understand what is required to make this work and that it is quite easy to do. However I thi

Re: clamav package dependency missing

2005-09-21 Thread Matt Van Mater
> It's a licensing issue. arc is in ports, but it's not allowed to be > on the FTP server. > > Download, extract the ports tree and build arc. > > -ME OK, that sounds reasonable. However I think publishing the clamav package without its dependencies significantly reduces its usefulness as a pack

Re: clamav package dependency missing

2005-09-21 Thread Michael Erdely
I've run into this with several packages. Just install the package, when it fails on a dependency, build that port, install it and then re-install the original package. It's not too difficult. -ME On 9/21/05, Matt Van Mater <[EMAIL PROTECTED]> wrote: > > It's a licensing issue. arc is in ports

Re: clamav package dependency missing

2005-09-21 Thread Michael Erdely
It's a licensing issue. arc is in ports, but it's not allowed to be on the FTP server. Download, extract the ports tree and build arc. -ME On 9/21/05, Matt Van Mater <[EMAIL PROTECTED]> wrote: > I was trying to install the OpenBSD 3.7 clamav package from a ftp > mirror site, but it looks like o