Ignore:
Timestamp:
07/27/2004 06:14:17 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:
f14e196d
Parents:
e130cf46
Message:

Added FTP download location to OpenSP; changed FTP download location and removed redundant sed command in DocBook-DTD-3.1 instructions; added UnZip as an optional dependency and changed sed commands to in-place edits on DocBook-DTD instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/opensp.xml

    re130cf46 rcb6de2e  
    55 
    66  <!ENTITY opensp-download-http "http://download.sourceforge.net/openjade/OpenSP-&opensp-version;.tar.gz">
    7   <!ENTITY opensp-download-ftp  " ">
     7  <!ENTITY opensp-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/OpenSP-&opensp-version;.tar.gz">
    88  <!ENTITY opensp-size          "1.4 MB">
    99  <!ENTITY opensp-buildsize     "37 MB">
     
    3939<sect3><title>Additional downloads</title>
    4040<itemizedlist spacing='compact'>
    41 <listitem><para>Required Patch: <ulink
     41<listitem><para>Required Patch (removes some annoying messages that can appear
     42while running <command>openjade</command>): <ulink
    4243url="&patch-root;/OpenSP-&opensp-version;-LITLEN-1.patch"/></para></listitem>
    43 <listitem><para>Required Patch: <ulink
     44<listitem><para>Required Patch (if using
     45<application>GCC</application>-3.4.x): <ulink
    4446url="&patch-root;/OpenSP-&opensp-version;-gcc34-1.patch"/></para></listitem>
    4547</itemizedlist></sect3>
     
    8991<sect2>
    9092<title>Command explanations</title>
    91 
    92 <para><command>patch -Np1 -i ../OpenSP-&opensp-version;-LITLEN-1.patch</command>:
    93 This patch removes some annoying messages that can appear while running
    94 <command>openjade</command></para>
    95 
    96 <para><command>patch -Np1 -i ../OpenSP-&opensp-version;-gcc34-1.patch</command>:
    97 This patch fixes a build problem when using
    98 <application>GCC</application>-3.4.x.</para>
    9993
    10094<para><option>--disable-static</option>: This switch prevents
Note: See TracChangeset for help on using the changeset viewer.