Changeset 1f828cf


Ignore:
Timestamp:
01/03/2011 07:08:36 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
15f202b
Parents:
ea0d62a
Message:

Updated to NASM-2.09.04

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rea0d62a r1f828cf  
    305305<!ENTITY junit-version                "4.8.1">
    306306<!ENTITY librep-version               "0.17">
    307 <!ENTITY NASM-version                 "2.09">
     307<!ENTITY NASM-version                 "2.09.04">
    308308<!ENTITY pdl-version                  "2.4.2">
    309309<!ENTITY php-version                  "5.3.3">
  • general/prog/nasm.xml

    rea0d62a r1f828cf  
    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        "bf224f073b3181186114c93e6695e6ac">
    10   <!ENTITY NASM-size          "781 KB">
     9  <!ENTITY NASM-md5sum        "c11f083a501adae843d0bc3e7c106c73">
     10  <!ENTITY NASM-size          "801 KB">
    1111  <!ENTITY NASM-buildsize     "25 MB (includes building and installing all docs)">
    1212  <!ENTITY NASM-time          "0.4 SBU">
     
    8686make &amp;&amp;
    8787make -C rdoff/doc &amp;&amp;
    88 make -C rdoff/doc html</userinput></screen>
     88make -C rdoff/doc html &amp;&amp;
     89makeinfo --html --no-split -o rdoff/doc/rdoff.html \
     90                              rdoff/doc/rdoff.texi &amp;&amp;
     91makeinfo --plaintext       -o rdoff/doc/rdoff.txt  \
     92                              rdoff/doc/rdoff.texi</userinput></screen>
    8993
    9094    <para>To build the base <application>NASM</application>
     
    107111<screen role="root"><userinput>make install install_rdf &amp;&amp;
    108112install -v -m755 -d /usr/share/doc/nasm-&NASM-version;/html &amp;&amp;
    109 install -v -m644    rdoff/doc/v1-v2.txt \
    110                     /usr/share/doc/nasm-&NASM-version; &amp;&amp;
    111 cp -v -R            rdoff/doc/rdoff \
     113install -v -m644    rdoff/doc/rdoff/* \
    112114                    /usr/share/doc/nasm-&NASM-version;/html &amp;&amp;
     115install -v -m644    rdoff/doc/{*.txt,rdoff.html} \
     116                    /usr/share/doc/nasm-&NASM-version;      &amp;&amp;
    113117install -v -m644    rdoff/doc/rdoff.info* \
    114118                    /usr/share/info &amp;&amp;
  • introduction/welcome/changelog.xml

    rea0d62a r1f828cf  
    4545      <para>January 3rd, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to NASM-2.09.04.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to Qt-4.7.1.</para>
Note: See TracChangeset for help on using the changeset viewer.