Minor cosmetic changes/reformatting at the end of the 'Making a Port

Yourself' section.

Reviewed by:	nik
This commit is contained in:
Jim Mock 1999-09-14 03:15:45 +00:00
parent f8abdcf951
commit 9e899c53ea
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5621
4 changed files with 72 additions and 72 deletions

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.54 1999/09/06 06:53:02 peter Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.55 1999/09/11 10:42:32 asami Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -653,9 +653,8 @@ do-install:
<qandaentry> <qandaentry>
<question> <question>
<para>I did what you said for <link linkend="ports-cd">compiling <para>I did what you said for compiling ports from a CDROM and it
ports from a CDROM</link> and it worked great until I tried to worked great until I tried to install the kermit port.</para>
install the kermit port:-</para>
<screen>&prompt.root; <userinput>make install</userinput> <screen>&prompt.root; <userinput>make install</userinput>
&gt;&gt; cku190.tar.gz doesn't seem to exist on this system. &gt;&gt; cku190.tar.gz doesn't seem to exist on this system.
@ -665,13 +664,16 @@ do-install:
</question> </question>
<answer> <answer>
<para>The licensing terms for kermit do not allow us to put the <para>As was explained in the <link linkend="ports-cd">compiling ports
tarball for it on the CDROM, so you will have to fetch it by hand from a CDROM</link> section, some ports are unable to be put on the
&mdash; sorry! The reason why you got all those error messages was CDROM due to licensing limitations. Kermit is an example of that. The
because you were not connected to the Internet at the time. Once licensing terms for kermit do not allow us to put the tarball for it
you have downloaded it from any of the sites above, you can re-start on the CDROM, so you will have to fetch it by hand&mdash;sorry!</para>
the process (try and choose the nearest site to you, though, to save <para>The reason why you got all those error messages was because you were
your time and the Internet's bandwidth).</para> not connected to the Internet at the time. Once you have downloaded it
from any of the sites above, you can re-start the process (try and choose
the nearest site to you, though, to save your time and the Internet's
bandwidth).</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -4767,12 +4769,10 @@ pre-install:
<title>That is It, Folks!</title> <title>That is It, Folks!</title>
<para>Boy, this sure was a long tutorial, wasn't it? Thanks for <para>Boy, this sure was a long tutorial, wasn't it? Thanks for
following us to here, really.</para> following us to here, really. Now that you know how to do a port,
have at it and convert everything in the world into ports! That
<para>Well, now that you know how to do a port, let us go at it and is the easiest way to start contributing to the FreeBSD Project!
convert everything in the world into ports! That is the easiest way to <!-- smiley --><emphasis>:)</emphasis></para>
start contributing to the FreeBSD Project! <!-- smiley
--><emphasis>:)</emphasis></para>
</sect2> </sect2>
</sect1> </sect1>
</chapter> </chapter>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.54 1999/09/06 06:53:02 peter Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.55 1999/09/11 10:42:32 asami Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -653,9 +653,8 @@ do-install:
<qandaentry> <qandaentry>
<question> <question>
<para>I did what you said for <link linkend="ports-cd">compiling <para>I did what you said for compiling ports from a CDROM and it
ports from a CDROM</link> and it worked great until I tried to worked great until I tried to install the kermit port.</para>
install the kermit port:-</para>
<screen>&prompt.root; <userinput>make install</userinput> <screen>&prompt.root; <userinput>make install</userinput>
&gt;&gt; cku190.tar.gz doesn't seem to exist on this system. &gt;&gt; cku190.tar.gz doesn't seem to exist on this system.
@ -665,13 +664,16 @@ do-install:
</question> </question>
<answer> <answer>
<para>The licensing terms for kermit do not allow us to put the <para>As was explained in the <link linkend="ports-cd">compiling ports
tarball for it on the CDROM, so you will have to fetch it by hand from a CDROM</link> section, some ports are unable to be put on the
&mdash; sorry! The reason why you got all those error messages was CDROM due to licensing limitations. Kermit is an example of that. The
because you were not connected to the Internet at the time. Once licensing terms for kermit do not allow us to put the tarball for it
you have downloaded it from any of the sites above, you can re-start on the CDROM, so you will have to fetch it by hand&mdash;sorry!</para>
the process (try and choose the nearest site to you, though, to save <para>The reason why you got all those error messages was because you were
your time and the Internet's bandwidth).</para> not connected to the Internet at the time. Once you have downloaded it
from any of the sites above, you can re-start the process (try and choose
the nearest site to you, though, to save your time and the Internet's
bandwidth).</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -4767,12 +4769,10 @@ pre-install:
<title>That is It, Folks!</title> <title>That is It, Folks!</title>
<para>Boy, this sure was a long tutorial, wasn't it? Thanks for <para>Boy, this sure was a long tutorial, wasn't it? Thanks for
following us to here, really.</para> following us to here, really. Now that you know how to do a port,
have at it and convert everything in the world into ports! That
<para>Well, now that you know how to do a port, let us go at it and is the easiest way to start contributing to the FreeBSD Project!
convert everything in the world into ports! That is the easiest way to <!-- smiley --><emphasis>:)</emphasis></para>
start contributing to the FreeBSD Project! <!-- smiley
--><emphasis>:)</emphasis></para>
</sect2> </sect2>
</sect1> </sect1>
</chapter> </chapter>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.54 1999/09/06 06:53:02 peter Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.55 1999/09/11 10:42:32 asami Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -653,9 +653,8 @@ do-install:
<qandaentry> <qandaentry>
<question> <question>
<para>I did what you said for <link linkend="ports-cd">compiling <para>I did what you said for compiling ports from a CDROM and it
ports from a CDROM</link> and it worked great until I tried to worked great until I tried to install the kermit port.</para>
install the kermit port:-</para>
<screen>&prompt.root; <userinput>make install</userinput> <screen>&prompt.root; <userinput>make install</userinput>
&gt;&gt; cku190.tar.gz doesn't seem to exist on this system. &gt;&gt; cku190.tar.gz doesn't seem to exist on this system.
@ -665,13 +664,16 @@ do-install:
</question> </question>
<answer> <answer>
<para>The licensing terms for kermit do not allow us to put the <para>As was explained in the <link linkend="ports-cd">compiling ports
tarball for it on the CDROM, so you will have to fetch it by hand from a CDROM</link> section, some ports are unable to be put on the
&mdash; sorry! The reason why you got all those error messages was CDROM due to licensing limitations. Kermit is an example of that. The
because you were not connected to the Internet at the time. Once licensing terms for kermit do not allow us to put the tarball for it
you have downloaded it from any of the sites above, you can re-start on the CDROM, so you will have to fetch it by hand&mdash;sorry!</para>
the process (try and choose the nearest site to you, though, to save <para>The reason why you got all those error messages was because you were
your time and the Internet's bandwidth).</para> not connected to the Internet at the time. Once you have downloaded it
from any of the sites above, you can re-start the process (try and choose
the nearest site to you, though, to save your time and the Internet's
bandwidth).</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -4767,12 +4769,10 @@ pre-install:
<title>That is It, Folks!</title> <title>That is It, Folks!</title>
<para>Boy, this sure was a long tutorial, wasn't it? Thanks for <para>Boy, this sure was a long tutorial, wasn't it? Thanks for
following us to here, really.</para> following us to here, really. Now that you know how to do a port,
have at it and convert everything in the world into ports! That
<para>Well, now that you know how to do a port, let us go at it and is the easiest way to start contributing to the FreeBSD Project!
convert everything in the world into ports! That is the easiest way to <!-- smiley --><emphasis>:)</emphasis></para>
start contributing to the FreeBSD Project! <!-- smiley
--><emphasis>:)</emphasis></para>
</sect2> </sect2>
</sect1> </sect1>
</chapter> </chapter>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.54 1999/09/06 06:53:02 peter Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.55 1999/09/11 10:42:32 asami Exp $
--> -->
<chapter id="ports"> <chapter id="ports">
@ -653,9 +653,8 @@ do-install:
<qandaentry> <qandaentry>
<question> <question>
<para>I did what you said for <link linkend="ports-cd">compiling <para>I did what you said for compiling ports from a CDROM and it
ports from a CDROM</link> and it worked great until I tried to worked great until I tried to install the kermit port.</para>
install the kermit port:-</para>
<screen>&prompt.root; <userinput>make install</userinput> <screen>&prompt.root; <userinput>make install</userinput>
&gt;&gt; cku190.tar.gz doesn't seem to exist on this system. &gt;&gt; cku190.tar.gz doesn't seem to exist on this system.
@ -665,13 +664,16 @@ do-install:
</question> </question>
<answer> <answer>
<para>The licensing terms for kermit do not allow us to put the <para>As was explained in the <link linkend="ports-cd">compiling ports
tarball for it on the CDROM, so you will have to fetch it by hand from a CDROM</link> section, some ports are unable to be put on the
&mdash; sorry! The reason why you got all those error messages was CDROM due to licensing limitations. Kermit is an example of that. The
because you were not connected to the Internet at the time. Once licensing terms for kermit do not allow us to put the tarball for it
you have downloaded it from any of the sites above, you can re-start on the CDROM, so you will have to fetch it by hand&mdash;sorry!</para>
the process (try and choose the nearest site to you, though, to save <para>The reason why you got all those error messages was because you were
your time and the Internet's bandwidth).</para> not connected to the Internet at the time. Once you have downloaded it
from any of the sites above, you can re-start the process (try and choose
the nearest site to you, though, to save your time and the Internet's
bandwidth).</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -4767,12 +4769,10 @@ pre-install:
<title>That is It, Folks!</title> <title>That is It, Folks!</title>
<para>Boy, this sure was a long tutorial, wasn't it? Thanks for <para>Boy, this sure was a long tutorial, wasn't it? Thanks for
following us to here, really.</para> following us to here, really. Now that you know how to do a port,
have at it and convert everything in the world into ports! That
<para>Well, now that you know how to do a port, let us go at it and is the easiest way to start contributing to the FreeBSD Project!
convert everything in the world into ports! That is the easiest way to <!-- smiley --><emphasis>:)</emphasis></para>
start contributing to the FreeBSD Project! <!-- smiley
--><emphasis>:)</emphasis></para>
</sect2> </sect2>
</sect1> </sect1>
</chapter> </chapter>