From owner-freebsd-stable Sat Aug 10 13:30: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5594837B400 for ; Sat, 10 Aug 2002 13:29:58 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1CEB43E3B for ; Sat, 10 Aug 2002 13:29:57 -0700 (PDT) (envelope-from parv@pair.com) Received: from sdn-ar-008dcwashp278.dialsprint.net ([63.178.90.208] helo=moo.holy.cow) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17dcs0-0004zJ-00; Sat, 10 Aug 2002 13:29:57 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 2872B50C00; Sat, 10 Aug 2002 16:17:32 -0400 (EDT) Date: Sat, 10 Aug 2002 16:17:31 -0400 From: parv To: Ronneil Camara , FreeBSD-STABLE@FreeBSD.org Subject: Re: What do you think about STABLE? Message-ID: <20020810201731.GA82096@moo.holy.cow> Mail-Followup-To: Ronneil Camara , FreeBSD-STABLE@FreeBSD.org References: <200208100321.aa32703@salmon.maths.tcd.ie> <20020810035015.17253.qmail@ns1.onie.yi.org> <20020810043024.GA63922@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020810043024.GA63922@moo.holy.cow> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20020810043024.GA63922@moo.holy.cow>, wrote parv thusly... > > after installing ports tree -- see the freebsd handbook for details > somewhere on freebsd.org website -- all you would have to do is > type... > > # cd /usr/ports/lang/perl5 > # { make && make test && make install } 2>&1 | tee log my bad... last command won't work a intended. please replace it w/ below (note the presence of semicolon)... # { make && make test && make install ; } 2>&1 | tee log ...of course, all this assumes sh-like shell. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message