Changeset a9e90a5


Ignore:
Timestamp:
10/31/2010 06:51:10 PM (13 years ago)
Author:
Ken Moffat <ken@…>
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:
1fb813d
Parents:
ca0c5e90
Message:

Update nasm. Note that the PDF docs need TeX.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rca0c5e90 ra9e90a5  
    44-->
    55
    6 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     6<!ENTITY day          "31">                   <!-- Always 2 digits -->
    77<!ENTITY month        "10">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "October &day;th, &year;">
     12<!ENTITY releasedate  "October &day;st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    305305<!ENTITY junit-version                "4.8.1">
    306306<!ENTITY librep-version               "0.17">
    307 <!ENTITY NASM-version                 "2.08">
     307<!ENTITY NASM-version                 "2.09">
    308308<!ENTITY pdl-version                  "2.4.2">
    309309<!ENTITY php-version                  "5.3.2">
  • general/prog/nasm.xml

    rca0c5e90 ra9e90a5  
    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        "aa229cdc849293813bff52502772f73c">
    10   <!ENTITY NASM-size          "782 KB">
    11   <!ENTITY NASM-buildsize     "24 MB (includes building and installing all docs)">
    12   <!ENTITY NASM-time          "0.3 SBU">
     9  <!ENTITY NASM-md5sum        "bf224f073b3181186114c93e6695e6ac">
     10  <!ENTITY NASM-size          "781 KB">
     11  <!ENTITY NASM-buildsize     "25 MB (includes building and installing all docs)">
     12  <!ENTITY NASM-time          "0.4 SBU">
    1313]>
    1414
     
    3434    disassembler as well.</para>
    3535
     36    &lfs67_built;
     37
    3638    <bridgehead renderas="sect3">Package Information</bridgehead>
    3739    <itemizedlist spacing="compact">
     
    8688make -C rdoff/doc html</userinput></screen>
    8789
    88     <para>To build the base <application>NASM</application> and RDOFF PDF
     90    <para>To build the base <application>NASM</application>
    8991    documentation, ensure you have <xref linkend="gs"/> installed and
    9092    issue:</para>
    9193
    92 <screen><userinput>make doc &amp;&amp;
    93 make -C rdoff/doc pdf</userinput></screen>
    94 
    95     <para>To build the RDOFF Postscript documentation,
     94<screen><userinput>make doc</userinput></screen>
     95
     96    <para>To build the RDOFF PDF and Postscript documentation,
    9697    ensure you have <xref linkend="tetex"/> installed and issue:</para>
    9798
    9899<screen><userinput>sed -i -e "s/dvips \$&lt;/&amp; -o rdoff.ps/" rdoff/doc/Makefile &amp;&amp;
     100make -C rdoff/doc pdf &amp;&amp;
    99101make -C rdoff/doc ps</userinput></screen>
    100102
     
    128130    for FILENAME in *; do install-info $FILENAME dir; done &amp;&amp;
    129131    unset FILENAME &amp;&amp;
    130 popd                  &amp;&amp;
    131 
    132 install -v -m644 rdoff/doc/rdoff.pdf \
    133                  /usr/share/doc/nasm-&NASM-version;</userinput></screen>
    134 
    135     <para>Lastly, if you built the RDOFF Postscript documentation, install it
    136     using the following command as the
     132popd</userinput></screen>
     133
     134    <para>Lastly, if you built the RDOFF PDF and Postscript documentation,
     135    install it using the following command as the
    137136    <systemitem class="username">root</systemitem> user:</para>
    138137
    139 <screen role="root"><userinput>install -v -m644 rdoff/doc/rdoff.ps \
     138<screen role="root"><userinput>install -v -m644 rdoff/doc/rdoff.p{df,s} \
    140139                 /usr/share/doc/nasm-&NASM-version;</userinput></screen>
    141140
  • introduction/welcome/changelog.xml

    rca0c5e90 ra9e90a5  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>October 31st, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Updated to nasm-2.09 (fixes ticket
     49          <ulink url="&blfs-ticket-root;3181">#3181</ulink>)</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
Note: See TracChangeset for help on using the changeset viewer.