pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap corrected a few typos
details: https://anonhg.NetBSD.org/pkgsrc/rev/69f8a8c674f7
branches: trunk
changeset: 511648:69f8a8c674f7
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Tue Apr 18 18:11:21 2006 +0000
description:
corrected a few typos
changed recommendation to define C++ compiler unconditionally in mk.conf
diffstat:
bootstrap/README.IRIX5.3 | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r b9ae0980a045 -r 69f8a8c674f7 bootstrap/README.IRIX5.3
--- a/bootstrap/README.IRIX5.3 Tue Apr 18 18:03:22 2006 +0000
+++ b/bootstrap/README.IRIX5.3 Tue Apr 18 18:11:21 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.IRIX5.3,v 1.1 2006/04/10 13:29:38 schwarz Exp $
+$NetBSD: README.IRIX5.3,v 1.2 2006/04/18 18:11:21 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
@@ -27,7 +27,7 @@
Unfortunately many of IRIX 5.3's native tools do not provide
functionalitites that pkgsrc expects. It is therefore necessary to install
the respective GNU tools for cp, grep, id, mkdir, test, touch, which,
-and xargs. To avoid conflicts you might want to do so under a differtent
+and xargs. To avoid conflicts you might want to do so under a different
directory hierarchy than pkgsrc (in the following example
--prefix=/usr/local is assumed). Obtain and install the following GNU
software:
@@ -81,14 +81,12 @@
.endif
TYPE=/usr/local/bin/which
-IRIX 5.3 IDO does not come with a c++ compiler. For packages that require
-c++ you can get the GNU c++ compiler, g++, which is part of the gcc
+IRIX 5.3 IDO does not come with a C++ compiler. For packages that require
+C++ you can get the GNU C++ compiler, g++, which is part of the gcc
distribution. Gcc 3.4.4 is known to bootstrap on IRIX 5.3. To activate it,
add the following lines to your mk.conf:
-.if defined(USE_LANGUAGES) && !empty(USE_LANGUAGES:Mc++)
CXX=g++
USE_TOOLS+=cxx
TOOLS_PLATFORM.cxx=/usr/local/bin/g++
TOOLS_CMD.cxx=${TOOLS_DIR}/bin/g++
-.endif
Home |
Main Index |
Thread Index |
Old Index