From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 26 04:21:21 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECE0C16A4CE for ; Wed, 26 Jan 2005 04:21:21 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8536743D2D for ; Wed, 26 Jan 2005 04:21:21 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0Q4Ip43082323; Tue, 25 Jan 2005 21:18:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 25 Jan 2005 21:20:14 -0700 (MST) Message-Id: <20050125.212014.51702751.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20050126022936.GI692@empiric.icir.org> References: <20050125173852.GU19973@silverwraith.com> <346a8022050125104667f631be@mail.gmail.com> <20050126022936.GI692@empiric.icir.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@FreeBSD.org cc: liukang@bjpu.edu.cn cc: delphij@delphij.net cc: cokane@cokane.org Subject: Re: OpenBSD's netcat in base or ports? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 04:21:22 -0000 In message: <20050126022936.GI692@empiric.icir.org> Bruce M Simpson writes: : On Tue, Jan 25, 2005 at 01:46:30PM -0500, Coleman Kane wrote: : > This is only my personal opinion. I think the WITH_XXXX_OVERWITE_BASE : > make options help substantiate it, however. : : I've recently updated the tcpdump port to fix a number of issues. If : people could confirm that the OVERWRITE_BASE option still works there, : I should be most grateful. For something as simple and useful as nc, I'd rather see it in the base system than as a port. It is useful enough to enough people that the extra care and feeding it will get in the base is worth the extra burdon it places on us to do that. It doesn't duplicate things in the base system, and provides functionality that's useful to many people. Warner