Changeset 3fedd09


Ignore:
Timestamp:
05/03/2003 10:11:34 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
766bbe40
Parents:
91cbacea
Message:

pine patch finished

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@902 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appendices/generic/generic.xml

    r91cbacea r3fedd09  
    1212<itemizedlist>
    1313<listitem><para>Expand the <envar>PATH</envar> to include
    14 <filename class='directory'>$PREFIX/bin</filename>.</para></listitem>
     14<filename class='directory'>$<envar>PREFIX</envar>/bin</filename>.</para></listitem>
    1515<listitem><para>Expand the <envar>PATH</envar> for root to include
    16 <filename class='directory'>$PREFIX/sbin</filename>.</para></listitem>
    17 <listitem><para>Add <filename class='directory'>$PREFIX/lib</filename>
     16<filename class='directory'>$<envar>PREFIX</envar>/sbin</filename>.</para></listitem>
     17<listitem><para>Add <filename class='directory'>$<envar>PREFIX</envar>/lib</filename>
    1818to <filename>/etc/ld.so.conf</filename> or expand
    1919<envar>LD_LIBRARY_PATH</envar> to include it.</para></listitem>
    2020<listitem><para>Add <filename class='directory'>$PREFIX/man</filename>
    2121to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para></listitem>
    22 <listitem><para>Add <filename class='directory'>$PREFIX/info</filename>
     22<listitem><para>Add <filename class='directory'>$<envar>PREFIX</envar>/info</filename>
    2323to <envar>INFOPATH</envar>.</para></listitem>
    2424<listitem><para>Add <filename
  • basicnet/mailnews/pine/pine-exp.xml

    r91cbacea r3fedd09  
    77
    88<para>The build procedure for Pine is somewhat unusual, in that
    9 options usually passed as ./configure options or housed in $CFLAGS
    10 must all be passed on the command line to the <command>./build</command> script.</para>
     9options usually passed as <command>./configure</command> options or housed in
     10$<envar>CFLAGS</envar> must all be passed on the command line to the
     11<command>./build</command> script.</para>
    1112
    1213<para><command>./build slx</command> : <application>Pine</application> offers quite a few target platforms, slx specifies Linux using
     
    2021
    2122<para><screen><command>cd bin &amp;&amp;
    22 install pine /usr/bin</command></screen>
    23 This is all that is required to install <application>Pine</application>, all other executables
    24 may be installed in the same manner.</para>
     23install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \
     24rpload /usr/bin</command></screen>
     25This installs <application>Pine</application>.</para>
    2526
    2627</sect2>
  • basicnet/mailnews/pine/pine-inst.xml

    r91cbacea r3fedd09  
    77<para>Install <application>Pine</application> by running the following commands: </para>
    88
    9 <screen><userinput><command>patch -Np1 -i ../pine-4.44-fhs.patch &amp;&amp;
     9<screen><userinput><command>patch -Np1 -i ../pine-4.55-fhs.patch &amp;&amp;
    1010./build slx <!-- DEBUG='-Os '--> MAILSPOOL='/var/mail' \
    1111SSLDIR=/usr SSLCERTS=/etc/ssl/certs &amp;&amp;
    1212cp doc/pine.1 doc/pico.1 doc/rpdump.1 doc/rpload.1  /usr/share/man/man1 &amp;&amp;   
    1313cd bin &amp;&amp;
    14 install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump rpload /usr/bin</command></userinput></screen>
     14install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \
     15rpload /usr/bin</command></userinput></screen>
    1516
    1617</sect2>
Note: See TracChangeset for help on using the changeset viewer.