From owner-cvs-all@FreeBSD.ORG Wed Aug 11 23:38:58 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 D272C16A4CE; Wed, 11 Aug 2004 23:38:58 +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 9725B43D1D; Wed, 11 Aug 2004 23:38:58 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-8.local ([172.16.0.8] helo=dhcp-10.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1Bv2gJ-0003MI-M3; Thu, 12 Aug 2004 01:38:58 +0200 Date: Thu, 12 Aug 2004 01:40:33 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Alfred Perlstein From: Oliver Eikemeier In-Reply-To: <20040811231803.GE57908@elvis.mu.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Ceri Davies 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 23:38:58 -0000 Am Donnerstag den, 12. August 2004, um 01:18, schrieb Alfred Perlstein: > * Ceri Davies [040811 09:24] 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. > > Agreed. We don't break things that used to work in 4.x unless there > is dire need. You are right, but I saw the -c option only at the last moment (when comparing the changes in the man pages). If anyone misses the option, I can re-add it in the C version. Do you think this is worth the effort? -Oliver