Changeset c1784c5


Ignore:
Timestamp:
11/09/2017 05:53:49 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d4e93ea2
Parents:
6c6f393
Message:

Update to bdftopcf-1.1 and get rid of old libXfont.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6c6f393 rc1784c5  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - Update to bdftopcf-1.1 and remove old libXfont. Fixes
     50          <ulink url="&blfs-ticket-root;10004">#10004</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[pierre] - Update to cmake-3.9.5. Fixes
    5054          <ulink url="&blfs-ticket-root;9987">#9987</ulink>.</para>
  • x/installing/x7legacy.xml

    r6c6f393 rc1784c5  
    77  <!ENTITY x7legacy-download-http "&xorg-download-http;/">
    88  <!ENTITY x7legacy-download-ftp  "&xorg-download-ftp;/">
    9   <!ENTITY x7legacy-size          "1.7 MB">
    10   <!ENTITY x7legacy-buildsize     "70 MB">
    11   <!ENTITY x7legacy-time          "0.4 SBU">
    12 
    13   <!ENTITY libXfont-version                "1.5.3">
    14   <!ENTITY libXfont-md5sum                 "9ba75bf38ba62a6ad52550ab716da9b3">
    15 
    16   <!ENTITY bdftopcf-version                "1.0.5">
    17   <!ENTITY bdftopcf-md5sum                 "53a48e1fdfec29ab2e89f86d4b7ca902">
     9  <!ENTITY x7legacy-size          "4.2 MB">
     10  <!ENTITY x7legacy-buildsize     "30 MB"> <!-- daewoo is largest build dir -->
     11  <!ENTITY x7legacy-time          "0.3 SBU">
     12
     13  <!ENTITY bdftopcf-version                "1.1">
     14  <!ENTITY bdftopcf-md5sum                 "2a455d3c02390597feb9cefb3fe97a45">
    1815
    1916  <!ENTITY font-adobe-100dpi-version       "1.0.3">
     
    112109    </para>
    113110
    114     <bridgehead renderas="sect4">Optional</bridgehead>
    115     <para role="optional"><xref linkend="xmlto"/> with one or more of the
    116     following: <xref linkend="fop"/>,
    117     <xref linkend="Links"/>,
    118     <xref linkend="lynx"/>,
    119     and <xref linkend="w3m"/> (to generate additional PDF or text
    120     documentation for the libXfont package).</para>
    121 
    122111    <para condition="html" role="usernotes">User Notes:
    123112    <ulink url='&blfs-wiki;/Xorg7Legacy'/></para>
     
    132121
    133122<screen><userinput>cat &gt; legacy.dat &lt;&lt; "EOF"
    134 <literal>&libXfont-md5sum; lib/ libXfont-&libXfont-version;.tar.bz2
    135 &bdftopcf-md5sum; app/ bdftopcf-&bdftopcf-version;.tar.bz2
     123<literal>&bdftopcf-md5sum; app/ bdftopcf-&bdftopcf-version;.tar.bz2
    136124&font-adobe-100dpi-md5sum; font/ font-adobe-100dpi-&font-adobe-100dpi-version;.tar.bz2
    137125&font-adobe-75dpi-md5sum; font/ font-adobe-75dpi-&font-adobe-75dpi-version;.tar.bz2
     
    170158  tar -xf $package
    171159  pushd $packagedir
    172   case $packagedir in
    173     libXfont-[0-9]* )
    174       ./configure $XORG_CONFIG --disable-devel-docs
    175     ;;
    176     * )
    177       ./configure $XORG_CONFIG
    178     ;;
    179   esac
     160  ./configure $XORG_CONFIG
    180161  make
    181162  as_root make install
     
    191172  </sect2>
    192173
    193   <sect2 role="commands">
    194     <title>Command Explanations</title>
    195 
    196     <para><parameter>--disable-devel-docs</parameter>: Disable generation of
    197     text documentation in the libXfont package if
    198     <xref linkend="xmlto"/> is installed without a text browser. Omit
    199     this parameter (or the entire <command>case</command> statement) if a text
    200     browser is installed.</para>
    201 
    202   </sect2>
    203 
    204174  <sect2 role="content">
    205175    <title>Contents</title>
     
    212182      <seglistitem>
    213183        <seg>bdftopcf</seg>
    214         <seg>libXfont</seg>
     184        <seg>None</seg>
    215185        <seg><envar>$XORG_PREFIX</envar>/share/fonts/100dpi,
    216186             <envar>$XORG_PREFIX</envar>/share/fonts/75dpi,
     
    235205      </varlistentry>
    236206
    237       <varlistentry id="libXfont">
    238         <term><filename class="libraryfile">libXfont.so</filename></term>
    239         <listitem>
    240           <para>is an old version of the X font library.</para>
    241           <indexterm zone="xorg7-legacy libXfont">
    242             <primary sortas="c-libXfont">libXfont.so</primary>
    243           </indexterm>
    244         </listitem>
    245       </varlistentry>
    246 
    247207    </variablelist>
    248208
Note: See TracChangeset for help on using the changeset viewer.