Changeset 4f6275fd for pst


Ignore:
Timestamp:
06/28/2004 10:09:39 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0ca9f97
Parents:
14d6b3e0
Message:

Change hardcoded version numbers to entities in various packages

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

Location:
pst
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/xpdf.xml

    r14d6b3e0 r4f6275fd  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY xpdf-download-http "http://gd.tuwien.ac.at/publishing/xpdf/xpdf-&xpdf-version;.tar.gz">
    77  <!ENTITY xpdf-download-ftp  "ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.tar.gz">
     
    3838<itemizedlist spacing='compact'>
    3939<listitem><para>Required Patch: <ulink
    40 url="&patch-root;/xpdf-3.00-freetype_2.1.7_hack-1.patch"/></para></listitem>
     40url="&patch-root;/xpdf-&xpdf-version;-freetype_2.1.7_hack-1.patch"/></para></listitem>
    4141</itemizedlist></sect3>
    4242
     
    6060</para>
    6161
    62 <screen><userinput><command>patch -Np1 -i ../xpdf-3.00-freetype_2.1.7_hack-1.patch &amp;&amp;
     62<screen><userinput><command>patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-1.patch &amp;&amp;
    6363./configure --prefix=/usr --sysconfdir=/etc \
    6464    --with-freetype2-includes=/usr/include/freetype2 &amp;&amp;
  • pst/typesetting/tex.xml

    r14d6b3e0 r4f6275fd  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY tex-download-ftp      "ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-src-&tex-version;.tar.gz">
    77  <!ENTITY texmf-download-ftp    "ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-texmf-&tex-version;.tar.gz">
     
    4242<sect3><title>Additional Downloads</title>
    4343<itemizedlist spacing='compact'>
    44 <listitem><para>Recommended Patch: <ulink url="&patch-root;/tetex-src-2.0.2-remove_readlink-1.patch"/></para></listitem>
     44<listitem><para>Recommended Patch: <ulink url="&patch-root;/tetex-src-&tex-version;-remove_readlink-1.patch"/></para></listitem>
    4545</itemizedlist></sect3>
    4646
     
    5656the two required packages and the optional package, if desired.</para>
    5757
    58 <para>Install <application>TeX</application> by running the following commands:</para>
     58<para>Install <application>TeX</application> by running the following
     59commands:</para>
    5960
    6061<screen><userinput><command>mkdir -p /usr/share/texmf &amp;&amp;
     
    6465      | (umask 0; cd /usr/share/texmf; tar xvf -)</command></userinput></screen>
    6566
    66 <para>If the optional texmf source code <acronym>TAR</acronym> ball was downloaded, untar
    67 it now:</para>
     67<para>If the optional texmf source code <acronym>TAR</acronym> ball was
     68downloaded, untar it now:</para>
    6869<screen><userinput><command>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
    6970      | (umask 0; cd /usr/share/texmf; tar xvf -)</command></userinput></screen>
    7071
    71 <screen><userinput><command>patch -Np1 -i ../tetex-src-2.0.2-remove_readlink-1.patch &amp;&amp;
     72<screen><userinput><command>patch -Np1 -i ../tetex-src-&tex-version;-remove_readlink-1.patch &amp;&amp;
    7273./configure --with-x=no --prefix=/usr \
    7374    --without-texinfo   --with-system-ncurses --with-system-zlib \
     
    109110
    110111<para><option>--with-system-ncurses</option>: This switch specifies using the
    111 already installed <filename class="libraryfile">libncurses</filename> library.</para>
     112already installed <filename class="libraryfile">libncurses</filename>
     113library.</para>
    112114
    113115<para><option>--with-system-zlib</option>: <acronym>LFS</acronym>
Note: See TracChangeset for help on using the changeset viewer.