From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 15:03:36 2012 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 CBE44106566C for ; Fri, 10 Feb 2012 15:03:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 4152A8FC1B for ; Fri, 10 Feb 2012 15:03:36 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 5C23E28432; Fri, 10 Feb 2012 16:03:35 +0100 (CET) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 864782842D; Fri, 10 Feb 2012 16:03:34 +0100 (CET) Message-ID: <4F3531C5.6090304@quip.cz> Date: Fri, 10 Feb 2012 16:03:33 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Anton Shterenlikht References: <20120130123930.GB40244@azathoth.lan> <4F330E6E.6080208@gmail.com> <20120209090231.GD16733@mech-cluster241.men.bris.ac.uk> <201202091017.13872.avilla@freebsd.org> <20120209102046.GA17207@mech-cluster241.men.bris.ac.uk> <20120210092401.GA25843@mech-cluster241.men.bris.ac.uk> <20120210145251.GD27024@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120210145251.GD27024@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eitan Adler , freebsd-ports@freebsd.org Subject: Re: [HEADSUP][CFT] pkgng beta1 is out 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: Fri, 10 Feb 2012 15:03:36 -0000 Anton Shterenlikht wrote: > On Fri, Feb 10, 2012 at 09:07:02AM -0500, Eitan Adler wrote: >> On Fri, Feb 10, 2012 at 4:24 AM, Anton Shterenlikht wrote: >>> On Thu, Feb 09, 2012 at 10:20:47AM +0000, Anton Shterenlikht wrote: >>>> On Thu, Feb 09, 2012 at 10:17:10AM +0100, Alberto Villa wrote: >>>>> On Thursday 09 February 2012 10:02:31 Anton Shterenlikht wrote: >>>>>> There are>400 ports installed, so I'm still missing >>>>>> something else. >>>>> >>>>> You didn't run pkg2ng. >>>> >>>> thanks again. I missed that too. >>> >>> So do I understand correctly that >>> once switched to pkg(1), the old >>> pkg_* tools should not be used >>> anymore? Is that what the output >>> below tells me: >>> >>> # pkg version -v |grep "<" >>> gcc< needs updating (port has 4.7.0.20120128) >>> >>> # pkg_version -v |grep "<" >> >> FYI >> >> pkg version -vl\< >> pkg_version -vl\< > > Cool! I think that better is pkg_version -vL = This way you get notified about moved / deleted ports as well: e.g.: proftpd-mysql-1.3.3g_2 ! Comparison failed Miroslav Lachman