From owner-cvs-all Thu Jun 13 18:34:14 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id B15FB37B40A; Thu, 13 Jun 2002 18:34:04 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M2L7D638; Fri, 14 Jun 2002 04:36:06 +0300 Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id g5E1Y1d10202; Fri, 14 Jun 2002 04:34:01 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200206140134.g5E1Y1d10202@vega.vega.com> Subject: Re: cvs commit: ports/Mk bsd.port.mk To: jmallett@FreeBSD.org (Juli Mallett) Date: Fri, 14 Jun 2002 04:34:00 +0300 (EEST) Cc: petef@absolutbsd.org (Pete Fritchman), trevor@jpj.net (Trevor Johnson), portmgr@freebsd.org, sobomax@freebsd.org (Maxim Sobolev), cvs-committers@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20020613172301.B62694@FreeBSD.ORG> from "Juli Mallett" at Jun 13, 2002 05:23:02 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=DISPLAY Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > * Pete Fritchman escriurères > > The addition of sed -i came when perl was removed. > > Wasn't it before? I forget now, it was ages ago in my mind. > > Anyway, it's on my list of things to MFC, but it was controversial when it was > on the tip of my mind, and I had trivial stuff I was having trouble getting to > the RELENG_4 branch during the freeze, so I decided I'd wait for the free for > all. I'd like to see ports move over to using it once it's been MFC'd for a > while... It was actually fortunate that it didn't go into 4.6 because I've just found and hopefully fixed one serious -i misbehaviour and one potential problem in sed(1). See commit logs for details. -Maxim > > > > > entropy(~) [186] > sed -i > > sed: option requires an argument -- i > > usage: sed script [-Ean] [-i extension] [file ...] > > sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file ...] > > entropy(~) [187] > uname -a > > FreeBSD entropy.csh.rit.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu Jun > > 6 19:03:14 EDT 2002 root@:/usr/obj/usr/src/sys/ENTROPY i386 > > entropy(~) [188] > > > > > hex(~) [18] > sed -i > > sed: illegal option -- i > > usage: sed script [-Ean] [file ...] > > sed [-an] [-e script] ... [-f script_file] ... [file ...] > > hex(~) [19] > uname -a > > FreeBSD hex.databits.net 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 25 12:25:35 > > EST 2002 petef@hex.databits.net:/a/usr/obj/usr/src/sys/HEX i386 > > hex(~) [20] > > > > > -- > > Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] > > finger petef@databits.net for PGP key > > -- > Juli Mallett FreeBSD: The Power To Serve > Perception is prejudice / Don't classify me / Accept me as me / Not what you see > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message