Changeset 33d86da
- Timestamp:
- 01/02/2018 07:41:48 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e319d3b
- Parents:
- 79af6e0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r79af6e0 r33d86da 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 2nd, &year;">9 <!ENTITY releasedate "January 3rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gc.xml
r79af6e0 r33d86da 7 7 <!ENTITY gc-download-http "http://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz"> 8 8 <!ENTITY gc-download-ftp " "> 9 <!ENTITY gc-md5sum " bf46ccbdaccfa3186c2ab87191c8855a">9 <!ENTITY gc-md5sum "66854af096fcd23b97dd7e1b829215c0"> 10 10 <!ENTITY gc-size "1.1 MB"> 11 <!ENTITY gc-buildsize "1 3MB (with tests)">12 <!ENTITY gc-time "0. 2SBU (with tests)">11 <!ENTITY gc-buildsize "12 MB (with tests)"> 12 <!ENTITY gc-time "0.1 SBU (with tests)"> 13 13 ]> 14 14 … … 84 84 <xref linkend="libatomic_ops"/> 85 85 </para> 86 <!-- (Gc contains a copy of87 Libatomic_ops-&gc-version; which it will compile and statically link if88 configure doesn't find Libatomic_ops installed on your system)89 </para>90 -->91 86 92 87 <para condition="html" role="usernotes"> … … 102 97 </para> 103 98 104 <screen><userinput>sed -i 's#pkgdata#doc#' doc/doc.am && 105 autoreconf -fi && 106 ./configure --prefix=/usr \ 99 <screen><userinput>./configure --prefix=/usr \ 107 100 --enable-cplusplus \ 108 101 --disable-static \ … … 119 112 120 113 <screen role="root"><userinput>make install && 121 install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3 && 122 ln -sfv gc_malloc.3 /usr/share/man/man3/gc.3</userinput></screen> 114 install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3</userinput></screen> 123 115 </sect2> 124 116 … … 127 119 128 120 <para> 129 <command>sed -i 's#pkgdata#doc#' doc/doc.am</command> and130 121 <parameter>--docdir=/usr/share/doc/gc-&gc-version;</parameter>: 131 Th ese commands areused so the package will install the122 This option is used so the package will install the 132 123 documentation in a versioned directory. 133 </para>134 135 <para>136 <command>autoreconf -fi</command>: This regenerates the137 <command>configure</command> script and the138 <filename>Makefile.in</filename> files.139 124 </para> 140 125 … … 163 148 </seg> 164 149 <seg> 165 libcord.so, libgc.so and 150 libcord.so, 151 libgc.so, and 166 152 libgccpp.so 167 153 </seg> -
introduction/welcome/changelog.xml
r79af6e0 r33d86da 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 3rd, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to gc-7.6.2. Fixes 49 <ulink url="&blfs-ticket-root;10226">#10226</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to dhcpcd-7.0.0. Fixes 53 <ulink url="&blfs-ticket-root;10225">#10225</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to libreoffice-5.4.4.2. Fixes 57 <ulink url="&blfs-ticket-root;9856">#9856</ulink>.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 44 62 <listitem> 45 63 <para>January 2nd, 2018</para> -
networking/connect/dhcpcd.xml
r79af6e0 r33d86da 7 7 <!ENTITY dhcpcd-download-http "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz"> 8 8 <!ENTITY dhcpcd-download-ftp "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz"> 9 <!ENTITY dhcpcd-md5sum " 2465624b62c1154f0e89dc69c42c849b">10 <!ENTITY dhcpcd-size " 196KB">11 <!ENTITY dhcpcd-buildsize "2. 7MB">9 <!ENTITY dhcpcd-md5sum "3b476f61490a8890ac90523400110328"> 10 <!ENTITY dhcpcd-size "204 KB"> 11 <!ENTITY dhcpcd-buildsize "2.8 MB"> 12 12 <!ENTITY dhcpcd-time "less than 0.1 SBU"> 13 13 ]> -
packages.ent
r79af6e0 r33d86da 315 315 <!--<!ENTITY gcc-java-version "7.1.0">--> 316 316 <!ENTITY gcc-ada-version "7.2.0"> 317 <!ENTITY gc-version "7.6. 0">317 <!ENTITY gc-version "7.6.2"> 318 318 <!ENTITY gdb-version "8.0.1"> 319 319 <!ENTITY git-version "2.15.1"> … … 426 426 <!-- Chapter 14 --> 427 427 <!ENTITY ppp-version "2.4.5"> 428 <!ENTITY dhcpcd-version " 6.11.5">428 <!ENTITY dhcpcd-version "7.0.0"> 429 429 <!ENTITY dhcp-version "4.3.6"> 430 430 … … 720 720 <!ENTITY gnucash-version "2.4.11"> 721 721 722 <!ENTITY libreoffice-version "5.4. 1">722 <!ENTITY libreoffice-version "5.4.4"> 723 723 <!ENTITY libreoffice-patch ".2"> 724 724 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> -
xsoft/office/libreoffice.xml
r79af6e0 r33d86da 10 10 11 11 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 12 <!ENTITY libreoffice-core-md5sum " 95cb3b05efd537716fcbf0674cbebc99">13 <!ENTITY libreoffice-core-size "18 4MB">12 <!ENTITY libreoffice-core-md5sum "e63f512803be129431e8ab788e141b0e"> 13 <!ENTITY libreoffice-core-size "185 MB"> 14 14 15 15 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz"> 16 <!ENTITY libreoffice-dict-md5sum " aaa11f4cc98207e2f95abd648ec95812">17 <!ENTITY libreoffice-dict-size " 39MB">16 <!ENTITY libreoffice-dict-md5sum "eb85b2b47f985c8475502dba91eeb9c4"> 17 <!ENTITY libreoffice-dict-size "40 MB"> 18 18 19 19 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz"> 20 <!ENTITY libreoffice-help-md5sum " 994c4f1aa14747109ef7e763597c757b">21 <!ENTITY libreoffice-help-size "2. 2MB">20 <!ENTITY libreoffice-help-md5sum "27d81cb9a790d790928e63e119488368"> 21 <!ENTITY libreoffice-help-size "2.3 MB"> 22 22 23 23 <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz"> 24 <!ENTITY libreoffice-translations-md5sum " cfc35951a952c2a79e0deba43a00c29d">25 <!ENTITY libreoffice-translations-size "13 0MB">26 27 28 <!ENTITY libreoffice-buildsize " 9.6 GB (795MB installed). Installing the whole set of languages has been reported to require up to 26 GB (2.9 GB installed)">29 <!ENTITY libreoffice-time " 41SBU with parallelism=8 + download time">24 <!ENTITY libreoffice-translations-md5sum "ea9b9a849144a16a66dae28c7bb9a597"> 25 <!ENTITY libreoffice-translations-size "131 MB"> 26 27 28 <!ENTITY libreoffice-buildsize "6.6 GB (740 MB installed). Installing the whole set of languages has been reported to require up to 26 GB (2.9 GB installed)"> 29 <!ENTITY libreoffice-time "32 SBU with parallelism=8 + download time"> 30 30 31 31 ]>
Note:
See TracChangeset
for help on using the changeset viewer.