Changeset f23c35f4
- Timestamp:
- 04/16/2014 10:24:37 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 4259a0b2
- Parents:
- 73b53eb
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r73b53eb rf23c35f4 231 231 <!ENTITY JS-version "17.0.0"> 232 232 <!ENTITY JS2-version "24.2.0"> 233 <!ENTITY json-c-version "0.1 1">233 <!ENTITY json-c-version "0.12"> 234 234 <!ENTITY json-glib-version "1.0.0"> 235 235 <!ENTITY keyutils-version "1.5.9"> … … 334 334 335 335 <!-- Chapter 12 --> 336 <!ENTITY acpid-version "2.0.2 1">336 <!ENTITY acpid-version "2.0.22"> 337 337 <!ENTITY at-version "3.1.14"> 338 338 <!ENTITY autofs-version "5.0.9"> … … 355 355 <!ENTITY rasqal-version "0.9.32"> 356 356 <!ENTITY redland-version "1.0.17"> 357 <!ENTITY sg3_utils-version "1.3 7">357 <!ENTITY sg3_utils-version "1.38"> 358 358 <!ENTITY strigi-version "0.7.8"> 359 359 <!ENTITY sysstat-version "10.2.1"> -
general/genlib/json-c.xml
r73b53eb rf23c35f4 7 7 <!ENTITY json-c-download-http "https://s3.amazonaws.com/json-c_releases/releases/json-c-&json-c-version;.tar.gz"> 8 8 <!ENTITY json-c-download-ftp " "> 9 <!ENTITY json-c-md5sum " aa02367d2f7a830bf1e3376f77881e98">10 <!ENTITY json-c-size " 548KB">11 <!ENTITY json-c-buildsize " 5.0MB">12 <!ENTITY json-c-time "less than 0.1 SBU ">9 <!ENTITY json-c-md5sum "3ca4bbb881dfc4017e8021b5e0a8c491"> 10 <!ENTITY json-c-size "496 KB"> 11 <!ENTITY json-c-buildsize "6.7 MB"> 12 <!ENTITY json-c-time "less than 0.1 SBU (add 1.0 SBU for tests)"> 13 13 ]> 14 14 … … 92 92 </para> 93 93 94 <screen><userinput>./configure --prefix=/usr --disable-static && 94 <screen><userinput>sed -i s/-Werror// Makefile.in && 95 ./configure --prefix=/usr --disable-static && 95 96 make -j1</userinput></screen> 96 97 … … 108 109 <sect2 role="commands"> 109 110 <title>Command Explanations</title> 111 112 <para><userinput>sed ...</userinput>: This instruction removes a flag 113 that prevents one file from compiling.</para> 110 114 111 115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
general/sysutils/acpid.xml
r73b53eb rf23c35f4 7 7 <!ENTITY acpid-download-http "&sourceforge-repo;/acpid2/acpid-&acpid-version;.tar.xz"> 8 8 <!ENTITY acpid-download-ftp " "> 9 <!ENTITY acpid-md5sum " 252bb4b3a8053227e743e267d98b8a52">10 <!ENTITY acpid-size "15 0KB">11 <!ENTITY acpid-buildsize "2. 3MB">12 <!ENTITY acpid-time " 0.1 SBU">9 <!ENTITY acpid-md5sum "c8ba756030d1b21fc973ec3d640f27f1"> 10 <!ENTITY acpid-size "156 KB"> 11 <!ENTITY acpid-buildsize "2.6 MB"> 12 <!ENTITY acpid-time "less than 0.1 SBU"> 13 13 ]> 14 14 -
general/sysutils/pm-utils.xml
r73b53eb rf23c35f4 103 103 </para> 104 104 105 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \ 105 <screen><userinput>./configure --prefix=/usr \ 106 --sysconfdir=/etc \ 106 107 --docdir=/usr/share/doc/pm-utils-&pm-utils-version; && 107 108 make</userinput></screen> -
general/sysutils/sg3_utils.xml
r73b53eb rf23c35f4 7 7 <!ENTITY sg3_utils-download-http "http://sg.danny.cz/sg/p/sg3_utils-&sg3_utils-version;.tar.xz"> 8 8 <!ENTITY sg3_utils-download-ftp " "> 9 <!ENTITY sg3_utils-md5sum " ade022cf1ece91e94865e2c68d369c79">10 <!ENTITY sg3_utils-size "6 58KB">11 <!ENTITY sg3_utils-buildsize "2 1MB">9 <!ENTITY sg3_utils-md5sum "ee60a79cd4eb4fa8cebb83c0e9c3707c"> 10 <!ENTITY sg3_utils-size "684 KB"> 11 <!ENTITY sg3_utils-buildsize "20 MB"> 12 12 <!ENTITY sg3_utils-time "0.2 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r73b53eb rf23c35f4 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Updated to sg3_utils-1.38. Fixes 52 <ulink url="&blfs-ticket-root;4894">#4894</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[bdubbs] - Updated to acpid-2.0.22. Fixes 56 <ulink url="&blfs-ticket-root;4808">#4808</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[bdubbs] - Updated to json-c-0.12. Fixes 60 <ulink url="&blfs-ticket-root;4892">#4938</ulink>.</para> 61 </listitem> 62 <listitem> 51 63 <para>[bdubbs] - Updated to autofs-5.0.9. Fixes 52 64 <ulink url="&blfs-ticket-root;4892">#4892</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.