pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cc58e3c15cc
branches:  trunk
changeset: 518150:7cc58e3c15cc
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Sep 02 11:15:49 2006 +0000

description:
fix typo

diffstat:

 bootstrap/README.IRIX    |  4 ++--
 bootstrap/README.IRIX5.3 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 144ba40811dd -r 7cc58e3c15cc bootstrap/README.IRIX
--- a/bootstrap/README.IRIX     Sat Sep 02 11:14:48 2006 +0000
+++ b/bootstrap/README.IRIX     Sat Sep 02 11:15:49 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.IRIX,v 1.5 2005/08/02 00:23:31 reed Exp $
+$NetBSD: README.IRIX,v 1.6 2006/09/02 11:21:44 schwarz Exp $
 
 You will need a working C compiler, either gcc or SGI's MIPS and MIPSpro
 compiler (cc/c89).  Please set the CC environment variable according to your
@@ -9,7 +9,7 @@
 version of Irix providing support for if_indextoname(3), if_nametoindex(3),
 etc.
 
-At this point in time, pkgsrc only supports one ABI.  That is, you can not
+At this point in time, pkgsrc only supports one ABI.  That is, you cannot
 switch between the old 32-bit ABI, the new 32-bit ABI and the 64-bit ABI.  If
 you start out using "abi=n32", that's what all your packages will be built
 with.
diff -r 144ba40811dd -r 7cc58e3c15cc bootstrap/README.IRIX5.3
--- a/bootstrap/README.IRIX5.3  Sat Sep 02 11:14:48 2006 +0000
+++ b/bootstrap/README.IRIX5.3  Sat Sep 02 11:15:49 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.IRIX5.3,v 1.4 2006/08/26 15:42:27 schwarz Exp $
+$NetBSD: README.IRIX5.3,v 1.5 2006/09/02 11:15:49 schwarz Exp $
 
 Installing pkgsrc on IRIX 5.3 requires some preparation.
 First, if necessary, get the IRIX 5.3 IDO (cc etc.) from SGI at
@@ -39,7 +39,7 @@
 
 env CP=/usr/local/bin/cp GREP=/usr/local/bin/grep ID=/usr/local/bin/id MKDIR="/usr/local/bin/mkdir -p" TEST=/usr/local/bin/test TOUCH=/usr/local/bin/touch XARGS="/usr/local/bin/xargs -r" ./bootstrap
 
-Add the nedessary arguments such as --prefix= as necessary.
+Add the necessary arguments such as --prefix= as necessary.
 You might also want to set the CFLAGS, CPPFLAGS, or LDFLAGS.
 For the IDO cc CFLAGS=-O2 (or CFLAGS="-O2 -mips2" if you are using an R4K
 machine) is recommended.



Home | Main Index | Thread Index | Old Index