Changeset b1623c2


Ignore:
Timestamp:
06/24/2004 10:02:07 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:
2b257922
Parents:
bb2a071c
Message:

more package patch renaming

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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap.xml

    rbb2a071c rb1623c2  
    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-5beta-compilation_fixes-2.patch"/></para></listitem>
    4444<listitem><para>Required patch: <ulink
    45 url="&patch-root;/portmap-5beta-glibc-errno-fix.patch"/></para></listitem>
     45url="&patch-root;/portmap-5beta-glibc_errno_fix-1.patch"/></para></listitem>
    4646</itemizedlist>
    4747</sect3>
    4848
    49                                                                                
    5049<sect3><title><application>portmap</application> dependencies</title>
    5150<sect4><title>Required</title>
     
    6059<para>Install <application>portmap</application> with the following commands:</para>
    6160
    62 <screen><userinput><command>patch -Np1 -i ../portmap-5beta-compilation-fixes-2.patch &amp;&amp;
    63 patch -Np1 -i ../portmap-5beta-glibc-errno-fix.patch &amp;&amp;
     61<screen><userinput><command>patch -Np1 -i ../portmap-5beta-compilation_fixes-2.patch &amp;&amp;
     62patch -Np1 -i ../portmap-5beta-glibc_errno_fix-1.patch &amp;&amp;
    6463make &amp;&amp;
    6564make install</command></userinput></screen>
     
    8483init script included in the
    8584<xref linkend="intro-important-bootscripts"/> package.</para>
    86                                                                                                                
     85
    8786<screen><userinput><command>make install-portmap</command></userinput></screen>
    8887
  • basicnet/netprogs/tcpwrappers.xml

    rbb2a071c rb1623c2  
    2020
    2121<para>The <application>tcpwrappers</application> package provides daemon
    22 wrapper programs that report the name of the client requesting network services and the requested service.</para>
     22wrapper programs that report the name of the client requesting network
     23services and the requested service.</para>
    2324
    2425<sect3><title>Package information</title>
     
    3839<itemizedlist spacing='compact'>
    3940<listitem><para>Required patch (Fixes some build issues and adds building of a shared library):
    40 <ulink url="&patch-root;/tcp_wrappers-7.6-shared-lib-plus-plus.patch"/></para></listitem>
     41<ulink url="&patch-root;/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch"/></para></listitem>
    4142</itemizedlist>
    4243</sect3>
     
    5051commands:</para>
    5152
    52 <screen><userinput><command>patch -Np1 -i ../tcp_wrappers-7.6-shared-lib-plus-plus.patch &amp;&amp;
     53<screen><userinput><command>patch -Np1 -i ../tcp_wrappers-7.6-shared_lib_plus_plus-1.patch &amp;&amp;
    5354make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux &amp;&amp;
    5455make install</command></userinput></screen>
  • content/web/apache.xml

    rbb2a071c rb1623c2  
    3636<itemizedlist spacing='compact'>
    3737<listitem><para>Required Patch: <ulink
    38 url="&patch-root;/httpd-&apache-version;-config.patch"/></para></listitem>
     38url="&patch-root;/httpd-&apache-version;-config-1.patch"/></para></listitem>
    3939</itemizedlist></sect3>
    4040
    4141<sect3><title><application>Apache</application> dependencies</title>
    4242<sect4><title>Optional</title>
    43 <para><xref linkend="db"/> or <xref linkend="gdbm"/>, <xref linkend="openssl"/>, <xref
    44 linkend="openldap"/> and <xref linkend="expat"/>
    45 </para></sect4>
     43<para><xref linkend="db"/> or <xref linkend="gdbm"/>, <xref linkend="openssl"/>,
     44<xref linkend="openldap"/> and <xref linkend="expat"/></para></sect4>
    4645</sect3>
    4746
     
    5150<title>Installation of <application>Apache</application></title>
    5251
    53 <para>For security reasons, running the server as an unprivileged user and group is strongly encouraged.</para>
     52<para>For security reasons, running the server as an unprivileged user and
     53group is strongly encouraged.</para>
    5454
    5555<screen><userinput><command>groupadd apache &amp;&amp;
     
    6262be configured without errors. Apply the patch:</para>
    6363
    64 <screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command></userinput></screen>
    65 
    66 <para>Build and install <application>Apache</application> by running the following commands:</para>
     64<screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config-1.patch</command></userinput></screen>
     65
     66<para>Build and install <application>Apache</application> by running the
     67following commands:</para>
    6768
    6869<screen><userinput><command>./configure --enable-layout=LFS \
    69             --enable-mods-shared=all &amp;&amp;
     70    --enable-mods-shared=all &amp;&amp;
    7071make &amp;&amp;
    7172make install</command></userinput></screen>
     
    7879<para><parameter>--with-expat=/usr</parameter>: Uses system installed
    7980expat. <emphasis>If you have installed expat and do not use this switch, the
    80 apache installation may overwrite some files from the expat installation.</emphasis></para>
     81apache installation may overwrite some files from the expat
     82installation.</emphasis></para>
     83
    8184<para><parameter>--enable-mods-shared=all</parameter>: We want modules
    8285to be compiled and used as Dynamic Shared Objects
    8386(<acronym>DSO</acronym>s) so they can be included and excluded from the
    84 server using the run-time configuration directives.
    85 </para>
     87server using the run-time configuration directives.</para>
    8688
    8789<para><parameter>--enable-ssl</parameter>: Use this switch
     
    108110
    109111<screen><userinput><command>sed -i -e "s%User nobody%User apache%" -e "s%^Group #-1%Group apache%" /etc/apache/httpd.conf</command></userinput></screen>
    110    
     112
    111113<para>See
    112114<ulink url="http://httpd.apache.org/docs-2.0/configuring.html"/> for
     
    115117
    116118<para>Install the <filename>/etc/rc.d/init.d/apache</filename>
    117 init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    118                                                                                                                
     119init script included in the <xref linkend="intro-important-bootscripts"/>
     120package.</para>
     121
    119122<screen><userinput><command>make install-apache</command></userinput></screen>
    120123
     
    181184
    182185<sect3><title>httpd</title>
    183 <para><command>httpd</command> is the <application>Apache</application> <acronym>HTTP</acronym>
    184 server program.</para></sect3>
     186<para><command>httpd</command> is the <application>Apache</application>
     187<acronym>HTTP</acronym> server program.</para></sect3>
    185188
    186189<sect3><title>instdso.sh</title>
     
    190193<sect3><title>logresolve</title>
    191194<para><command>logresolve</command> is a post-processing program to
    192 resolve <acronym>IP</acronym>-addresses in <application>Apache</application>'s access log files.</para></sect3>
     195resolve <acronym>IP</acronym>-addresses in <application>Apache</application>'s
     196access log files.</para></sect3>
    193197
    194198<sect3><title>rotatelogs</title>
    195 <para><command>rotatelogs</command> is a simple program for use in
    196 conjunction with <application>Apache</application>'s piped log file feature.</para></sect3>
     199<para><command>rotatelogs</command> is a simple program for use in conjunction
     200with <application>Apache</application>'s piped log file feature.</para></sect3>
    197201
    198202</sect2>
  • multimedia/cdwriteutils/udftools.xml

    rbb2a071c rb1623c2  
    1818<title>Introduction to <application><acronym>UDF</acronym>tools</application></title>
    1919
    20 <para>The <application><acronym>UDF</acronym>tools</application> package contains utilities
    21 for creating and mounting <acronym>CD</acronym>-<acronym>RW</acronym> disks with
     20<para>The <application><acronym>UDF</acronym>tools</application> package
     21contains utilities for creating and mounting
     22<acronym>CD</acronym>-<acronym>RW</acronym> disks with
    2223<acronym>UDF</acronym> file systems for both
    2324reading and writing. <acronym>UDF</acronym> files systems are used on
     
    2526on <acronym>DVD</acronym>.  For more details of the
    2627<acronym>UDF</acronym> file system standard see:
    27 <ulink url="http://www.osta.org"/> and <ulink
    28 url="http://www.ecma-international.org"/>.</para>
     28<ulink url="http://www.osta.org"/> and
     29<ulink url="http://www.ecma-international.org"/>.</para>
    2930
    3031<sect3><title>Package information</title>
     
    4041<itemizedlist spacing='compact'>
    4142<listitem><para>Required Patch: <ulink
    42 url="&patch-root;/linux-2.4.26-packet.patch"/></para></listitem>
     43url="&patch-root;/linux-2.4.26-packet-1.patch"/></para></listitem>
    4344<listitem><para>Patches for other kernel versions:
    4445<ulink url="http://w1.894.telia.com/~u89404340/patches/packet/"/></para></listitem>
    4546</itemizedlist></sect3>
    46 
    4747
    4848</sect2>
     
    5252
    5353<warning>
    54 <para>Note that this patch can permanently damage your
    55 <acronym>CD</acronym> drive if it is
    56 from one of the few mentioned at
     54<para>Note that this patch can permanently damage your <acronym>CD</acronym>
     55drive if it is from one of the few mentioned at
    5756<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
    5857not apply the patch without first checking out the article.</para>
     
    6261the kernel source directory:</para>
    6362
    64 <screen><userinput><command>patch -Np1 -i ../linux-2.4.26-packet.patch</command></userinput></screen>
     63<screen><userinput><command>patch -Np1 -i ../linux-2.4.26-packet-1.patch</command></userinput></screen>
    6564
    6665<para>In the kernel configuration, check your setting with those listed
     
    7473
    7574<para>If necessary, recompile the kernel with:</para>
     75
    7676<screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
    7777make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
    7878make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
    7979make CC=/opt/gcc-2.95.3/bin/gcc modules_install</command></userinput></screen>
     80
    8081<para>
    8182Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
     
    8384<filename class="directory">/boot</filename>. If you utilize
    8485<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
    85 appropriately and run <command>lilo</command>.
    86 </para>
     86appropriately and run <command>lilo</command>.</para>
    8787
    8888<para>If you built packet writer as a module, add the following to
    8989<filename>/etc/modules.conf</filename>:</para>
     90
    9091<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
    9192
     
    9495<acronym>CD</acronym>-<acronym>RW</acronym> drive you
    9596want to support:</para>
     97
    9698<screen><userinput><command>mknod /dev/pktcdvd0 b 97 0
    9799mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
     
    102104<title>Installation of <application><acronym>UDF</acronym>tools</application></title>
    103105
    104 <para>Install <application><acronym>UDF</acronym>tools</application> by running the following commands:</para>
     106<para>Install <application><acronym>UDF</acronym>tools</application> by
     107running the following commands:</para>
    105108
    106109<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    113116<title>Contents</title>
    114117
    115 <para>The <application><acronym>UDF</acronym>tools</application> package contains <command>
    116 pktsetup</command>, <command>cdrwtool</command>, and
     118<para>The <application><acronym>UDF</acronym>tools</application> package
     119contains <command>pktsetup</command>, <command>cdrwtool</command>, and
    117120<command>mkudffs</command>.</para>
    118121
     
    124127<para><command>pktsetup</command> is used to establish and break down
    125128associations between the kernel packet driver and a physical drive.</para>
     129
    126130<para>Example:
    127131<screen><command>pktsetup /dev/pktcdvd0 /dev/scd0
    128132mount /dev/pktcdvd0 /mnt/cdrom -t udf -o rw,noatime</command></screen>
     133
    129134associates the physical device <filename>/dev/scd0</filename> with the
    130135kernel packet driver <filename>/dev/pktcdvd0</filename>, then mounts a
    131 <acronym>UDF</acronym> formatted <acronym>CD-RW</acronym> for read/write
     136<acronym>UDF</acronym> formatted
     137<acronym>CD</acronym>-<acronym>RW</acronym> for read/write
    132138access.</para></sect3>
    133139
    134140<sect3><title>cdrwtool</title>
    135141<para><command>cdrwtool</command> provides facilities to manage
    136 <acronym>CD</acronym>-RW
    137 drives, including formatting new disks, setting the read and write
    138 speeds, etc. </para>
     142<acronym>CD</acronym>-<acronym>RW</acronym> drives, including formatting
     143new disks, setting the read and write speeds, etc.</para>
     144
    139145<para>Example:
    140146<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
     147
    141148prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and
    142 formats it with a <acronym>UDF</acronym>
    143 file system.</para></sect3>
     149formats it with a <acronym>UDF</acronym> file system.</para></sect3>
    144150
    145151<sect3><title>mkudffs</title>
    146152<para><command>mkudffs</command> is used to create new
    147 <acronym>UDF</acronym> file systems,
    148 it can be used on hard disks and <acronym>CD</acronym>-R as well as
     153<acronym>UDF</acronym> file systems. It can be used on hard disks and
     154<acronym>CD</acronym>-R as well as
    149155<acronym>CD</acronym>-<acronym>RW</acronym>.</para></sect3>
    150156 
    151 
    152157</sect2>
    153158
  • multimedia/libdriv/nas.xml

    rbb2a071c rb1623c2  
    3333<sect3><title>Additional downloads</title>
    3434<itemizedlist spacing='compact'>
    35 <listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison-fix.patch"/></para></listitem>
     35<listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison_fix-1.patch"/></para></listitem>
    3636</itemizedlist></sect3>
    3737
     
    4747<title>Installation of <application><acronym>NAS</acronym></application></title>
    4848
    49 <para>Install <application><acronym>NAS</acronym></application> by running the following commands:</para>
     49<para>Install <application><acronym>NAS</acronym></application> by running the
     50following commands:</para>
    5051
    51 <screen><userinput><command>patch -Np1 -i ../nas-1.6-bison-fix.patch &amp;&amp;
     52<screen><userinput><command>patch -Np1 -i ../nas-1.6-bison_fix-1.patch &amp;&amp;
    5253xmkmf &amp;&amp;
    5354make Makefiles &amp;&amp;
     
    6869<title>Command explanations</title>
    6970
    70 <para><command>xmkmf...</command>: These commands use the standard for compiling <application>X</application> based applications.</para>
     71<para><command>xmkmf...</command>: These commands use the standard for
     72compiling <application>X</application> based applications.</para>
    7173
    7274<!--
  • pst/ps/gsview.xml

    rbb2a071c rb1623c2  
    3737<itemizedlist spacing='compact'>
    3838<listitem><para>Required Patch: <ulink
    39 url="&patch-root;/gsview-&gsview-version;-pstotext.patch"/></para></listitem>
     39url="&patch-root;/gsview-&gsview-version;-pstotext-1.patch"/></para></listitem>
    4040<listitem><para>Required Patch: <ulink
    41 url="&patch-root;/gsview-&gsview-version;-lang.patch"/></para></listitem>
     41url="&patch-root;/gsview-&gsview-version;-lang-1.patch"/></para></listitem>
    4242</itemizedlist></sect3>
    4343
     
    6767<screen><userinput><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \
    6868    srcunx/unx.mak &gt; Makefile &amp;&amp;
    69 patch -Np1 -i ../gsview-&gsview-version;-pstotext.patch &amp;&amp;
    70 patch -Np1 -i ../gsview-&gsview-version;-lang.patch &amp;&amp;
     69patch -Np1 -i ../gsview-&gsview-version;-pstotext-1.patch &amp;&amp;
     70patch -Np1 -i ../gsview-&gsview-version;-lang-1.patch &amp;&amp;
    7171make &amp;&amp;
    7272make install</command></userinput></screen>
  • pst/ps/xpdf.xml

    rbb2a071c rb1623c2  
    3838<itemizedlist spacing='compact'>
    3939<listitem><para>Required Patch: <ulink
    40 url="&patch-root;/xpdf-3.00-freetype-2.1.7-hack.patch"/></para></listitem>
     40url="&patch-root;/xpdf-3.00-freetype-2.1.7_hack-1.patch"/></para></listitem>
    4141</itemizedlist></sect3>
    42                                                                                
     42
    4343<sect3><title><application>Xpdf</application> dependencies</title>
    4444<sect4><title>Required</title>
     
    6060</para>
    6161
    62 <screen><userinput><command>patch -Np1 -i ../xpdf-3.00-freetype-3.1.7-hack.patch &amp;&amp;
     62<screen><userinput><command>patch -Np1 -i ../xpdf-3.00-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/sgml/opensp.xml

    rbb2a071c rb1623c2  
    3939<sect3><title>Additional downloads</title>
    4040<itemizedlist spacing='compact'>
    41 <listitem><para>Required Patch: <ulink url="&patch-root;/OpenSP-&opensp-version;-LITLEN.patch"/></para></listitem>
     41<listitem><para>Required Patch: <ulink url="&patch-root;/OpenSP-&opensp-version;-LITLEN-1.patch"/></para></listitem>
    4242</itemizedlist></sect3>
    4343
     
    5555running <command>openjade</command>:</para>
    5656
    57 <screen><userinput><command>patch -Np1 -i ../OpenSP-&opensp-version;-LITLEN.patch</command></userinput></screen>
     57<screen><userinput><command>patch -Np1 -i ../OpenSP-&opensp-version;-LITLEN-1.patch</command></userinput></screen>
    5858
    59 <para>Install <application>OpenSP</application> by running the following commands:</para>
     59<para>Install <application>OpenSP</application> by running the following
     60commands:</para>
    6061
    6162<screen><userinput><command>./configure --prefix=/usr --disable-static --enable-http \
     
    104105support for <acronym>XML</acronym> Formatted Messages.</para>
    105106
    106 <para><command>make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</command>: This
    107 sets the pkgdatadir variable in the <filename>Makefile</filename> from
     107<para><command>make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</command>:
     108This sets the pkgdatadir variable in the <filename>Makefile</filename> from
    108109<filename class="directory">/usr/share/OpenSP</filename> to
    109110<filename class="directory">/usr/share/sgml/OpenSP-1.5</filename>.</para>
     
    118119ln -sf libosp.so /usr/lib/libsp.so</command></screen>
    119120These commands create the <application>SP</application> equivalents of
    120 <application>OpenSP</application> executables and
    121 libraries.</para>
     121<application>OpenSP</application> executables and libraries.</para>
    122122
    123123</sect2>
     
    126126<title>Contents</title>
    127127
    128 <para>The <application>OpenSP</application> package contains <command>onsgmls</command>,
     128<para>The <application>OpenSP</application> package contains
     129<command>onsgmls</command>,
    129130<command>ospam</command>, <command>osx</command>,
    130131<command>ospcat</command> and
    131132<command>ospent</command>.</para>
    132 
    133133
    134134</sect2>
     
    137137
    138138<sect3><title>onsgmls</title>
    139 <para><command>onsgmls</command> processes <acronym>SGML</acronym> files.</para></sect3>
     139<para><command>onsgmls</command> processes <acronym>SGML</acronym>
     140files.</para></sect3>
    140141
    141142<sect3><title>ospam</title>
  • pst/typesetting/tex.xml

    rbb2a071c rb1623c2  
    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-2.0.2-remove_readlink-1.patch"/></para></listitem>
    4545</itemizedlist></sect3>
    4646
     
    6969      | (umask 0; cd /usr/share/texmf; tar xvf -)</command></userinput></screen>
    7070
    71 <screen><userinput><command>patch -Np1 -i ../tetex-src-2.0.2-remove-readlink-1.patch &amp;&amp;
     71<screen><userinput><command>patch -Np1 -i ../tetex-src-2.0.2-remove_readlink-1.patch &amp;&amp;
    7272./configure --with-x=no --prefix=/usr \
    7373    --without-texinfo   --with-system-ncurses --with-system-zlib \
  • server/other/samba3.xml

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

    rbb2a071c rb1623c2  
    3434</sect3>
    3535
    36 
    3736<sect3><title>Additional downloads</title>
    3837<itemizedlist spacing='compact'>
    3938<listitem><para>Required patch (HTTP): <ulink
    40 url="&patch-root;/fluxbox-0.1.14-gcc33.patch"/></para></listitem>
     39url="&patch-root;/fluxbox-0.1.14-gcc33-1.patch"/></para></listitem>
    4140</itemizedlist>
    4241</sect3>
     
    4645<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
    4746</sect3>
    48 
    4947
    5048</sect2>
     
    5654commands:</para>
    5755
    58 <screen><userinput><command>patch -Np1 -i ../fluxbox-0.1.14-gcc33.patch &amp;&amp;
     56<screen><userinput><command>patch -Np1 -i ../fluxbox-0.1.14-gcc33-1.patch &amp;&amp;
    5957./configure --prefix=/usr --enable-kde --enable-gnome &amp;&amp;
    6058make &amp;&amp;
     
    9189<para>Be sure to backup your current <filename>.xinitrc</filename> before
    9290proceeding.</para>
     91
    9392<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    94 exec fluxbox
    95 <command>EOF</command></userinput></screen>
     93exec fluxbox<command>EOF</command></userinput></screen>
    9694
    9795<screen><userinput><command>mkdir ~/.fluxbox &amp;&amp;
  • xsoft/suites/openoffice.xml

    rbb2a071c rb1623c2  
    5757<filename class="directory">/bin</filename>,
    5858not in <filename class="directory">/usr/bin</filename>): <ulink
    59 url="&patch-root;/openoffice-&openoffice-version;-test-bin-loc.patch"/></para></listitem>
     59url="&patch-root;/openoffice-&openoffice-version;-test_bin_loc-1.patch"/></para></listitem>
    6060<listitem><para>Required patch if <xref linkend="Linux_PAM"/> is not installed: <ulink
    61 url="&patch-root;/openoffice-&openoffice-version;-no-pam.patch"/></para></listitem>
     61url="&patch-root;/openoffice-&openoffice-version;-no_pam-1.patch"/></para></listitem>
    6262<listitem><para>Required patch if compiling with <acronym>JDK</acronym> 1.4.2: <ulink
    63 url="&patch-root;/openoffice-&openoffice-version;-jdk-1.4.2-fix.patch"/></para></listitem>
     63url="&patch-root;/openoffice-&openoffice-version;-jdk-1.4.2-fix-1.patch"/></para></listitem>
    6464<listitem><para>Recommended patch: <ulink
    65 url="&patch-root;/openoffice-&openoffice-version;-domainname.patch"/></para></listitem>
     65url="&patch-root;/openoffice-&openoffice-version;-domainname-1.patch"/></para></listitem>
    6666<listitem><para>The source <acronym>TAR</acronym> ball only contains English language help. A localized help
    6767content file may be available at <ulink
     
    8282<para>If you want to optimize the build, edit
    8383<filename>solenv/inc/unxlngi4.mk</filename> and add the desired optimization
    84 flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported problems with
    85 -fomit-frame-pointer. The best option is to not use any custom optimizations.
    86 The following command removes an incorrect -mcpu option in the above file.</para>
     84flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported
     85problems with -fomit-frame-pointer. The best option is to not use any custom
     86optimizations. The following command removes an incorrect -mcpu option in the
     87above file.</para>
    8788
    8889<screen><userinput><command>sed -i "s:\-mcpu=pentiumpro::" \
    8990solenv/inc/unxlngi4.mk</command></userinput></screen>
    9091
    91 <para>Configure openoffice using the following commands. You may build install
    92 sets for only specific languages based on your preferences.
    93 If a particular component is not available
    94 in the language of your choice, the default will be English.
    95 The following option
    96 compiles all available languages. If you restrict the languages, be sure to
    97 add ENUS to the list; otherwise the build fails. Also, the build fails when
    98 the environment variable <envar>LANG</envar> is
    99 set. Unset it before compiling.</para>
     92<para>Configure <application>OpenOffice</application> using the following
     93commands. You may build install sets for only specific languages based on your
     94preferences. If a particular component is not available in the language of your
     95choice, the default will be English. The following option compiles all
     96available languages. If you restrict the languages, be sure to add ENUS to the
     97list; otherwise the build fails. Also, the build fails when the environment
     98variable <envar>LANG</envar> is set. Unset it before compiling.</para>
    10099
    101100<screen><userinput><command>cd config_office/ &amp;&amp;
    102101./configure --with-lang=ALL \
    103 --with-dict=ALL --without-fonts \
    104 --enable-libsn --with-system-zlib &amp;&amp;
     102    --with-dict=ALL --without-fonts \
     103    --enable-libsn --with-system-zlib &amp;&amp;
    105104cd ..</command></userinput></screen>
    106105
     
    108107commands.</para>
    109108
    110 <note><para>Openoffice fails to compile if the umask is set to something exotic.
    111 Set umask to 022 if you normally set it to something else.</para></note>
     109<note><para><application>OpenOffice</application> fails to compile if the
     110umask is set to something exotic. Set umask to 022 if you normally set it to
     111something else.</para></note>
    112112
    113113<screen><userinput><command>./bootstrap &amp;&amp;
     
    149149
    150150<para>
    151 <command>mv ../gpc231/gpc.* external/gpc</command>: Copy the gpc files to the appropriate location.</para>
    152 
    153 <para><parameter>--with-lang=ALL</parameter>: Make install sets for all available languages.</para>
    154 
    155 <para><parameter>--with-dict=ALL</parameter>: Install dictionaries for all available languages..</para>
    156 
    157 <para><parameter>--with-libart</parameter>: Use libart instead of gpc for polygon clipping.</para>
     151<command>mv ../gpc231/gpc.* external/gpc</command>: Copy the gpc files to the
     152appropriate location.</para>
     153
     154<para><parameter>--with-lang=ALL</parameter>: Make install sets for all
     155available languages.</para>
     156
     157<para><parameter>--with-dict=ALL</parameter>: Install dictionaries for all
     158available languages.</para>
     159
     160<para><parameter>--with-libart</parameter>: Use libart instead of gpc for
     161polygon clipping.</para>
    158162
    159163<para><parameter>--with-libsn</parameter>: Use startup-notification.</para>
    160164
    161 <para><parameter>--disable-java</parameter>: Do not build components that need java.</para>
    162 
    163 <para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon clipping capability.</para>
    164 
    165 <para><parameter>--without-fonts</parameter>: Do not install Bitstream Vera fonts since
    166 they are already bundled with X.</para>
    167 
    168 <para><command>./bootstrap</command>: Create packages required to bootstrap the build.</para>
     165<para><parameter>--disable-java</parameter>: Do not build components that need
     166java.</para>
     167
     168<para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon
     169clipping capability.</para>
     170
     171<para><parameter>--without-fonts</parameter>: Do not install Bitstream Vera
     172fonts since they are already bundled with X.</para>
     173
     174<para><command>./bootstrap</command>: Create packages required to bootstrap
     175the build.</para>
    169176
    170177<para><command>dmake</command>: Compile the package.</para>
     
    174181
    175182<para><command>for appl in swriter scalc sdraw simpress smath soffice;
    176 do ...</command>: Create links so that the package can be started from the command-line without changes to the existing path.</para>
     183do ...</command>: Create links so that the package can be started from the
     184command-line without changes to the existing path.</para>
    177185
    178186</sect2>
Note: See TracChangeset for help on using the changeset viewer.