From owner-freebsd-questions@FreeBSD.ORG Wed May 23 02:15:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8417716A400 for ; Wed, 23 May 2007 02:15:09 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5E23B13C46A for ; Wed, 23 May 2007 02:15:09 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 32C0051937 for ; Tue, 22 May 2007 22:15:08 -0400 (EDT) Date: Wed, 23 May 2007 03:15:05 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070523031505.3071bc9b@gumby.homeunix.com.> In-Reply-To: <46529E35.7080401@ant.uni-bremen.de> References: <46529E35.7080401@ant.uni-bremen.de> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: "portmanager -s" deletes ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2007 02:15:09 -0000 On Tue, 22 May 2007 09:39:33 +0200 Heinrich Rebehn wrote: > Hi list, > > i use > > # portmanager -s|grep OLD | sort -t: -k2 > > occasionally to see which ports need upgrading. Ports tree is > cvsup'ed each night. > > I then noticed that almost *all* X11 manpages had been deleted. :-( > > The portmanager manpage reads: > > o -s or --status > status of installed ports > > My Question: how is it possible that this command *deletes* any ports? > I am aware that there have been big changes to X11 recently, but > nevertheless, something like this should not happen. That port has been removed from the tree. Portmanger will prompt you to remove it and then do it automatically after a timeout. It's not really intended to be machine-readable output. pkg_version -vl"<" will give you a list of out of date ports.