Changeset e31502b


Ignore:
Timestamp:
11/16/2011 04:12:05 AM (12 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:
fb89293
Parents:
a9af283
Message:

Update to nasm-2.09.10.

Move the sections about running cvs and svn
servers adjacent to the cvs and svn build instructions.

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

Files:
5 edited
2 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    ra9af283 re31502b  
    332332<!ENTITY junit-version                "4.8.1">
    333333<!ENTITY librep-version               "0.17">
    334 <!ENTITY NASM-version                 "2.09.04">
     334<!ENTITY NASM-version                 "2.09.10">
    335335<!ENTITY pdl-version                  "2.4.2">
    336336<!ENTITY php-version                  "5.3.8">
  • general/prog/nasm.xml

    ra9af283 re31502b  
    77  <!ENTITY NASM-download-http "http://www.nasm.us/pub/nasm/releasebuilds/&NASM-version;/nasm-&NASM-version;.tar.bz2">
    88  <!ENTITY NASM-download-ftp  " ">
    9   <!ENTITY NASM-md5sum        "c11f083a501adae843d0bc3e7c106c73">
    10   <!ENTITY NASM-size          "801 KB">
    11   <!ENTITY NASM-buildsize     "25 MB (includes building and installing all docs)">
    12   <!ENTITY NASM-time          "0.4 SBU">
     9  <!ENTITY NASM-md5sum        "15c79dcb5838870a0fac15feb5fade66">
     10  <!ENTITY NASM-size          "792 KB">
     11  <!ENTITY NASM-buildsize     "17 MB" >
     12  <!ENTITY NASM-time          "0.1 SBU">
    1313]>
    1414
     
    3434    disassembler as well.</para>
    3535
    36     &lfs67_built;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757      </listitem>
    5858    </itemizedlist>
    59 <!--
     59
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing="compact">
    6262      <listitem>
    63         <para>Required patch to fix a buffer overrun vulnerability: <ulink
    64         url="&patch-root;/nasm-&NASM-version;-security_fix-1.patch"/></para>
     63        <para>Optional documentation: <ulink
     64        url="http://www.nasm.us/pub/nasm/releasebuilds/&NASM-version;/nasm-&NASM-version;-xdoc.tar.bz2"/></para>
    6565      </listitem>
    6666    </itemizedlist>
    67 -->
     67
     68    <!--
    6869    <bridgehead renderas="sect3">NASM Dependencies</bridgehead>
    6970
     
    7172    <para role="optional"><xref linkend="tetex"/> or
    7273    <xref linkend="texlive"/>, and
    73     <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para>
     74    <xref linkend="espgs"/> or <xref linkend="gs"/></para>
     75    -->
    7476
    7577    <para condition="html" role="usernotes">User Notes:
     
    8183    <title>Installation of NASM</title>
    8284
     85    <para>If you downloaded the optional documentation, put it into the
     86    source tree:</para>
     87
     88<screen><userinput>pushd ..                          &amp;&amp;
     89tar -xf nasm-&NASM-version;-xdoc.tar.bz2 &amp;&amp;
     90popd</userinput></screen>
     91
    8392    <para>Install <application>NASM</application> by running
    8493    the following commands:</para>
    8594
    8695<screen><userinput>./configure --prefix=/usr &amp;&amp;
    87 make &amp;&amp;
    88 make -C rdoff/doc &amp;&amp;
     96make</userinput></screen>
     97
     98<!-- make -C rdoff/doc &amp;&amp;
    8999make -C rdoff/doc html &amp;&amp;
    90 makeinfo --html --no-split -o rdoff/doc/rdoff.html \
     100makeinfo - -html - -no-split -o rdoff/doc/rdoff.html \
    91101                              rdoff/doc/rdoff.texi &amp;&amp;
    92 makeinfo --plaintext       -o rdoff/doc/rdoff.txt  \
     102makeinfo - -plaintext       -o rdoff/doc/rdoff.txt  \
    93103                              rdoff/doc/rdoff.texi</userinput></screen>
    94104
     
    106116make -C rdoff/doc pdf &amp;&amp;
    107117make -C rdoff/doc ps</userinput></screen>
    108 
     118-->
    109119    <para>This package does not come with a test suite.</para>
    110120
    111121    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    112122
    113 <screen role="root"><userinput>make install install_rdf &amp;&amp;
     123<screen role="root"><userinput>make install</userinput></screen>
     124
     125    <para>If you downloaded the optional documentation, install it with the
     126    following instructions as the <systemitem
     127    class="username">root</systemitem> user:</para>
     128
     129<screen role="root"><userinput>install -m755 -d         /usr/share/doc/nasm-&NASM-version;/html &amp;&amp;
     130cp -v doc/html/*.html    /usr/share/doc/nasm-&NASM-version;/html &amp;&amp;
     131cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-&NASM-version;      &amp;&amp;
     132cp -v doc/info/*         /usr/share/info                  &amp;&amp;
     133pushd /usr/share/info                                     &amp;&amp;
     134install-info nasm.info dir                                &amp;&amp;
     135popd</userinput></screen>
     136
     137<!-- install_rdf &amp;&amp;
    114138install -v -m755 -d /usr/share/doc/nasm-&NASM-version;/html &amp;&amp;
    115139install -v -m644    rdoff/doc/rdoff/* \
     
    144168<screen role="root"><userinput>install -v -m644 rdoff/doc/rdoff.p{df,s} \
    145169                 /usr/share/doc/nasm-&NASM-version;</userinput></screen>
    146 
     170-->
    147171  </sect2>
    148172
  • general/prog/prog.xml

    ra9af283 re31502b  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvs.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvsserver.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="doxygen.xml"/>
     
    4748  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ruby.xml"/>
    4849  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="subversion.xml"/>
     50  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="svnserver.xml"/>
    4951  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slang.xml"/>
    5052  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
  • introduction/welcome/changelog.xml

    ra9af283 re31502b  
    4545      <para>November 15th, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Move the sections about running cvs and svn
     49          servers adjacent to the cvs and svn build instructions.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to nasm-2.09.10.</para>
     53        </listitem>
    4754        <listitem>
    4855          <para>[bdubbs] - Update to shadow-4.1.4.3.</para>
  • server/other/other.xml

    ra9af283 re31502b  
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="virtuoso.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="soprano.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvsserver.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="svnserver.xml"/>
     31<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvsserver.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="svnserver.xml"/> -->
    3333
    3434</chapter>
Note: See TracChangeset for help on using the changeset viewer.