Changeset 33d86da for general/prog


Ignore:
Timestamp:
01/02/2018 07:41:48 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e319d3b
Parents:
79af6e0
Message:

Update to gc-7.6.2.
Update to dhcpcd-7.0.0.
Update to libreoffice-5.4.4.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gc.xml

    r79af6e0 r33d86da  
    77  <!ENTITY gc-download-http "http://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz">
    88  <!ENTITY gc-download-ftp  " ">
    9   <!ENTITY gc-md5sum        "bf46ccbdaccfa3186c2ab87191c8855a">
     9  <!ENTITY gc-md5sum        "66854af096fcd23b97dd7e1b829215c0">
    1010  <!ENTITY gc-size          "1.1 MB">
    11   <!ENTITY gc-buildsize     "13 MB (with tests)">
    12   <!ENTITY gc-time          "0.2 SBU (with tests)">
     11  <!ENTITY gc-buildsize     "12 MB (with tests)">
     12  <!ENTITY gc-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    8484      <xref linkend="libatomic_ops"/>
    8585    </para>
    86 <!--      (Gc contains a copy of
    87       Libatomic_ops-&gc-version; which it will compile and statically link if
    88       configure doesn't find Libatomic_ops installed on your system)
    89     </para>
    90 -->
    9186
    9287    <para condition="html" role="usernotes">
     
    10297    </para>
    10398
    104 <screen><userinput>sed -i 's#pkgdata#doc#' doc/doc.am &amp;&amp;
    105 autoreconf -fi  &amp;&amp;
    106 ./configure --prefix=/usr      \
     99<screen><userinput>./configure --prefix=/usr      \
    107100            --enable-cplusplus \
    108101            --disable-static   \
     
    119112
    120113<screen role="root"><userinput>make install &amp;&amp;
    121 install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3 &amp;&amp;
    122 ln -sfv gc_malloc.3 /usr/share/man/man3/gc.3</userinput></screen>
     114install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3</userinput></screen>
    123115  </sect2>
    124116
     
    127119
    128120    <para>
    129       <command>sed -i 's#pkgdata#doc#' doc/doc.am</command> and
    130121      <parameter>--docdir=/usr/share/doc/gc-&gc-version;</parameter>:
    131       These commands are used so the package will install the
     122      This option is used so the package will install the
    132123      documentation in a versioned directory.
    133     </para>
    134 
    135     <para>
    136       <command>autoreconf -fi</command>: This regenerates the
    137       <command>configure</command> script and the
    138       <filename>Makefile.in</filename> files.
    139124    </para>
    140125
     
    163148        </seg>
    164149        <seg>
    165           libcord.so, libgc.so and
     150          libcord.so,
     151          libgc.so, and
    166152          libgccpp.so
    167153        </seg>
Note: See TracChangeset for help on using the changeset viewer.