From owner-freebsd-ports@FreeBSD.ORG Wed Mar 4 03:05:31 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B85F2106566B for ; Wed, 4 Mar 2009 03:05:31 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 93F838FC14 for ; Wed, 4 Mar 2009 03:05:30 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id BC0545C5A; Tue, 3 Mar 2009 22:05:29 -0500 (EST) Date: Tue, 3 Mar 2009 22:05:29 -0500 From: Wesley Shields To: freebsd-ports@freebsd.org Message-ID: <20090304030529.GA43975@atarininja.org> References: <20090303072936.0e154820@scorpio> <20090303153739.GC55713@hades.panopticon> <20090303114755.326b7c7d@scorpio> <20090303174715.GD55713@hades.panopticon> <20090303173814.488a8860@scorpio> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090303173814.488a8860@scorpio> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: Configuring 'RUN_DEPENDS' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 03:05:32 -0000 On Tue, Mar 03, 2009 at 05:38:14PM -0500, Jerry wrote: > On Tue, 3 Mar 2009 20:47:15 +0300 > Dmitry Marakasov wrote: > > >As far as I understand, that won't work with clamav-devel. > >RUN_DEPENDS= clamav>=0.94.2:${PORTSDIR}/security/clamav > >makes a port depend not on installed file but on specific package, > >so clamav-devel will likely not match this rule. I think there's > >no need in such strict dependency, as clamav 0.94.2 is in the tree > >for 3 months already. > > I have given up on the idea too. There is probably a way; however, it > is beyond my meager skills. I am just using: > > clamav>=0.94.2:${PORTSDIR}/security/clamav > > It will probably cause a conflict with some users who have the 'devel' > version installed though. In any case, version 95 should be release > shortly. It is all ready at 95RC1 or 2. If either clamav or clamav-devel will work you can just specify a dependency on sbin/clamd? -- WXS