Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2000 08:02:03 -0500
From:      Will Andrews <andrews@technologist.com>
To:        The Hermit Hacker <scrappy@hub.org>
Cc:        Akinori -Aki- MUSHA <knu@idaemons.org>, freebsd-ports@FreeBSD.ORG
Subject:   Re: scan /var/db/pkg for new ports ...
Message-ID:  <20000308080203.A421@argon.blackdawn.com>
In-Reply-To: <Pine.BSF.4.21.0003080350530.591-100000@thelab.hub.org>; from scrappy@hub.org on Wed, Mar 08, 2000 at 03:51:38AM -0400
References:  <86em9l6hmc.wl@archon.local.idaemons.org> <Pine.BSF.4.21.0003080350530.591-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 08, 2000 at 03:51:38AM -0400, The Hermit Hacker wrote:
> cd /usr/ports/net/cvsup-bin
> make && pkg_delete -f cvsup-bin-15.4.2,16.0,16.1
> make install

This doesn't relate to pkg_version. But you can use

% cd /usr/ports/net/cvsup/bin && make && for i in 15.4.2 16.0 16.1;do
pkg_delete -f cvsup-bin-${i};done && make install

> if you run as presented, procduces:
> 
> pkg_delete: no such package 'cvsup-bin-15.4.2,16.0,16.1' installed
> 
> Not a big issue, as I'll just do it manually, but figured someone might
> like to know ...

pkg_* could use some extra user-friendly features, for sure. The $64K
question remains: Who's gonna write the code? :)

-- 
Will Andrews <andrews@technologist.com>
GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
G++>+++ e->++++ h! r-->+++ y?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000308080203.A421>