Changeset 014d11ad


Ignore:
Timestamp:
06/24/2004 06:44:11 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:
bb2a071c
Parents:
c230e05
Message:

renamed patches in package instructions to conform with the guidelines

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/rep-gtk.xml

    rc230e05 r014d11ad  
    4343<itemizedlist spacing='compact'>
    4444<listitem><para>Required Patch: <ulink
    45 url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4.patch"/></para></listitem>
     45url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4-1.patch"/></para></listitem>
    4646</itemizedlist></sect3>
    47 
    4847
    4948<sect3><title><application>rep-gtk</application> dependencies</title>
    5049<sect4><title>Required</title>
    51 <para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref
    52 linkend="librep"/></para></sect4>
     50<para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and
     51<xref linkend="librep"/></para></sect4>
    5352</sect3>
    5453
     
    6160commands:</para>
    6261
    63 <screen><userinput><command>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4.patch &amp;&amp;
     62<screen><userinput><command>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4-1.patch &amp;&amp;
    6463./configure --prefix=/usr &amp;&amp;
    6564make &amp;&amp;
    6665make install</command></userinput></screen>
    67                                                                                
     66
    6867</sect2>
    6968
    7069<sect2>
    7170<title>Contents</title>
    72                                                                                
     71
    7372<para>The <application>rep-gtk</application> package contains Lisp bindings.
    7473</para>
    75                                                                                
     74
    7675</sect2>
    77                                                                                
     76
    7877<sect2><title>Description</title>
    79                                                                                
     78
    8079<sect3><title>Lisp bindings</title>
    8180<para>Lisp bindings are libraries stored in <filename>
    8281/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications
    8382between Lisp and the GTK libraries.</para></sect3>
    84                                                                                
     83
    8584</sect2>
    8685
  • general/graphlib/libpng.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application>libpng</application></title>
    21                                                                                
     21
    2222<para>The <application>libpng</application> package contains libraries used
    2323by other programs for reading and writing <acronym>PNG</acronym> files.</para>
    24                                                                                
     24
    2525<sect3><title>Package information</title>
    2626<itemizedlist spacing='compact'>
     
    3535&libpng-time;</para></listitem></itemizedlist>
    3636</sect3>
    37                                                                                
     37
    3838<sect3><title>Additional downloads</title>
    3939<itemizedlist spacing='compact'>
    4040<listitem><para>Required Patch to explicitly link libpng against system libraries: <ulink
    41 url="&patch-root;/libpng-&libpng-version;-link-to-proper-libs.patch"/></para></listitem>
     41url="&patch-root;/libpng-&libpng-version;-link_to_proper_libs-1.patch"/></para></listitem>
    4242</itemizedlist></sect3>
    43                                                                                
     43
    4444</sect2>
    4545
    4646<sect2>
    4747<title>Installation of <application>libpng</application></title>
    48                                                                                
    49 <para>Install <application>libpng</application> by running the following commands:</para>
    50                                                                                
    51 <screen><userinput><command>patch -Np1 -i ../libpng-&libpng-version;-link-to-proper-libs.patch &amp;&amp;
     48
     49<para>Install <application>libpng</application> by running the following
     50commands:</para>
     51
     52<screen><userinput><command>patch -Np1 -i ../libpng-&libpng-version;-link_to_proper_libs-1.patch &amp;&amp;
    5253make prefix=/usr ZLIBINC=/usr/include \
    5354    ZLIBLIB=/usr/lib -f scripts/makefile.linux &amp;&amp;
    5455make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen>
    55                                                                                
     56
    5657</sect2>
    5758
    5859<sect2>
    5960<title>Command explanations</title>
    60                                                                              
     61
    6162<para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
    6263forces <application>libpng</application> to look for the
    63 <application>zlib</application> includes and libraries where we have them installed.</para>
    64                                                                              
     64<application>zlib</application> includes and libraries where we have them
     65installed.</para>
     66
    6567<para><parameter>-f scripts/makefile.linux</parameter>: This points make at the
    6668Linux version of the makefile as <application>libpng</application> doesn't use
     
    7274<sect2>
    7375<title>Configuring <application>libpng</application></title>
    74                                                                                
     76
    7577<sect3><title>Configuration Information</title>
    76                                                                                
    77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> 
    78                                                                                
     78
     79<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     80
    7981</sect3>
    80                                                                                
     82
    8183</sect2>
    8284
    8385<sect2>
    8486<title>Contents</title>
    85                                                                                
    86 <para>The <application>libpng</application> package contains <filename class="libraryfile">
    87 libpng</filename> libraries and <command>libpng-config</command>.</para>
    88                                                                                
     87
     88<para>The <application>libpng</application> package contains
     89<filename class="libraryfile"> libpng</filename> libraries and
     90<command>libpng-config</command>.</para>
     91
    8992</sect2>
    90                                                                                
     93
    9194<sect2><title>Description</title>
    92                                                                                
     95
    9396<sect3><title>png libraries</title>
    9497<para>The <acronym>PNG</acronym> library is a collection of routines used to
     
    98101<acronym>TIFF</acronym>, with many improvements and extensions and lack of
    99102patent problems.</para></sect3>
    100                                                                                
     103
    101104<sect3><title>libpng-config</title>
    102105<para><command>libpng-config</command> provides configuration info for
    103106<application>libpng</application>.</para></sect3>
    104                                                                                
     107
    105108</sect2>
    106109
  • general/graphlib/libungif.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application>libungif</application></title>
    21                                                                                
     21
    2222<para>The libungif package contains libraries for reading all
    23 <acronym>GIF</acronym>s and writing non-compressed ones as well as programs for                                                                              
     23<acronym>GIF</acronym>s and writing non-compressed ones as well as programs for
    2424converting and working with <acronym>GIF</acronym> files.  The libraries are
    2525useful for any graphics program wishing to deal with <acronym>GIF</acronym>
    26 files while the programs are useful for conversion purposes as well as cleaning                                                                              
     26files while the programs are useful for conversion purposes as well as cleaning
    2727up images.</para>
    28                                                                                
     28
    2929<para>The reason libungif only writes non-compressed <acronym>GIF</acronym>s
    3030is due to a legal issue with <acronym>LZW</acronym> compression (which Unisys
     
    3333has in the past been disputed.  The best way to avoid this whole mess is to
    3434simply use libungif for looking at <acronym>GIF</acronym> images on the web,
    35 while in any pages which you design, use the open source <acronym>PNG</acronym>                                                                              
     35while in any pages which you design, use the open source <acronym>PNG</acronym>
    3636format instead (which uses, not surprisingly, the libpng library) which has no
    3737patent issues at all.</para>
    38                                                                                
     38
    3939<sect3><title>Package information</title>
    4040<itemizedlist spacing='compact'>
     
    4545<listitem><para>Estimated build time: &libungif-time;</para></listitem></itemizedlist>
    4646</sect3>
    47                                                                                
     47
    4848<sect3><title>Additional downloads</title>
    4949<itemizedlist spacing='compact'>
    5050<listitem><para>Required patch: <ulink
    51 url="&patch-root;/libungif-4.1.0b1-va_start.patch"/></para></listitem>
     51url="&patch-root;/libungif-4.1.0b1-va_start-1.patch"/></para></listitem>
    5252</itemizedlist>
    5353</sect3>
    54                                                                                
     54
    5555</sect2>
    5656
    5757<sect2>
    5858<title>Installation of <application>libungif</application></title>
    59                                                                                
     59
    6060<para>Install <application>libungif</application> by running the following
    6161commands:</para>
    62                                                                                
    63 <screen><userinput><command>patch -Np1 -i ../libungif-4.1.0b1-va_start.patch &amp;&amp;
     62
     63<screen><userinput><command>patch -Np1 -i ../libungif-4.1.0b1-va_start-1.patch &amp;&amp;
    6464./configure --prefix=/usr &amp;&amp;
    6565make &amp;&amp;
    6666make install</command></userinput></screen>
    67                                                                                
     67
    6868<!--
    6969<note><para>If you get an error during the make portion compiling
     
    7272</para></note>
    7373-->
    74                                                                                
     74
    7575</sect2>
    7676
    7777<sect2>
    7878<title>Contents</title>
    79                                                                                
     79
    8080<para>The libungif package contains <command>gif2epsn</command>,
    8181<command>gif2ps</command>, <command>gif2rgb</command>,
     
    9494<command>rgb2gif</command>, <command>text2gif</command> and
    9595<filename>libungif</filename> libraries.</para>
    96                                                                                
    97 </sect2>
    98                                                                                
     96
     97</sect2>
     98
    9999<sect2><title>Description</title>
    100                                                                                
     100
    101101<sect3><title>gif2epsn</title>
    102 <para>Dumps images saved as <acronym>GIF</acronym> files on Epson type printers.</para></sect3>
    103                                                                                
     102<para>Dumps images saved as <acronym>GIF</acronym> files on Epson type
     103printers.</para></sect3>
     104
    104105<sect3><title>gif2ps</title>
    105106<para>Print <acronym>GIF</acronym> files on laser printers supporting PostScript.
    106107</para></sect3>
    107                                                                                
     108
    108109<sect3><title>gif2rgb</title>
    109110<para>Convert images saved as <acronym>GIF</acronym> to 24-bit <acronym>RGB
    110111</acronym> image(s).</para></sect3>
    111                                                                                
     112
    112113<sect3><title>gifasm</title>
    113114<para>Assemble multiple <acronym>GIF</acronym>s into one, or burst a
    114115multiple-image <acronym>GIF</acronym>.</para></sect3>
    115                                                                                
     116
    116117<sect3><title>gifbg</title>
    117118<para>Generate a single-color test pattern <acronym>GIF</acronym>.</para>
    118119</sect3>
    119                                                                                
     120
    120121<sect3><title>gifburst</title>
    121122<para>Burst a <acronym>GIF</acronym> image into subrectangles.</para></sect3>
    122                                                                                
     123
    123124<sect3><title>gifclip</title>
    124125<para>Clip or crop a <acronym>GIF</acronym> image.</para></sect3>
    125                                                                                
     126
    126127<sect3><title>gifclrmp</title>
    127128<para>Modify <acronym>GIF</acronym> image colormaps.</para></sect3>
    128                                                                                
     129
    129130<sect3><title>gifcolor</title>
    130131<para>Generate color test patterns.</para></sect3>
    131                                                                                
     132
    132133<sect3><title>gifcomb</title>
    133134<para>Combine 2 <acronym>GIF</acronym> images of exactly the same size into one.
    134135</para></sect3>
    135                                                                                
     136
    136137<sect3><title>gifcompose</title>
    137138<para>Use (un)giflib tools to compose images.</para></sect3>
    138                                                                                
     139
    139140<sect3><title>giffiltr</title>
    140 <para>Template code for filtering a <acronym>GIF</acronym> sequentially.</para></sect3>
    141                                                                                
     141<para>Template code for filtering a <acronym>GIF</acronym>
     142sequentially.</para></sect3>
     143
    142144<sect3><title>giffix</title>
    143145<para>Clumsily attempts to fix truncated <acronym>GIF</acronym> images.</para>
     
    147149<para>Flip <acronym>GIF</acronym> image along X or Y axis or rotate by 90
    148150degrees.</para></sect3>
    149                                                                                
     151
    150152<sect3><title>gifhisto</title>
    151153<para>Generate color-frequency histogram from a <acronym>GIF</acronym>.</para>
    152154</sect3>
    153                                                                                
     155
    154156<sect3><title>gifinfo</title>
    155157<para>Gives information on a <acronym>GIF</acronym> file.</para></sect3>
    156                                                                                
     158
    157159<sect3><title>gifinter</title>
    158160<para>Convert between interlaced and non-interlaced images.</para></sect3>
    159                                                                                
     161
    160162<sect3><title>gifinto</title>
    161 <para>End-of-pipe fitting for <acronym>GIF</acronym>-processing pipelines.</para></sect3>
    162                                                                                
     163<para>End-of-pipe fitting for <acronym>GIF</acronym>-processing
     164pipelines.</para></sect3>
     165
    163166<sect3><title>gifovly</title>
    164167<para>Generate one composite <acronym>GIF</acronym> from a multiple-image
    165168<acronym>GIF</acronym>.</para></sect3>
    166                                                                                
     169
    167170<sect3><title>gifpos</title>
    168171<para>Change a GIF's screen size or recondition it.</para></sect3>
    169                                                                                
     172
    170173<sect3><title>gifrotat</title>
    171 <para>Rotate a <acronym>GIF</acronym> through any desired angle.</para></sect3>                                                                               
     174<para>Rotate a <acronym>GIF</acronym> through any desired angle.</para></sect3>
     175
    172176<sect3><title>gifrsize</title>
    173177<para>Resize a <acronym>GIF</acronym> by deletion or duplication of bits.</para>
    174178</sect3>
    175                                                                                
     179
    176180<sect3><title>gifspnge</title>
    177181<para>Template code for filtering a <acronym>GIF</acronym> with in-core
    178182operations.</para></sect3>
    179                                                                                
     183
    180184<sect3><title>giftext</title>
    181185<para>Print (text only) general information about a <acronym>GIF</acronym>.
    182186</para></sect3>
    183                                                                                
     187
    184188<sect3><title>gifwedge</title>
    185189<para>Create a test <acronym>GIF</acronym> image resembling a color monitor
    186190test pattern.</para></sect3>
    187                                                                                
     191
    188192<sect3><title>icon2gif</title>
    189193<para>Converter/deconverter to/from an editable text format.</para></sect3>
    190                                                                                
     194
    191195<sect3><title>raw2gif</title>
    192196<para>Convert raw 8-bit image data into <acronym>GIF</acronym> files.</para>
    193197</sect3>
    194                                                                                
     198
    195199<sect3><title>rgb2gif</title>
    196200<para>Convert 24 bit images to a <acronym>GIF</acronym> image using color
    197201quantization.</para></sect3>
    198                                                                                
     202
    199203<sect3><title>text2gif</title>
    200204<para>Generate <acronym>GIF</acronym> images out of regular text in 8x8 font.
    201205</para></sect3>
    202                                                                                
     206
    203207</sect2>
    204208
  • general/prog/j2sdk.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to j2sdk</title>
    21                                                                                
     21
    2222<para>The <application>J2SDK</application> package contains Sun's
    2323<application>Java</application> development environment. This is useful for
    2424developing <application>Java</application> programs and provides the runtime
    25 environment necessary to run <application>Java</application> programs.  It also                                                                              
     25environment necessary to run <application>Java</application> programs.  It also
    2626includes a plug-in for browsers so that they can be <application>Java
    2727</application> aware.</para>
    28                                                                                
     28
    2929<para>
    3030The <acronym>JDK</acronym> comes in two flavors, a precompiled binary and a
     
    3333owing to incompatibilities with <acronym>GCC</acronym>-3 compiled browsers.
    3434This is not the case anymore.</para>
    35                                                                                
     35
    3636<para>The source package requires registration at the Sun
    3737developer site and accepting the Sun Community Source License.
    3838The source code cannot be downloaded from some countries, so for users
    3939from those countries, the binary may be the only option.</para>
    40                                                                                
    41 <para>Even if you plan on compiling the <acronym>JDK</acronym> source, you will                                                                              
     40
     41<para>Even if you plan on compiling the <acronym>JDK</acronym> source, you will
    4242need to download the binary version to bootstrap the <acronym>JDK</acronym>
    4343build. Follow the link below to download both source and binary packages. When
    4444downloading the source also download the <application>Mozilla</application>
    4545headers package available at the same location.</para>
    46                                                                                
     46
    4747<!--
    48 <para>For users who cannot download the <application>J2SDK</application> source owing to license restrictions, <application>blackdown
     48<para>For users who cannot download the <application>J2SDK</application>
     49source owing to license restrictions, <application>blackdown
    4950</application> has an <acronym>GCC</acronym>-3 based precompiled version.
    5051Check out <ulink url="http://www.blackdown.org/"/> for more
    5152information.</para>
    5253-->
    53                                                                                
     54
    5455<sect3><title>Package information</title>
    5556<itemizedlist spacing='compact'>
     
    7071&j2sdk-time;</para></listitem></itemizedlist>
    7172</sect3>
    72                                                                                
     73
    7374<sect3><title>Additional downloads</title>
    7475<itemizedlist spacing='compact'>
    75 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-fix-inline-asm-1.patch"/></para></listitem>
     76<listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-fix_inline_asm-1.patch"/></para></listitem>
    7677<listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-gcc33-1.patch"/></para></listitem>
    77 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-motif-mkmsgcat.patch"/></para></listitem>
    78 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-remove-debug-image.patch"/></para></listitem>
    79 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-remove-fixed-paths-1.patch"/></para></listitem>
    80 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-static_cxx.patch"/></para></listitem>
    81 <listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-ash.patch"/> (Only required if /bin/sh is symlinked to <xref linkend="ash"/>)</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>
    8283</itemizedlist>
    8384</sect3>
    84                                                                                
    85                                                                                
     85
    8686<sect3><title><application>J2SDK</application> dependencies</title>
    8787<sect4><title>Required</title>
    88 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="zip"/>, <xref
    89 linkend="unzip"/>, <xref linkend="cpio"/>, <xref linkend="alsa"/>,
    90 and <xref linkend="tcsh"/>
     88<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     89<xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="cpio"/>,
     90<xref linkend="alsa"/>, and <xref linkend="tcsh"/>
    9191</para></sect4>
    9292</sect3>
    93                                                                                
     93
    9494</sect2>
    9595
    9696<sect2>
    9797<title>Installation of <application>J2SDK</application></title>
    98                                                                                
     98
    9999<para>Both versions will be installed in parallel. You may choose to keep
    100100either or both.</para>
    101                                                                                
     101
    102102<para>Installation of the precompiled <acronym>JDK</acronym> is easy:
    103103create a directory to install from, copy the .bin there, and run the
    104104following commands:</para>
    105                                                                                
     105
    106106<screen><userinput><command>VERSION=&j2sdk-bin-version; &amp;&amp;
    107107MV=`echo $VERSION | cut -d "_" -f 1,1` &amp;&amp;
     
    115115install -d /opt/j2sdk/j2sdk-precompiled-${MV} &amp;&amp;
    116116mv * /opt/j2sdk/j2sdk-precompiled-${MV}</command></userinput></screen>
    117                                                                                
    118 <para>The binary version is now installed.  </para>
    119                                                                                
    120 <para>If you don't want to compile the source or are not in a postition to download the source
    121 owing to license restrictions, skip ahead to the configuration
    122 section.</para>
    123                                                                                
     117
     118<para>The binary version is now installed.</para>
     119
     120<para>If you don't want to compile the source or are not in a position to
     121download the source owing to license restrictions, skip ahead to the
     122configuration section.</para>
     123
    124124<para>Add the recently compiled <acronym>JDK</acronym> to the path.</para>
     125
    125126<screen><userinput><command>export JAVA_HOME=/opt/j2sdk/j2sdk-precompiled-${MV} &amp;&amp;
    126127export PATH=$PATH:${JAVA_HOME}/bin</command></userinput></screen>
    127                                                                                
     128
    128129<para>Unzip the source:</para>
    129                                                                                
     130
    130131<screen><userinput><command>VERSION=&j2sdk-src-version; &amp;&amp;
    131132V=`echo $VERSION | sed -e "s/\./_/g"` &amp;&amp;
     
    133134unzip j2sdk-${V}-mozilla_headers-unix.zip &amp;&amp;
    134135unzip j2sdk-${V}-bin-scsl.zip</command></userinput></screen>
    135                                                                                
     136
    136137<para>Apply all the patches downloaded above.</para>
    137                                                                                
    138 <screen><userinput><command>for PATCH in fix-inline-asm-1 gcc33-1 motif-mkmsgcat \
    139              remove-debug-image remove-fixed-paths-1 \
    140              static_cxx
     138
     139<screen><userinput><command>for PATCH in fix_inline_asm-1 gcc33-1 \
     140             motif_mkmsgcat-1 remove_debug_image-1 remove_fixed_paths-1 \
     141             static_cxx-1
    141142do
    142143   patch -Np1 -i j2sdk-1.4.2-$PATCH.patch
    143144done</command></userinput></screen>
    144                                                                                
     145
    145146<para>Set/unset some variables which affect the build:</para>
    146147<screen><userinput><command>export ALT_BOOTDIR="$JAVA_HOME" &amp;&amp;
     
    157158export MAKE_VERBOSE=true &amp;&amp;
    158159export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</command></userinput></screen>
    159                                                                                
    160 <warning><para>Setting CFLAGS/CXXFLAGS/LDFLAGS is guaranteed to make the build fail.
    161 If you are interested in optimizing the build, set OTHER_CFLAGS/OTHER_CXXFLAGS/OTHER_LDFLAGS
    162 instead.</para></warning>
    163                                                                                
     160
     161<warning><para>Setting CFLAGS/CXXFLAGS/LDFLAGS is guaranteed to make the build
     162fail. If you are interested in optimizing the build, set
     163OTHER_CFLAGS/OTHER_CXXFLAGS/OTHER_LDFLAGS instead.</para></warning>
     164
    164165<para>Additionally, if you would like to make in parallel, add the following
    165166(adjust <envar>MAKE_PARALLEL</envar> to your liking):</para>
    166167<screen><userinput><command>export HOTSPOT_BUILD_JOBS=$MAKE_PARALLEL</command></userinput></screen>
    167                                                                                
    168 <para>If the included <application>Motif</application> doesn't build properly, the
    169 error is noticed much later in the build.
    170 A solution is to build the <application>Motif</application>
    171 library before compiling the <application>J2SDK</application>.</para>
    172                                                                                
     168
     169<para>If the included <application>Motif</application> doesn't build properly,
     170the error is noticed much later in the build. A solution is to build the
     171<application>Motif</application> library before compiling the
     172<application>J2SDK</application>.</para>
     173
    173174<screen><userinput><command>cd motif/lib/Xm &amp;&amp;
    174175make &amp;&amp;
    175176cd ../../..</command></userinput></screen>
    176                                                                                
     177
    177178<para>Make and Install <application>J2SDK</application> with the following
    178179commands. There will be a lot of messages about missing files that look like
    179 errors. As long as the build doesn't stop, the messages are harmless, so ignore                                                                              
     180errors. As long as the build doesn't stop, the messages are harmless, so ignore
    180181them.</para>
    181                                                                                
     182
    182183<screen><userinput><command>cd control/make &amp;&amp;
    183184make &amp;&amp;
     
    185186cd control/build/linux-i?86 &amp;&amp;
    186187cp -a j2sdk-image /opt/j2sdk/j2sdk-&j2sdk-src-version;</command></userinput></screen>
    187                                                                                
     188
    188189</sect2>
    189190
    190191<sect2>
    191192<title>Command explanations</title>
    192                                                                                
     193
    193194<para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This var sets
    194 location of the bootstrap <acronym>JDK</acronym>.
    195 </para>
    196                                                                                
     195location of the bootstrap <acronym>JDK</acronym>.</para>
     196
    197197<para><command>export ALT_MOZILLA_PATH=$PWD</command>: This sets the
    198198variable that points to where you unzipped the <application>Mozilla
    199199</application> headers.</para>
    200                                                                                
     200
    201201<para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This
    202 changes the location where the build finds the needed executables.
    203 </para>
    204                                                                                
     202changes the location where the build finds the needed executables.</para>
     203
    205204<para><command>export BUILD_NUMBER="blfs-`date +%s`"</command>: This will
    206205help you identify this compiled version of the runtime environment and
    207206virtual machine by appending this information to the version in the
    208207output to <command>java -version</command>.</para>
    209                                                                                
     208
    210209<para><command>export DEV_ONLY=true</command>: This command
    211210eliminates compiling the documentation and eliminates a dependency for
    212 <application>rpm</application>. </para>
    213                                                                                
     211<application>rpm</application>.</para>
     212
    214213<para><command>unset JAVA_HOME</command>: This clears the
    215 <envar>JAVA_HOME</envar>
    216 variable as recommended by the build instructions.</para>
    217                                                                                
     214<envar>JAVA_HOME</envar> variable as recommended by the build
     215instructions.</para>
     216
    218217<para><command>unset CLASSPATH</command>: This clears the
    219 <envar>CLASSPATH</envar> variable as per the recommendations in the build instructions.
    220 </para>
    221                                                                                
     218<envar>CLASSPATH</envar> variable as per the recommendations in the build
     219instructions.</para>
     220
    222221<para><command>unset CFLAGS...</command>: These flags cause miscompilation
    223222of the build. Never set these.</para>
    224                                                                                
     223
    225224<para><command>export INSANE=true</command>: Unless you specify that you
    226225are insane the build will not proceed. The certified platform for the build is
    227226Redhat 6.1. The above variable ensures that all the errors related to
    228227compiling on a non-certified platform will be converted to warnings.</para>
    229                                                                                
     228
    230229<para><command>export MAKE_VERBOSE=true</command>: Allows the current
    231230compilation command to be displayed on the console.</para>
    232                                                                                
     231
    233232<para><command>export ALT_CACERTS_FILE...</command>: Specifies the
    234233certificate file to use.</para>
    235                                                                                
     234
    236235</sect2>
    237236
    238237<sect2>
    239238<title>Configuring <application>J2SDK</application></title>
    240                                                                                
     239
    241240<sect3><title>Configuration Information</title>
    242                                                                                
     241
    243242<para>We have two Java 2 <acronym>SDK</acronym>'s installed in
    244243<filename>/opt/j2sdk</filename>. Decide on which one you
    245244would like to use as the default. For example if you decide to use the source
    246245compiled <application>J2SDK</application>, do the following:</para>
    247                                                                                
     246
    248247<screen><userinput><command>ln -nsf j2sdk-&j2sdk-src-version; /opt/j2sdk/j2sdk</command></userinput></screen>
    249                                                                                
     248
    250249<para>Add the following lines to your shell startup file (e.g.,
    251250<filename>/etc/profile</filename>).</para>
    252                                                                                
     251
    253252<screen><userinput>export JAVA_HOME=/opt/j2sdk/j2sdk
    254253export PATH=$PATH:$JAVA_HOME/bin</userinput></screen>
    255                                                                                
     254
    256255<para>Add <filename>$JAVA_HOME/man</filename> to your
    257256<envar>MANPATH</envar> variable or to
    258257<filename>/etc/man.conf</filename></para>
    259                                                                                
     258
    260259<para>The <application>Java</application> plugin is in the directory
    261260<filename class="directory">$JAVA_HOME/jre/plugin/i?86/ns610/</filename>.
    262261Make a symbolic link to the file in that directory from your plugins directory.</para>
    263                                                                                
    264 </sect3>
    265                                                                                
     262
     263</sect3>
     264
    266265<sect3><title>Handling CLASSPATH</title>
    267                                                                                
     266
    268267<para>When compiling packages, the <envar>CLASSPATH</envar> environment variable
    269 is used by JDK to locate classes at compile-time and run-time. It is tedious toadd all the classes used to the <envar>CLASSPATH</envar> manually. You may add
     268is used by JDK to locate classes at compile-time and run-time. It is tedious to
     269add all the classes used to the <envar>CLASSPATH</envar> manually. You may add
    270270the following lines to your shell startup file to set <envar>CLASSPATH</envar>
    271271automatically to include all JAR files in a specified directory, which in
    272272the example below is <filename>/usr/lib/auto-java-classpath</filename>.</para>
    273                                                                                
     273
    274274<screen><userinput>AUTO_CLASSPATH_DIR=/usr/lib/auto-java-classpath
    275275if [ -z $CLASSPATH ]
     
    283283  CLASSPATH=$CLASSPATH:$i
    284284done</userinput></screen>
    285                                                                                
    286 </sect3>
    287                                                                                
     285
     286</sect3>
     287
    288288</sect2>
    289289
    290290<sect2>
    291291<title>Contents</title>
    292                                                                                
     292
    293293<para>The <application>J2SDK</application> package contains
    294294<command>appletviewer</command>,
     
    304304<command>serialver</command>, <command>servertool</command> and
    305305<command>tnameserv</command>.</para>
    306                                                                                
    307 </sect2>
    308                                                                                
     306
     307</sect2>
     308
    309309<sect2><title>Description</title>
    310                                                                                
     310
    311311<sect3><title>appletviewer</title>
    312 <para><command>appletviewer</command> runs
    313 <application>Java</application> applets outside of the context of a
    314 browser.</para></sect3>
    315                                                                                
     312<para><command>appletviewer</command> runs <application>Java</application>
     313applets outside of the context of a browser.</para></sect3>
     314
    316315<sect3><title>extcheck</title>
    317316<para><command>extcheck</command> checks a specified <filename>JAR</filename>
    318317file for title and version conflicts with any extensions installed in the
    319318<acronym>JDK</acronym> software.</para></sect3>
    320                                                                                
     319
    321320<sect3><title>idlj</title>
    322321<para><command>idlj</command> generates <application>Java</application>
    323322bindings from a given <acronym>IDL</acronym> file.</para></sect3>
    324                                                                                
     323
    325324<sect3><title>jar</title>
    326325<para><command>jar</command> combines multiple files into a single
    327326<acronym>JAR</acronym> archive file.</para></sect3>
    328                                                                                
     327
    329328<sect3><title>jarsigner</title>
    330329<para><command>jarsigner</command> signs <filename>JAR</filename>
    331330(Java ARchive) files and verifies the signatures and integrity of a signed
    332331<filename>JAR</filename>.</para></sect3>
    333                                                                                
     332
    334333<sect3><title>java</title>
    335334<para><command>java</command> launches a <application>Java</application>
     
    337336environment, loading a specified class and invoking its main
    338337method.</para></sect3>
    339                                                                                
     338
    340339<sect3><title>javac</title>
    341340<para><command>javac</command> reads class and interface definitions, written
    342341in the <application>Java</application> programming language, and compiles them
    343342into bytecode class files.</para></sect3>
    344                                                                                
     343
    345344<sect3><title>javadoc</title>
    346345<para><command>javadoc</command> parses the declarations and documentation
     
    348347a corresponding set of <acronym>HTML</acronym> pages describing the classes,
    349348interfaces, constructors, methods, and fields.</para></sect3>
    350                                                                                
     349
    351350<sect3><title>javah</title>
    352351<para><command>javah</command> generates <application>C</application> header
    353352and source files that are needed to implement native methods.</para></sect3>
    354                                                                                
     353
    355354<sect3><title>javap</title>
    356355<para><command>javap</command> disassembles a
    357356<application>Java</application> class file.</para></sect3>
    358                                                                                
     357
    359358<sect3><title>jdb</title>
    360359<para><command>jdb</command> is a simple command-line debugger for
    361360<application>Java</application> classes.</para></sect3>
    362                                                                                
     361
    363362<sect3><title>keytool</title>
    364 <para><command>keytool</command> is a key and certificate management utility.</para></sect3>
    365                                                                                
     363<para><command>keytool</command> is a key and certificate management
     364utility.</para></sect3>
     365
    366366<sect3><title>native2ascii</title>
    367367<para><command>native2ascii</command> converts files that contain non-supported
    368 character encoding into files containing Latin-1 or Unicode-encoded characters.</para></sect3>
    369                                                                                
     368character encoding into files containing Latin-1 or Unicode-encoded
     369characters.</para></sect3>
     370
    370371<sect3><title>orbd</title>
    371372<para><command>orbd</command> is used to enable clients to transparently locate
    372373and invoke persistent objects on servers in the <acronym>CORBA</acronym>
    373374environment.</para></sect3>
    374                                                                                
     375
    375376<sect3><title>policytool</title>
    376377<para><command>policytool</command> creates and manages a policy file
    377378graphically.</para></sect3>
    378                                                                                
     379
    379380<sect3><title>rmic</title>
    380381<para><command>rmic</command> generates stub and skeleton class files for
    381382remote objects from the names of compiled <application>Java</application>
    382383classes that contain remote object implementations.</para></sect3>
    383                                                                                
     384
    384385<sect3><title>rmid</title>
    385386<para><command>rmid</command> starts the activation system daemon.</para>
    386387</sect3>
    387                                                                                
     388
    388389<sect3><title>rmiregistry</title>
    389390<para><command>rmiregistry</command> creates and starts a remote object
    390391registry on the specified port on the current host.</para></sect3>
    391                                                                                
     392
    392393<sect3><title>serialver</title>
    393394<para><command>serialver</command> returns the serialVersionUID for one or
    394395more classes in a form suitable for copying into an evolving class.</para>
    395396</sect3>
    396                                                                                
     397
    397398<sect3><title>servertool</title>
    398399<para><command>servertool</command> provides an ease-of-use interface for
    399 application programmers to register, unregister, startup and shutdown a server.</para></sect3>
    400                                                                                
     400application programmers to register, unregister, startup and shutdown a
     401server.</para></sect3>
     402
    401403<sect3><title>tnameserv</title>
    402404<para><command>tnameserv</command> starts the <application>Java</application>
  • general/sysutils/gpm.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application><acronym>GPM</acronym></application></title>
    21                                                                                
     21
    2222<para>The <application><acronym>GPM</acronym></application> (General
    2323Purpose Mouse daemon) package contains a mouse server for the console
     
    2929less error prone) to cut and paste between two console windows than to
    3030type everything by hand!</para>
    31                                                                                
     31
    3232<sect3><title>Package information</title>
    3333<itemizedlist spacing='compact'>
     
    4242&gpm-time;</para></listitem></itemizedlist>
    4343</sect3>
    44                                                                                
     44
    4545<sect3><title>Additional downloads</title>
    4646<itemizedlist spacing='compact'>
    4747<listitem><para>Recommended patch: <ulink
    48 url="&patch-root;/gpm-1.20.1-segfault.patch"/></para></listitem>
     48url="&patch-root;/gpm-1.20.1-segfault-1.patch"/></para></listitem>
    4949<listitem><para>Recommended patch: <ulink
    50 url="&patch-root;/gpm-1.20.1-silent.patch"/></para></listitem>
     50url="&patch-root;/gpm-1.20.1-silent-1.patch"/></para></listitem>
    5151</itemizedlist>
    5252</sect3>
    53                                                                                
     53
    5454</sect2>
    5555
    5656<sect2>
    5757<title>Installation of <application><acronym>GPM</acronym></application></title>
    58                                                                                
    59 <para>Install <application><acronym>GPM</acronym></application> by running the following commands:
     58
     59<para>Install <application><acronym>GPM</acronym></application> by running
     60the following commands:
    6061</para>
    61                                                                                
    62 <screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault.patch &amp;&amp;
    63 patch -Np1 -i ../gpm-1.20.1-silent.patch &amp;&amp;
     62
     63<screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault-1.patch &amp;&amp;
     64patch -Np1 -i ../gpm-1.20.1-silent-1.patch &amp;&amp;
    6465LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    6566make &amp;&amp;
     
    7172<sect2>
    7273<title>Command explanations</title>
    73                                                                                
    74 <para><command>LDFLAGS="-lm"</command>: The math library
    75  must be linked with <command>gpm</command>, as ceil() is used in some cursor
     74
     75<para><command>LDFLAGS="-lm"</command>: The math library 
     76must be linked with <command>gpm</command>, as ceil() is used in some cursor
    7677scrolling logic.</para>
    77                                                                                
     78
    7879<para><command>ldconfig -n -l </command>: During installation, gpm outputs a
    7980message to run the above command to create the proper library links.</para>
    80                                                                                
     81
    8182</sect2>
    8283
    8384<sect2>
    8485<title>Configuring <application><acronym>GPM</acronym></application></title>
    85                                                                                
     86
    8687<sect3><title>gpm init.d script</title>
    8788<para>Install the <filename>/etc/rc.d/init.d/gpm</filename>
    8889init script included in the
    8990<xref linkend="intro-important-bootscripts"/> package.</para>
    90                                                                                
     91
    9192<screen><userinput><command>make install-gpm</command></userinput></screen>
    92                                                                                
     93
    9394</sect3>
    94                                                                                
     95
    9596<sect3><title>Config files</title>
    9697<para><filename>/etc/sysconfig/mouse</filename>
    9798This file contains the name of your mouse device and the protocol which
    9899it uses.  To create this file, run the following:</para>
    99                                                                                
     100
    100101<screen><userinput><command>cat &gt; /etc/sysconfig/mouse &lt;&lt; "EOF"</command>
    101102# Begin /etc/sysconfig/mouse
    102                                                                                
     103
    103104MDEVICE="<replaceable>[yourdevice]</replaceable>"
    104105PROTOCOL="<replaceable>[yourprotocol]</replaceable>"
    105106GPMOPTS="<replaceable>[additional options]</replaceable>"
    106                                                                                
     107
    107108# End /etc/sysconfig/mouse
    108109<command>EOF</command></userinput></screen>
    109110</sect3>
    110                                                                                
     111
    111112<sect3><title>Configuration Information</title>
    112                                                                                
     113
    113114<para>Examples of values to set <envar>MDEVICE</envar>,
    114115<envar>PROTOCOL</envar>, and <envar>GPMOPTS</envar> to are:</para>
    115                                                                                
     116
    116117<screen><userinput>MDEVICE="/dev/psaux"
    117118PROTOCOL="imps2"
    118119GPMOPTS=""</userinput></screen>
    119                                                                                
     120
    120121<para>A list of which protocol values are known can be found by running
    121122<command>gpm -t -help</command>.  The <envar>MDEVICE</envar> setting
     
    126127mice.  <envar>GPMOPTS</envar> is the 'catch all' for any
    127128additional options that are needed for your hardware.</para>
    128                                                                                
     129
    129130</sect3>
    130                                                                                
     131
    131132</sect2>
    132133
    133134<sect2>
    134135<title>Contents</title>
    135                                                                                
     136
    136137<para>The <application><acronym>GPM</acronym></application> package contains
    137 <command>gpm</command>,
    138 <command>gpm-root</command>, <command>disable-paste</command>
    139 and <command>mev</command>.</para>
    140                                                                                
     138<command>gpm</command>, <command>gpm-root</command>,
     139<command>disable-paste</command> and <command>mev</command>.</para>
     140
    141141</sect2>
    142                                                                                
     142
    143143<sect2><title>Description</title>
    144                                                                                
     144
    145145<sect3><title>gpm</title>
    146146<para><command>gpm</command> is a cut and paste utility and mouse server for
    147147virtual consoles.</para></sect3>
    148                                                                                
     148
    149149<sect3><title>gpm-root</title>
    150150<para><command>gpm-root</command> is a default handler for
    151151<command>gpm</command>.  It is used to draw menus on the
    152152root window.</para></sect3>
    153                                                                                
     153
    154154<sect3><title>disable-paste</title>
    155155<para>No description available.</para></sect3>
    156                                                                                
     156
    157157<sect3><title>mev</title>
    158158<para><command>mev</command> is a program to report mouse events.</para></sect3>
    159                                                                                
     159
    160160</sect2>
    161161
  • general/sysutils/unzip.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application>UnZip</application></title>
    21                                                                                
     21
    2222<para>The <application>UnZip</application> package contains <filename>ZIP
    2323</filename> extraction utilities. These are useful for extracting files from
     
    2626</application> utilities primarily in a <acronym>DOS</acronym> environment.
    2727</para>
    28                                                                                
     28
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
     
    3939&unzip-time;</para></listitem></itemizedlist>
    4040</sect3>
    41                                                                                
     41
    4242<sect3><title>Additional downloads</title>
    4343<itemizedlist spacing='compact'>
    4444<listitem><para>Required patch: <ulink
    45 url="&patch-root;/unzip-&unzip-version;-fix-Makefile.patch"/></para></listitem><listitem><para>Required patch: <ulink
    46 url="&patch-root;/unzip-&unzip-version;-fix-libz.patch"/></para></listitem>
     45url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para></listitem><listitem><para>Required patch: <ulink
     46url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para></listitem>
    4747<listitem><para>Recommended patch: <ulink
    48 url="&patch-root;/unzip-&unzip-version;-dont-make-noise.patch"/></para></listitem></itemizedlist>
     48url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para></listitem></itemizedlist>
    4949</sect3>
    50                                                                                
     50
    5151</sect2>
    5252
    5353<sect2>
    5454<title>Installation of <application>UnZip</application></title>
    55                                                                                
     55
    5656<para>By default, <application>UnZip</application> does not support shrink
    5757decompression. To enable it or to obtain more information, check out the
    5858<application>UnZip</application> <acronym>FAQ</acronym> at
    5959<ulink url="http://www.info-zip.org/pub/infozip/FAQ.html#unshrink"/>.</para>
    60                                                                                
     60
    6161<para>Install <application>UnZip</application> by running the following
    6262commands:</para>
    63                                                                                
    64 <screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix-Makefile.patch &amp;&amp;
    65 patch -Np1 -i ../unzip-&unzip-version;-fix-libz.patch &amp;&amp;
    66 patch -Np1 -i ../unzip-&unzip-version;-dont-make-noise.patch &amp;&amp;
     63
     64<screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch &amp;&amp;
     65patch -Np1 -i ../unzip-&unzip-version;-fix_libz-1.patch &amp;&amp;
     66patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch &amp;&amp;
    6767cp unix/Makefile . &amp;&amp;
    6868make prefix=/usr linux &amp;&amp;
     
    7070make prefix=/usr install &amp;&amp;
    7171cp -a libunzip.so* /usr/lib</command></userinput></screen>
    72                                                                                
     72
    7373</sect2>
    7474
    7575<sect2>
    7676<title>Command explanations</title>
    77                                                                                
     77
    7878<para><command>make prefix=/usr linux</command>: This command
    7979overrides the prefix variable that is set to
     
    8282and builds the executables for a linux system.  The alternatives to
    8383'linux' can be seen with a 'make list' command.</para>
    84                                                                                
     84
    8585<para><command>make prefix=/usr linux_shlibz</command>: Build shared
    86 <filename>libunzip</filename> and link <application>UnZip</application> against                                                                              
     86<filename>libunzip</filename> and link <application>UnZip</application> against
    8787it and <application>zlib</application>.</para>
    88                                                                                
     88
    8989</sect2>
    9090
    9191<sect2>
    9292<title>Contents</title>
    93                                                                                
     93
    9494<para>The <application>UnZip</application> package contains <command>unzip
    9595</command>, <command>funzip</command>, <command>unzipfsx</command>,
    9696<command>zipgrep</command> and <command>zipinfo</command>.</para>
    97                                                                                
     97
    9898</sect2>
    99                                                                                
     99
    100100<sect2><title>Description</title>
    101                                                                                
     101
    102102<sect3><title>unzip</title>
    103103<para><command>unzip</command> lists, tests or extracts files from a
    104104<filename>ZIP</filename> archive.</para></sect3>
    105                                                                                
     105
    106106<sect3><title>funzip</title>
    107107<para><command>funzip</command> allows the output of <command>unzip</command>
    108108commands to be redirected.</para></sect3>
    109                                                                                
     109
    110110<sect3><title>unzipfsx</title>
    111111<para><command>unzipfsx</command> is the self-extracting stub that can be
     
    113113the recipient to decompress the archive without installing
    114114<application>UnZip</application>.</para></sect3>
    115                                                                                
     115
    116116<sect3><title>zipgrep</title>
    117117<para><command>zipgrep</command> is a grep for <filename>ZIP</filename>
    118118archives.</para></sect3>
    119                                                                                
     119
    120120<sect3><title>zipinfo</title>
    121 <para><command>zipinfo</command> produces technical information about the files                                                                              
     121<para><command>zipinfo</command> produces technical information about the files
    122122in a <filename>ZIP</filename> archive, including file access permissions,
    123123encryption status, type of compression, etc.</para></sect3>
    124                                                                                
     124
    125125</sect2>
    126126
  • gnome/otherlibs/gnome-print.xml

    rc230e05 r014d11ad  
    4040<itemizedlist spacing='compact'>
    4141<listitem><para>Required Patch: <ulink
    42 url="&patch-root;/gnome-print-&gnome-print-version;-ft217-fixes.patch"/></para></listitem>
     42url="&patch-root;/gnome-print-&gnome-print-version;-ft217_fixes-1.patch"/></para></listitem>
    4343</itemizedlist></sect3>
    44                                                                                
     44
    4545<sect3><title><application><acronym>GNOME</acronym> Print</application> dependencies</title>
    4646<sect4><title>Required</title>
     
    6464<command>EOF</command></userinput></screen>
    6565
    66 <para>Install <application><acronym>GNOME</acronym> Print</application> by running the following
    67 commands:</para>
     66<para>Install <application><acronym>GNOME</acronym> Print</application> by
     67running the following commands:</para>
    6868
    69 <screen><userinput><command>patch -Np1 -i ../gnome-print-&gnome-print-version;-ft217-fixes.patch &amp;&amp;
     69<screen><userinput><command>patch -Np1 -i ../gnome-print-&gnome-print-version;-ft217_fixes-1.patch &amp;&amp;
    7070./configure --prefix=/opt/gnome --with-zlib=/usr &amp;&amp;
    7171make &amp;&amp;
  • introduction/welcome/changelog.xml

    rc230e05 r014d11ad  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 24th, 2004 [randy]: Renamed several package's patch names
     22to conform with the patch naming guidelines.</para></listitem>
    2023
    2124<listitem><para>June 24th, 2004 [randy]: Fixed gcc-2.95.3 instructions.</para></listitem>
  • postlfs/security/heimdal.xml

    rc230e05 r014d11ad  
    4141<itemizedlist spacing='compact'>
    4242<listitem><para>Required patch: <ulink
    43 url="&patch-root;/heimdal-&heimdal-version;-fhs-compliance-1.patch"/></para>
     43url="&patch-root;/heimdal-&heimdal-version;-fhs_compliance-1.patch"/></para>
    4444</listitem>
    4545<listitem><para>Required patch for cracklib: <ulink
     
    100100<para>Install <application>Heimdal</application> by running the following commands:</para>
    101101
    102 <screen><userinput><command>patch -Np1 -i ../heimdal-&heimdal-version;-fhs-compliance-1.patch &amp;&amp;
     102<screen><userinput><command>patch -Np1 -i ../heimdal-&heimdal-version;-fhs_compliance-1.patch &amp;&amp;
    103103./configure --prefix=/usr --sysconfdir=/etc/heimdal \
    104104    --datadir=/var/lib/heimdal --libexecdir=/usr/sbin \
     
    197197cat &gt; /etc/heimdal/krb5.conf &lt;&lt; "EOF"</command>
    198198# Begin /etc/heimdal/krb5.conf
    199        
     199
    200200[libdefaults]
    201201    default_realm = <replaceable>[LFS.ORG]</replaceable>
Note: See TracChangeset for help on using the changeset viewer.