Changeset 6025fa54 for pst


Ignore:
Timestamp:
11/18/2011 08:09:42 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9a778b8e
Parents:
5c52c23
Message:

Update to LPRng-3.8.B

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/lprng.xml

    r5c52c23 r6025fa54  
    55  %general-entities;
    66
    7   <!-- <!ENTITY LPRng-download-http "http://www.lprng.com/DISTRIB/LPRng/LPRng-&LPRng-version;.tgz">
    8   <!ENTITY LPRng-download-ftp  "ftp://ftp.lprng.com/pub/LPRng/LPRng/LPRng-&LPRng-version;.tgz"> -->
    9   <!-- <!ENTITY LPRng-download-http "&sourceforge-repo;/lprng/LPRng-&LPRng-version;.tgz"> -->
    10   <!ENTITY LPRng-download-http "&sources-anduin-http;/l/LPRng-&LPRng-version;.tgz">
    11   <!ENTITY LPRng-download-ftp  "&sources-anduin-ftp;/l/LPRng-&LPRng-version;.tgz">
    12   <!ENTITY LPRng-md5sum        "1b3a0abd291b260eab6087ac0e61ed84">
    13   <!ENTITY LPRng-size          "10.2 MB">
    14   <!ENTITY LPRng-buildsize     "71.8 MB">
    15   <!ENTITY LPRng-time          "0.42 SBU">
     7  <!ENTITY LPRng-download-http "http://sourceforge.net/projects/lprng/files/lprng/LPRng-&LPRng-version;/LPRng-&LPRng-version;.tar.gz" >
     8  <!ENTITY LPRng-download-ftp  " ">
     9  <!ENTITY LPRng-md5sum        "74c384b262c490dee31d7e2fa28ecf1d">
     10  <!ENTITY LPRng-size          "848 KB">
     11  <!ENTITY LPRng-buildsize     "12 MB">
     12  <!ENTITY LPRng-time          "0.1 SBU">
    1613]>
    1714
     
    4340    in the download URLs have not been tested in a BLFS environment.</para>
    4441
     42    &lfs70_checked;
     43
    4544    <bridgehead renderas="sect3">Package Information</bridgehead>
    4645    <itemizedlist spacing="compact">
     
    8483    the following commands:</para>
    8584
    86 <screen><userinput>sed -i    's@CLEAR,0@CLEAR,CLEAR,NULL@' src/common/lpq.c &amp;&amp;
    87 sed -i    's@ fd, l@ fd, (char*) l@'    src/common/krb5_auth.c &amp;&amp;
    88 sed -i -e 's@\(fi\|done\) \\@\1; \\@' \
    89        -e 's/^SHELL/#&amp;/'                Makefile.in &amp;&amp;
    90 
    91 ./configure --prefix=/usr \
     85<screen><userinput>./configure --prefix=/usr               \
    9286            --libexecdir=/usr/lib/lprng \
    93             --sysconfdir=/etc \
     87            --sysconfdir=/etc           \
    9488            --enable-shared &amp;&amp;
    9589make</userinput></screen>
     
    9993    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10094
    101 <screen role="root"><userinput>make install &amp;&amp;
    102 install -v -m755 -d /usr/share/doc/lprng-&LPRng-version; &amp;&amp;
    103 cp -v -R DOCS/* PrintingCookbook \
    104     /usr/share/doc/lprng-&LPRng-version;</userinput></screen>
    105 
    106   </sect2>
    107 
     95<screen role="root"><userinput>make install</userinput></screen>
     96
     97  </sect2>
     98<!--
    10899  <sect2 role="commands">
    109100    <title>Command Explanations</title>
     
    112103    <application>GCC</application>-4 warning, treated as an error.</para>
    113104
    114     <para><command>sed -i 's@ fd, l ...'</command>:  This fixes a compilation
    115     problem with using versions of <application>GCC</application>-4.</para>
    116 
    117     <para><command>sed -i -e '...' -e '...'</command>:  This fixes a couple of
    118     syntax bugs when using newer versions of <command>make</command>.</para>
    119 
    120   </sect2>
    121 
     105  </sect2>
     106-->
    122107  <sect2 role="configuration">
    123108    <title>Configuring LPRng</title>
     
    145130      A sample printcap is loaded into the <filename
    146131      class="directory">/etc</filename> directory which can be of some help.
    147       Information is also available at <ulink url="http://www.lprng.org"/>,
    148       <ulink url="http://www.linuxprinting.org"/> and the documentation
    149       installed in <filename
    150       class='directory'>/usr/share/doc/lprng-&LPRng-version;</filename>.</para>
     132      Information is also available at <ulink url="http://www.lprng.org"/>
     133      and <ulink url="http://www.linuxprinting.org"/>.</para>
    151134
    152135    </sect3>
     
    155138      <title>Boot Script</title>
    156139
    157       <para>The init script installed by <application>LPRng</application>
    158       is not consistent with other BLFS scripts; therefore, install the
     140      <para>Install the
    159141      <filename>/etc/rc.d/init.d/lprng</filename> init script included in
    160142      the <xref linkend="bootscripts"/> package (as the
     
    166148
    167149<screen role="root"><userinput>make install-lprng</userinput></screen>
    168 
    169       <note>
    170         <para>You may also want to remove the <command>lpd</command>
    171         script that was installed in
    172         <filename class='directory'>/etc/rc.d/init.d</filename>.</para>
    173       </note>
    174150
    175151    </sect3>
Note: See TracChangeset for help on using the changeset viewer.