Changeset 0e44910


Ignore:
Timestamp:
01/03/2009 10:42:16 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5e51efe
Parents:
d7e4082
Message:

Add instruction to openssl to create a directory
if running the tests before installing the first time.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd7e4082 r0e44910  
    44-->
    55
    6 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     6<!ENTITY day          "03">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "January &day;st, &year;">
     12<!ENTITY releasedate  "January &day;rd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    457457<!-- Chapter 28 & 29 -->
    458458<!ENTITY kde-version                  "3.5.9">
    459 <!ENTITY arts-version                 "1.5.9">
    460 <!ENTITY kde-dldir                    "3.5.9">
     459<!ENTITY arts-version                 "1.5.10">
     460<!ENTITY kde-dldir                    "3.5.10">
    461461<!ENTITY kde-download-http            "http://mirrors.isc.org/pub/kde/stable/&kde-dldir;/src">
    462462<!ENTITY kde-download-ftp             "ftp://ftp.kde.org/pub/kde/stable/&kde-dldir;/src">
     
    464464
    465465<!-- Chapter 30 -->
    466 <!ENTITY kdevelop-version             "3.5.1">
     466<!ENTITY kdevelop-version             "3.5.4">
    467467
    468468<!-- Part IX -->
     
    630630<!ENTITY faad2-version                "2.6.1">
    631631<!ENTITY faac-version                 "1.26">
    632 <!ENTITY nas-version                  "1.9">
     632<!ENTITY nas-version                  "1.9.1">
    633633<!ENTITY libmpeg3-version             "1.7">
    634634<!ENTITY libmad-version               "0.15.1b">
  • introduction/welcome/changelog.xml

    rd7e4082 r0e44910  
    4343
    4444    <listitem>
     45      <para>January 3rd, 2009</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated nas-1.9.1.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Tweaked sane-backends instructions for
     52          proper udev and gid settings.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[randy] - Updated to S-Lang-2.1.4.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Updated to subversion-1.5.4.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Updated to ruby-1.8.7-p72.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
     66    <listitem>
    4567      <para>January 1st, 2009</para>
    4668      <itemizedlist>
  • kde/core/arts.xml

    rd7e4082 r0e44910  
    77  <!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
    88  <!ENTITY arts-download-ftp  "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
    9   <!ENTITY arts-md5sum        "62a5e4d522314bab19288e4702480c93">
    10   <!ENTITY arts-size          "951 KB">
    11   <!ENTITY arts-buildsize     "30 MB">
    12   <!ENTITY arts-time          "1.3 SBU">
     9  <!ENTITY arts-md5sum        "6da172aab2a4a44929b5fdfc30fa3efc">
     10  <!ENTITY arts-size          "956 KB">
     11  <!ENTITY arts-buildsize     "28 MB">
     12  <!ENTITY arts-time          "1.4 SBU">
    1313]>
    1414
  • multimedia/libdriv/nas.xml

    rd7e4082 r0e44910  
    99  <!ENTITY nas-download-http "&sourceforge-repo;/nas/nas-&nas-version;.src.tar.gz">
    1010  <!ENTITY nas-download-ftp  "&sources-anduin-ftp;/n/nas-&nas-version;.src.tar.gz">
    11   <!ENTITY nas-md5sum        "aac031fae04f53bcd1e033b380b1b29d">
     11  <!ENTITY nas-md5sum        "d975efefba50b985446bb2c2cb4ee91f">
    1212  <!ENTITY nas-size          "1.4 MB">
    13   <!ENTITY nas-buildsize     "18 MB">
     13  <!ENTITY nas-buildsize     "17 MB">
    1414  <!ENTITY nas-time          "0.3 SBU">
    1515]>
     
    105105    user:</para>
    106106
    107 <screen role="root"><userinput>make install install.man &amp;&amp;
     107<screen role="root"><userinput>make XPLIB= install install.man &amp;&amp;
    108108install -v -m755 -d /usr/share/doc/nas-&nas-version;/{html,pdf} &amp;&amp;
    109109install -v -m644 doc/html/* /usr/share/doc/nas-&nas-version;/html &amp;&amp;
     
    117117    <title>Command Explanations</title>
    118118
    119     <para><command>xmkmf</command>; <command>make World</command>:
     119    <para><command>xmkmf</command>: <command>make World</command>:
    120120    These commands use the standard for compiling <application>X</application>
    121121    based applications.</para>
     122
     123    <para><option>XPLIB=</option>: This option is necessary to prevent the
     124    build system fom trying to link to an unused and depricated library.</para>
    122125
    123126  </sect2>
  • postlfs/security/openssl.xml

    rd7e4082 r0e44910  
    9393    tests:</para>
    9494
    95 <screen role="root"><userinput>install -v ./apps/openssl.cnf /etc/ssl/</userinput></screen>
     95<screen role="root"><userinput>install -vd /etc/ssl &amp;&amp;
     96install -v ./apps/openssl.cnf /etc/ssl/</userinput></screen>
    9697
    9798    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.