Changeset 4f6275fd


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

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap.xml

    r14d6b3e0 r4f6275fd  
    66
    77  <!ENTITY portmap-download-http " ">
    8   <!ENTITY portmap-download-ftp  "ftp://ftp.porcupine.org/pub/security/portmap_5beta.tar.gz">
     8  <!ENTITY portmap-download-ftp  "ftp://ftp.porcupine.org/pub/security/portmap_&portmap-version;.tar.gz">
    99  <!ENTITY portmap-size          "20 KB">
    1010  <!ENTITY portmap-buildsize     "250 KB">
     
    4141<itemizedlist spacing='compact'>
    4242<listitem><para>Required patch: <ulink
    43 url="&patch-root;/portmap-5beta-compilation_fixes-2.patch"/></para></listitem>
     43url="&patch-root;/portmap-&portmap-version;-compilation_fixes-2.patch"/></para></listitem>
    4444<listitem><para>Required patch: <ulink
    45 url="&patch-root;/portmap-5beta-glibc_errno_fix-1.patch"/></para></listitem>
     45url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para></listitem>
    4646</itemizedlist>
    4747</sect3>
     
    5959<para>Install <application>portmap</application> with the following commands:</para>
    6060
    61 <screen><userinput><command>patch -Np1 -i ../portmap-5beta-compilation_fixes-2.patch &amp;&amp;
    62 patch -Np1 -i ../portmap-5beta-glibc_errno_fix-1.patch &amp;&amp;
     61<screen><userinput><command>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-2.patch &amp;&amp;
     62patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
    6363make &amp;&amp;
    6464make install</command></userinput></screen>
  • basicnet/netprogs/tcpwrappers.xml

    r14d6b3e0 r4f6275fd  
    66
    77  <!ENTITY tcpwrappers-download-http "http://files.ichilton.co.uk/nfs/tcp_wrappers_&tcpwrappers-version;.tar.gz">
    8   <!ENTITY tcpwrappers-download-ftp  "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz">
     8  <!ENTITY tcpwrappers-download-ftp  "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_&tcpwrappers-version;.tar.gz">
    99  <!ENTITY tcpwrappers-size          "100 KB">
    1010  <!ENTITY tcpwrappers-buildsize     "720 KB">
     
    3939<itemizedlist spacing='compact'>
    4040<listitem><para>Required patch (Fixes some build issues and adds building of a shared library):
    41 <ulink url="&patch-root;/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch"/></para></listitem>
     41<ulink url="&patch-root;/tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch"/></para>
     42</listitem>
    4243</itemizedlist>
    4344</sect3>
     
    5152commands:</para>
    5253
    53 <screen><userinput><command>patch -Np1 -i ../tcp_wrappers-7.6-shared_lib_plus_plus-1.patch &amp;&amp;
     54<screen><userinput><command>patch -Np1 -i ../tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch &amp;&amp;
    5455make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux &amp;&amp;
    5556make install</command></userinput></screen>
  • general/graphlib/libungif.xml

    r14d6b3e0 r4f6275fd  
    4949<itemizedlist spacing='compact'>
    5050<listitem><para>Required patch: <ulink
    51 url="&patch-root;/libungif-4.1.0b1-va_start-1.patch"/></para></listitem>
     51url="&patch-root;/libungif-&libungif-version;-va_start-1.patch"/></para></listitem>
    5252</itemizedlist>
    5353</sect3>
     
    6161commands:</para>
    6262
    63 <screen><userinput><command>patch -Np1 -i ../libungif-4.1.0b1-va_start-1.patch &amp;&amp;
     63<screen><userinput><command>patch -Np1 -i ../libungif-&libungif-version;-va_start-1.patch &amp;&amp;
    6464./configure --prefix=/usr &amp;&amp;
    6565make &amp;&amp;
  • general/graphlib/svgalib.xml

    r14d6b3e0 r4f6275fd  
    1919<sect2>
    2020<title>Introduction to <application>SVGAlib</application></title>
    21                                                                                
     21
    2222<para><application>SVGAlib</application> is a low-level graphics library
    2323that provides <acronym>VGA</acronym> and <acronym>SVGA</acronym>
    2424modes in a console. This is useful for programs running on a console
    2525that require graphics capabilities.</para>
    26                                                                                
     26
    2727<sect3><title>Package information</title>
    2828<itemizedlist spacing='compact'>
     
    3333<listitem><para>Estimated build time: &SVGAlib-time;</para></listitem></itemizedlist>
    3434</sect3>
     35
    3536<sect3><title>Additional downloads</title>
    3637<itemizedlist spacing='compact'>
    37 <listitem><para>Download (HTTP): <ulink url="&patch-root;/svgalib-1.4.3-gcc3-1.patch"/></para></listitem>
     38<listitem><para>Required Patch: <ulink
     39url="&patch-root;/svgalib-&SVGAlib-version;-gcc3-1.patch"/></para></listitem>
    3840</itemizedlist></sect3>
    39                                                                                
     41
    4042</sect2>
    4143
    4244<sect2>
    4345<title>Installation of <application>SVGAlib</application></title>
    44                                                                                
     46
    4547<note><para>You must compile and install as root. If you don't, certain tools
    4648won't be able to become <acronym>SUID</acronym> root which is required for
     
    4850holes in those tools that might be used to gain root access, so use with
    4951caution.</para></note>
    50                                                                                
    51 <para>Install <application>SVGAlib</application> by running the following commands:</para>
    52                                                                                
    53 <screen><userinput><command>patch -Np1 -i ../svgalib-1.4.3-gcc3-1.patch &amp;&amp;
     52
     53<para>Install <application>SVGAlib</application> by running the following
     54commands:</para>
     55
     56<screen><userinput><command>patch -Np1 -i ../svgalib-&SVGAlib-version;-gcc3-1.patch &amp;&amp;
    5457make prefix=/usr install &amp;&amp;
    5558cd doc &amp;&amp;
    5659for dir in man?; do for file in $dir/*; do \
    5760gunzip /usr/share/man/$file; done; done</command></userinput></screen>
    58                                                                                
     61
    5962</sect2>
    6063
    6164<sect2>
    6265<title>Command explanations</title>
    63                                                                                
     66
    6467<para><command>cd doc &amp;&amp; for dir in man?; do for file in $dir/*; do
    6568gunzip /usr/share/man/$file; done; done</command>:
    6669<application>SVGAlib</application> installs its man pages in compressed format
    6770so we uncompress them.</para>
    68                                                                                
     71
    6972</sect2>
    7073
    7174<sect2>
    7275<title>Configuring SVGAlib</title>
    73                                                                                
     76
    7477<sect3><title>Config files</title>
    75                                                                                
    76 <para><filename>/etc/vga/libvga.config</filename>, <filename>~/.svgalibrc</filename></para>
     78
     79<para><filename>/etc/vga/libvga.config</filename>,
     80<filename>~/.svgalibrc</filename></para>
    7781</sect3>
    78                                                                                
     82
    7983<sect3><title>Configuration information</title>
    80                                                                                
     84
    8185<para>You must edit the config file to set the monitor and mouse type.
    8286Depending on your hardware, other setup might be required.</para>
    83                                                                                
    84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>   
    85                                                                                
     87
     88<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     89
    8690</sect3>
    87                                                                                
     91
    8892</sect2>
    8993
    9094<sect2>
    9195<title>Contents</title>
    92                                                                                
     96
    9397<para>The SVGAlib package contains <filename class="libraryfile">libvga</filename>
    9498and <filename class="libraryfile">libvgagl</filename> libraries,
     
    97101<command>savetextmode</command>, <command>textmode</command> and
    98102<command>svgakeymap</command>.</para>
    99                                                                                
     103
    100104</sect2>
    101                                                                                
     105
    102106<sect2><title>Description</title>
    103                                                                                
     107
    104108<sect3><title>libvga library</title>
    105109<para><filename class="libraryfile">libvga</filename> is a low-level
    106110graphics library.</para></sect3>
    107                                                                                
     111
    108112<sect3><title>libvgagl library</title>
    109113<para><filename class="libraryfile">libvgagl</filename> is a fast
    110114frame buffer level graphics library based on libvga.</para></sect3>
    111                                                                                
     115
    112116<sect3><title>dumpreg</title>
    113117<para><command>dumpreg</command> dumps the state of the card as the
    114118svgalib chipset driver sees it.</para></sect3>
    115                                                                                
     119
    116120<sect3><title>mode3</title>
    117121<para><command>mode3</command> sets a <acronym>VESA</acronym> mode.</para></sect3>
    118                                                                                
     122
    119123<sect3><title>restorefont</title>
    120124<para><command>restorefont</command> saves or restores the
    121125<acronym>SVGA</acronym> font for textmode.</para></sect3>
    122                                                                                
     126
    123127<sect3><title>restorepalette</title>
    124128<para><command>restorepalette</command> sets the color palette for
    125129textmode.</para></sect3>
    126                                                                                
     130
    127131<sect3><title>restoretextmode</title>
    128132<para><command>restoretextmode</command> saves or restores the
    129133<acronym>SVGA</acronym> registers for textmode.</para></sect3>
    130                                                                                
     134
    131135<sect3><title>savetextmode, textmode</title>
    132136<para><command>savetextmode</command> and <command>textmode</command> save or
    133137restore the complete <acronym>SVGA</acronym> status for textmode.</para></sect3>
    134                                                                                
     138
    135139<sect3><title>svgakeymap</title>
    136140<para><command>svgakeymap</command> generates keymaps for svgalib.</para></sect3>
    137                                                                                
     141
    138142</sect2>
    139143
  • general/prog/gcc2.xml

    r14d6b3e0 r4f6275fd  
    4242<sect3><title>Additional downloads</title>
    4343<itemizedlist spacing='compact'>
    44 <listitem><para><ulink url="&patch-root;/gcc-2.95.3-2.patch"/></para></listitem>
    45 <listitem><para><ulink url="&patch-root;/gcc-2.95.3-no_fixinc-1.patch"/></para></listitem>
    46 <listitem><para><ulink url="&patch-root;/gcc-2.95.3-returntype_fix-1.patch"/></para></listitem>
     44<listitem><para><ulink url="&patch-root;/gcc-&gcc2-version;-2.patch"/></para></listitem>
     45<listitem><para><ulink url="&patch-root;/gcc-&gcc2-version;-no_fixinc-1.patch"/></para></listitem>
     46<listitem><para><ulink url="&patch-root;/gcc-&gcc2-version;-returntype_fix-1.patch"/></para></listitem>
    4747</itemizedlist>
    4848</sect3>
  • general/prog/j2sdk.xml

    r14d6b3e0 r4f6275fd  
    7474<sect3><title>Additional downloads</title>
    7575<itemizedlist spacing='compact'>
    76 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-fix_inline_asm-1.patch"/></para></listitem>
    77 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-gcc33-1.patch"/></para></listitem>
    78 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-motif_mkmsgcat-1.patch"/></para></listitem>
    79 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-remove_debug_image-1.patch"/></para></listitem>
    80 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-remove_fixed_paths-1.patch"/></para></listitem>
    81 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-static_cxx-1.patch"/></para></listitem>
    82 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-ash-1.patch"/> (Only required if /bin/sh is symlinked to <xref linkend="ash"/>)</para></listitem>
     76<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-fix_inline_asm-1.patch"/></para></listitem>
     77<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-gcc33-1.patch"/></para></listitem>
     78<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-motif_mkmsgcat-1.patch"/></para></listitem>
     79<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-remove_debug_image-1.patch"/></para></listitem>
     80<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-remove_fixed_paths-1.patch"/></para></listitem>
     81<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-static_cxx-1.patch"/></para></listitem>
     82<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-ash-1.patch"/> (Only required if /bin/sh is symlinked to <xref linkend="ash"/>)</para></listitem>
    8383</itemizedlist>
    8484</sect3>
     
    141141             static_cxx-1
    142142do
    143    patch -Np1 -i j2sdk-1.4.2-$PATCH.patch
     143   patch -Np1 -i j2sdk-&j2sdk-src-version;-$PATCH.patch
    144144done</command></userinput></screen>
    145145
  • general/sysutils/gpm.xml

    r14d6b3e0 r4f6275fd  
    4646<itemizedlist spacing='compact'>
    4747<listitem><para>Recommended patch: <ulink
    48 url="&patch-root;/gpm-1.20.1-segfault-1.patch"/></para></listitem>
     48url="&patch-root;/gpm-&gpm-version;-segfault-1.patch"/></para></listitem>
    4949<listitem><para>Recommended patch: <ulink
    50 url="&patch-root;/gpm-1.20.1-silent-1.patch"/></para></listitem>
     50url="&patch-root;/gpm-&gpm-version;-silent-1.patch"/></para></listitem>
    5151</itemizedlist>
    5252</sect3>
     
    6161</para>
    6262
    63 <screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault-1.patch &amp;&amp;
    64 patch -Np1 -i ../gpm-1.20.1-silent-1.patch &amp;&amp;
     63<screen><userinput><command>patch -Np1 -i ../gpm-&gpm-version;-segfault-1.patch &amp;&amp;
     64patch -Np1 -i ../gpm-&gpm-version;-silent-1.patch &amp;&amp;
    6565LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    6666make &amp;&amp;
  • introduction/welcome/changelog.xml

    r14d6b3e0 r4f6275fd  
    1919<itemizedlist>
    2020
    21 <listitem><para>June 28th, 2004 [randy]: Change hardcoded version numbers
     21<listitem><para>June 28th, 2004 [randy]: Changed hardcoded version numbers
    2222to entities in various packages.</para></listitem>
    2323
    24 <listitem><para>June 28th, 2004 [randy]: Rename OpenOffice JDK
     24<listitem><para>June 28th, 2004 [randy]: Renamed OpenOffice JDK
    2525patch.</para></listitem>
    2626
    27 <listitem><para>June 27th, 2004 [randy]: Modify Sysstat bootscript
     27<listitem><para>June 27th, 2004 [randy]: Modified Sysstat bootscript
    2828instructions.</para></listitem>
    2929
  • multimedia/cdwriteutils/udftools.xml

    r14d6b3e0 r4f6275fd  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY udftools-download-http "http://prdownloads.sourceforge.net/linux-udf/udftools-&udftools-version;.tar.gz">
    77  <!ENTITY udftools-download-ftp  " ">
     
    99  <!ENTITY udftools-buildsize     "2.7 MB">
    1010  <!ENTITY udftools-time          " ">
     11  <!ENTITY linux-kernel-version   "2.4.26">
    1112]>
    1213
     
    4142<itemizedlist spacing='compact'>
    4243<listitem><para>Required Patch: <ulink
    43 url="&patch-root;/linux-2.4.26-packet-1.patch"/></para></listitem>
     44url="&patch-root;/linux-&linux-kernel-version;-packet-1.patch"/></para></listitem>
    4445<listitem><para>Patches for other kernel versions:
    4546<ulink url="http://w1.894.telia.com/~u89404340/patches/packet/"/></para></listitem>
     
    6162the kernel source directory:</para>
    6263
    63 <screen><userinput><command>patch -Np1 -i ../linux-2.4.26-packet-1.patch</command></userinput></screen>
     64<screen><userinput><command>patch -Np1 -i ../linux-&linux-kernel-version;-packet-1.patch</command></userinput></screen>
    6465
    6566<para>In the kernel configuration, check your setting with those listed
     
    102103
    103104<sect2>
    104 <title>Installation of <application><acronym>UDF</acronym>tools</application></title>
     105<title>Installation of
     106<application><acronym>UDF</acronym>tools</application></title>
    105107
    106108<para>Install <application><acronym>UDF</acronym>tools</application> by
  • multimedia/libdriv/nas.xml

    r14d6b3e0 r4f6275fd  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY nas-download-http "http://nas.codebrilliance.com/nas/nas-&nas-version;.src.tar.gz">
    77  <!ENTITY nas-download-ftp  "ftp://ftp.us.xemacs.org/pub/xemacs/aux/nas-&nas-version;.src.tar.gz">
     
    3333<sect3><title>Additional downloads</title>
    3434<itemizedlist spacing='compact'>
    35 <listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison_fix-1.patch"/></para></listitem>
     35<listitem><para>Required Patch: <ulink
     36url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para></listitem>
    3637</itemizedlist></sect3>
    3738
     
    5051following commands:</para>
    5152
    52 <screen><userinput><command>patch -Np1 -i ../nas-1.6-bison_fix-1.patch &amp;&amp;
     53<screen><userinput><command>patch -Np1 -i ../nas-&nas-version;-bison_fix-1.patch &amp;&amp;
    5354xmkmf &amp;&amp;
    5455make Makefiles &amp;&amp;
  • 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>
  • server/other/samba3.xml

    r14d6b3e0 r4f6275fd  
    3636<itemizedlist spacing='compact'>
    3737<listitem><para>Maintainer Recommended patch:
    38 <ulink url="&patch-root;/samba-3.0.4-maintainer-1.patch"/></para></listitem>
     38<ulink url="&patch-root;/samba-&samba3-version;-maintainer-1.patch"/></para></listitem>
    3939</itemizedlist>
    4040</sect3>
     
    6666commands:</para>
    6767
    68 <screen><userinput><command>patch -Np1 -i samba-3.0.4-maintainer-1.patch &amp;&amp;
     68<screen><userinput><command>patch -Np1 -i ../samba-&samba3-version;-maintainer-1.patch &amp;&amp;
    6969cd source &amp;&amp;
    7070install -d /var/cache/samba &amp;&amp;
  • x/wm/fluxbox.xml

    r14d6b3e0 r4f6275fd  
    1111  <!ENTITY fluxbox-time          "1.28 SBU">
    1212]>
     13
    1314<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
    1415<?dbhtml filename="fluxbox.html" ?>
     
    3738<itemizedlist spacing='compact'>
    3839<listitem><para>Required patch (HTTP): <ulink
    39 url="&patch-root;/fluxbox-0.1.14-gcc33-1.patch"/></para></listitem>
     40url="&patch-root;/fluxbox-&fluxbox-version;-gcc33-1.patch"/></para></listitem>
    4041</itemizedlist>
    4142</sect3>
     
    5455commands:</para>
    5556
    56 <screen><userinput><command>patch -Np1 -i ../fluxbox-0.1.14-gcc33-1.patch &amp;&amp;
     57<screen><userinput><command>patch -Np1 -i ../fluxbox-&fluxbox-version;-gcc33-1.patch &amp;&amp;
    5758./configure --prefix=/usr --enable-kde --enable-gnome &amp;&amp;
    5859make &amp;&amp;
  • xsoft/suites/openoffice.xml

    r14d6b3e0 r4f6275fd  
    3434&openoffice-time;</para></listitem>
    3535</itemizedlist>
    36 </sect3>
    37 
    38 <sect3><title><application>OpenOffice</application> dependencies</title>
    39 <sect4><title>Required</title>
    40 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    41 <xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="tcsh"/>,
    42 <xref linkend="which"/></para></sect4>
    43 <sect4><title>Recommended</title>
    44 <para><xref linkend="j2sdk"/></para></sect4>
    45 <sect4><title>Optional</title>
    46 <para><xref linkend="Linux_PAM"/>,
    47 <xref linkend="libart_lgpl"/>,
    48 <xref linkend="startup-notification"/> and <ulink
    49 url="http://ant.apache.org/">Apache Ant</ulink></para></sect4>
    5036</sect3>
    5137
     
    6854url="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/"/>.</para></listitem></itemizedlist>
    6955</sect3>
     56
     57<sect3><title><application>OpenOffice</application> dependencies</title>
     58<sect4><title>Required</title>
     59<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     60<xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="tcsh"/>,
     61<xref linkend="which"/></para></sect4>
     62<sect4><title>Recommended</title>
     63<para><xref linkend="j2sdk"/></para></sect4>
     64<sect4><title>Optional</title>
     65<para><xref linkend="Linux_PAM"/>,
     66<xref linkend="libart_lgpl"/>,
     67<xref linkend="startup-notification"/> and <ulink
     68url="http://ant.apache.org/">Apache Ant</ulink></para></sect4>
     69</sect3>
     70
    7071</sect2>
    7172
Note: See TracChangeset for help on using the changeset viewer.