View | Details | Raw Unified | Return to bug 72081
Collapse All | Expand All

(-)doc/en_US.ISO8859-1/books/faq/book.sgml (-9 / +22 lines)
Lines 4804-4810 Link Here
4804
            <filename>ports/</filename> directory.</para>
4804
            <filename>ports/</filename> directory.</para>
4805
4805
4806
          <para>We also support the concept of a
4806
          <para>We also support the concept of a
4807
            <quote>package</quote>, essentially no more than a gzipped
4807
            <quote>package</quote>, essentially no more than a compressed
4808
            binary distribution with a little extra intelligence
4808
            binary distribution with a little extra intelligence
4809
            embedded in it for doing whatever custom installation work
4809
            embedded in it for doing whatever custom installation work
4810
            is required. A package can be installed and uninstalled
4810
            is required. A package can be installed and uninstalled
Lines 4816-4822 Link Here
4816
            post-configuration menu item) or invoke the
4816
            post-configuration menu item) or invoke the
4817
            &man.pkg.add.1; command on the specific package files you
4817
            &man.pkg.add.1; command on the specific package files you
4818
            are interested in installing. Package files can usually be
4818
            are interested in installing. Package files can usually be
4819
            identified by their <filename>.tgz</filename> suffix and
4819
            identified by their <filename>.tgz</filename> or <filename>.tbz</filename> suffix and
4820
            CDROM distribution people will have a
4820
            CDROM distribution people will have a
4821
            <filename>packages/All</filename> directory on their CD
4821
            <filename>packages/All</filename> directory on their CD
4822
            which contains such files. They can also be downloaded
4822
            which contains such files. They can also be downloaded
Lines 4835-4845 Link Here
4835
              </varlistentry>
4835
              </varlistentry>
4836
4836
4837
              <varlistentry>
4837
              <varlistentry>
4838
                <term>for 5.X-CURRENT</term>
4838
                <term>for 5.X-RELEASE/5-STABLE</term>
4839
                <listitem>
4839
                <listitem>
4840
                  <para><ulink
4840
                  <para><ulink
4841
                    url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5-current/">
4841
                    url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5-stable/">
4842
                    ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5-current</ulink></para>
4842
                    ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5-stable</ulink></para>
4843
                </listitem>
4844
              </varlistentry>
4845
            </variablelist>
4846
4847
              <varlistentry>
4848
                <term>for 6.X-CURRENT</term>
4849
                <listitem>
4850
                  <para><ulink
4851
                    url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6-current/">
4852
                    ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6-current</ulink></para>
4843
                </listitem>
4853
                </listitem>
4844
              </varlistentry>
4854
              </varlistentry>
4845
            </variablelist>
4855
            </variablelist>
Lines 4886-4892 Link Here
4886
          <para>After installing the <filename
4896
          <para>After installing the <filename
4887
            role="package">news/inn</filename> package or port, an
4897
            role="package">news/inn</filename> package or port, an
4888
            excellent place to start is <ulink
4898
            excellent place to start is <ulink
4889
            url="http://www.cis.ohio-state.edu/~barr/INN.html">Dave
4899
            url="http://www.visi.com/~barr/INN.html">Dave
4890
            Barr's INN Page</ulink> where you will find the INN
4900
            Barr's INN Page</ulink> where you will find the INN
4891
            FAQ.</para>
4901
            FAQ.</para>
4892
        </answer>
4902
        </answer>
Lines 4923-4931 Link Here
4923
4933
4924
        <answer>
4934
        <answer>
4925
          <para>If you are running a FreeBSD version that lags
4935
          <para>If you are running a FreeBSD version that lags
4926
            significantly behind -CURRENT or -STABLE, you may need a ports
4936
            significantly behind -CURRENT or -STABLE, you may need to update
4927
            upgrade kit from <ulink url="&url.base;/ports/index.html">
4937
            your Ports Collection with &man.cvsup.1;
4928
            http://www.FreeBSD.org/ports/</ulink>. If you are up to date,
4938
            as described <ulink
4939
            url="&url.books.handbook;/ports-using.html#PORTS-TREE">in the
4940
            Handbook</ulink>.
4941
            If you are up to date,
4929
            then someone might have committed a change to the port which
4942
            then someone might have committed a change to the port which
4930
            works for -CURRENT but which broke the port for -STABLE. Please
4943
            works for -CURRENT but which broke the port for -STABLE. Please
4931
            submit a bug report on this with the
4944
            submit a bug report on this with the

Return to bug 72081