From owner-freebsd-ports Mon Feb 12 16:16:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15883 for ports-outgoing; Mon, 12 Feb 1996 16:16:57 -0800 (PST) Received: from veda.is (root@ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA15876 for ; Mon, 12 Feb 1996 16:16:53 -0800 (PST) Received: (from adam@localhost) by veda.is (8.7.3/8.7.3) id AAA07915; Tue, 13 Feb 1996 00:16:32 GMT Message-Id: <199602130016.AAA07915@veda.is> Subject: Re: LIB_DEPENDS To: asami@cs.berkeley.edu (Satoshi Asami) Date: Tue, 13 Feb 1996 00:16:25 +0000 (GMT) From: "Adam David" Cc: freebsd-ports@freebsd.org In-Reply-To: <199602130013.QAA28984@sunrise.cs.berkeley.edu> from "Satoshi Asami" at Feb 12, 96 04:13:38 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org Precedence: bulk > * Since there is no need to handle regular expressions for the purpose intended > * here, > > There is. You can, for instance, specify something like "tcl version > 7.4 or later" with regular expressions. > > Satoshi Ah, okay... good point. So, would it make sense to tidy up the output by stripping "\." to "." before displaying it? It's ugly how it stands. Adam