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 <dominic_marks@btinternet.com>
This commit is contained in:
parent
b2fa4b898d
commit
fe6800cf3b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12816
2 changed files with 37 additions and 0 deletions
|
@ -8928,6 +8928,34 @@ Key F15 A A Menu Workplace Nop</programlisting>
|
|||
performance of your FreeBSD machine.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="cvsup-missing-libs">
|
||||
<para>I've just installed CVSup but trying to execute it
|
||||
produces errors. What is wrong?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>First, see if the error message you are
|
||||
receiving is like the one shown below.</para>
|
||||
|
||||
<programlisting>/usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found</programlisting>
|
||||
|
||||
<para>Errors like these are caused by installing the
|
||||
<filename role="package">net/cvsup</filename> port on a
|
||||
machine which does not have the
|
||||
<application>XFree86</application> suite. If you want to
|
||||
use the <acronym>GUI</acronym> included with
|
||||
<application>CVSup</application> you will need to install
|
||||
<application>XFree86</application> now. Alternatively if you
|
||||
just wish to use <application>CVSup</application> from a
|
||||
command line you should delete the package previously
|
||||
installed. Then install the <filename
|
||||
role="package">net/cvsup-without-gui</filename> port. This is
|
||||
covered in more detail in the <ulink
|
||||
url="http://www.freebsd.org/handbook/cvsup.html">CVSup
|
||||
section</ulink> of the Handbook.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -1685,6 +1685,15 @@
|
|||
<filename role="package">net/cvsup</filename> port depends on the Modula-3
|
||||
system, which takes a substantial amount of time and
|
||||
disk space to download and build.</para>
|
||||
|
||||
<note>
|
||||
<para>If you are going to be using
|
||||
<application>CVSup</application> on a machine which will not have
|
||||
<application>XFree86</application> installed, such as a server, be
|
||||
sure to use the port which does not include the
|
||||
<application>CVSup</application> <acronym>GUI</acronym>, <filename
|
||||
role="package">net/cvsup-without-gui</filename>.</para>
|
||||
</note>
|
||||
|
||||
<para>If you do not know anything about
|
||||
<application>CVSup</application> at all and want a
|
||||
|
|
Loading…
Reference in a new issue