From fe6800cf3ba99f9e641206ba2194aea8613ce314 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Wed, 17 Apr 2002 04:18:32 +0000 Subject: [PATCH] Add some tips to the CVSup documentation to emphasize that the cvsup-without-gui port should be used on systems which don't have X11 installed. PR: ports/37089 Submitted by: Dominic Marks --- en_US.ISO8859-1/books/faq/book.sgml | 28 +++++++++++++++++++ .../books/handbook/mirrors/chapter.sgml | 9 ++++++ 2 files changed, 37 insertions(+) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index db94671f90..d2f62b9800 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -8928,6 +8928,34 @@ Key F15 A A Menu Workplace Nop performance of your FreeBSD machine. + + + + I've just installed CVSup but trying to execute it + produces errors. What is wrong? + + + First, see if the error message you are + receiving is like the one shown below. + + /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found + + Errors like these are caused by installing the + net/cvsup port on a + machine which does not have the + XFree86 suite. If you want to + use the GUI included with + CVSup you will need to install + XFree86 now. Alternatively if you + just wish to use CVSup from a + command line you should delete the package previously + installed. Then install the net/cvsup-without-gui port. This is + covered in more detail in the CVSup + section of the Handbook. + + diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml index 78f8a3d69b..c46ac49f5a 100644 --- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml @@ -1685,6 +1685,15 @@ net/cvsup port depends on the Modula-3 system, which takes a substantial amount of time and disk space to download and build. + + + If you are going to be using + CVSup on a machine which will not have + XFree86 installed, such as a server, be + sure to use the port which does not include the + CVSup GUI, net/cvsup-without-gui. + If you do not know anything about CVSup at all and want a