From owner-cvs-all@FreeBSD.ORG Wed Aug 11 16:42:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A04C16A4CE for ; Wed, 11 Aug 2004 16:42:37 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B1443D2D for ; Wed, 11 Aug 2004 16:42:36 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13] helo=dhcp-10.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1BuwBI-000Je4-B3; Wed, 11 Aug 2004 18:42:35 +0200 Date: Wed, 11 Aug 2004 18:44:05 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Ceri Davies From: Oliver Eikemeier In-Reply-To: <20040811162405.GV87690@submonkey.net> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add Makefile add.h extract.c futil.c main.c perform.c pkg_add.1 src/usr.sbin/pkg_install/create Makefile create.h main.c perform.c pkg_create.1 pl.c src/usr.sbin/pkg_install/delete Makefile delete.h main.c perform.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 16:42:37 -0000 Ceri Davies wrote: > On Wed, Aug 11, 2004 at 04:16:24PM +0000, Oliver Eikemeier wrote: >> eik 2004-08-11 16:16:24 UTC >> >> >> - replace the perl version of pkg_version(1) by its C equivalent, >> which means that `pkg_version -c' does no longer work > > I don't think that this should have gone into RELENG_4, in this case. Maybe. I don't know whether I should have asked re@ first, the MFC was announced in the commit log and `pkg_version -c' is stupid anyway, so I doubt anyone uses it. When you insist I can provide a shell script providing the same functionality or add it to the C version. The problem with the package tools is that they are strongly tied with the ports tree, which is the same on -CURRENT and -STABLE, and the new features are really worth the MFC. And the C version is much faster than the perl one. Anyway, how do you think we should proceed from here? -Oliver