Changeset b0b87ad6
- Timestamp:
- 10/03/2014 07:42:33 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 32b1094f
- Parents:
- fe2b18a
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/icu.xml
rfe2b18a rb0b87ad6 8 8 "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz"> 9 9 <!ENTITY icu-download-ftp " "> 10 <!ENTITY icu-md5sum " b73baa6fbdfef197608d1f69300919b9">11 <!ENTITY icu-size "2 3MB">12 <!ENTITY icu-buildsize " 294 MB (additional 25MB for the tests)">13 <!ENTITY icu-time "1. 2 SBU (additional 1.5SBU for the tests)">10 <!ENTITY icu-md5sum "e844caed8f2ca24c088505b0d6271bc0"> 11 <!ENTITY icu-size "24 MB"> 12 <!ENTITY icu-buildsize "354 MB (additional 30 MB for the tests)"> 13 <!ENTITY icu-time "1.4 SBU (additional 1.9 SBU for the tests)"> 14 14 ]> 15 15 -
general/sysutils/at.xml
rfe2b18a rb0b87ad6 7 7 <!ENTITY at-download-http "http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz"> 8 8 <!ENTITY at-download-ftp "ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz"> 9 <!ENTITY at-md5sum " f0f96db22e3a174b53ce4beeeb848839">9 <!ENTITY at-md5sum "d05da75d9b75d93917ffb16ab48b1e19"> 10 10 <!ENTITY at-size "124 KB"> 11 <!ENTITY at-buildsize "1. 5MB">11 <!ENTITY at-buildsize "1.8 MB"> 12 12 <!ENTITY at-time "less than 0.1 SBU"> 13 13 ]> … … 107 107 --with-daemon_username=atd \ 108 108 --with-daemon_groupname=atd \ 109 SENDMAIL=/usr/sbin/sendmail &&109 SENDMAIL=/usr/sbin/sendmail && 110 110 make -j1</userinput></screen> 111 111 -
introduction/welcome/changelog.xml
rfe2b18a rb0b87ad6 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Update to utils-1.3.1. Fixes 52 Fixes <ulink url="&blfs-ticket-root;5589">#5589</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[bdubbs] - Update to icu4c-54_1. Fixes 56 Fixes <ulink url="&blfs-ticket-root;5515">#5515</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[bdubbs] - Update to at_3.1.16. Fixes 60 Fixes <ulink url="&blfs-ticket-root;5516">#5516</ulink>.</para> 61 </listitem> 62 <listitem> 51 63 <para>[igor] - Update to xf86-video-ati-7.5.0. Fixes 52 64 <ulink url="&blfs-ticket-root;5618">#5618</ulink>.</para> -
networking/netprogs/nfs-utils.xml
rfe2b18a rb0b87ad6 7 7 <!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2"> 8 8 <!ENTITY nfs-utils-download-ftp " "> 9 <!ENTITY nfs-utils-md5sum " 3ac3726eda563946d1f44ac3e5b61d56">10 <!ENTITY nfs-utils-size "76 3KB">11 <!ENTITY nfs-utils-buildsize " 16MB">9 <!ENTITY nfs-utils-md5sum "97f157f954edb6d4d4385a0c5986f36f"> 10 <!ENTITY nfs-utils-size "768 KB"> 11 <!ENTITY nfs-utils-buildsize "20 MB"> 12 12 <!ENTITY nfs-utils-time "0.2 SBU"> 13 13 ]> … … 56 56 <listitem> 57 57 <para>Estimated build time: &nfs-utils-time;</para> 58 </listitem>59 </itemizedlist>60 61 <bridgehead renderas="sect3">Additional Download</bridgehead>62 <itemizedlist spacing="compact">63 <listitem>64 <para>65 Required patch:66 <ulink url="&patch-root;/nfs-utils-&nfs-utils-version;-gcc_4_9-1.patch"/>67 </para>68 58 </listitem> 69 59 </itemizedlist> … … 121 111 <title>Installation of NFS Utilities</title> 122 112 123 <para>Before you compile the program, ensure that the 124 <systemitem class="username">nobody</systemitem> user and125 <systemitem class="groupname">nogroup</systemitem> group have been126 created. You can add them by running the following commands as the127 <systemitem class="username">root</systemitem> user:</para>113 <para>Before you compile the program, ensure that the <systemitem 114 class="username">nobody</systemitem> user and <systemitem 115 class="groupname">nogroup</systemitem> group have been created as done in 116 the current LFS book. You can add them by running the following commands 117 as the <systemitem class="username">root</systemitem> user:</para> 128 118 129 119 <screen role="root"><userinput>groupadd -g 99 nogroup && … … 148 138 the following commands:</para> 149 139 150 <screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-gcc_4_9-1.patch && 151 ./configure --prefix=/usr \ 140 <screen><userinput>./configure --prefix=/usr \ 152 141 --sysconfdir=/etc \ 153 142 --without-tcp-wrappers \ -
packages.ent
rfe2b18a rb0b87ad6 90 90 <!ENTITY gsl-version "1.16"> 91 91 92 <!ENTITY icu-major "5 3">92 <!ENTITY icu-major "54"> 93 93 <!ENTITY icu-minor "1"> 94 94 <!ENTITY icu-patch "0"> … … 209 209 <!-- Chapter 12 --> 210 210 <!ENTITY acpid-version "2.0.23"> 211 <!ENTITY at-version "3.1.1 5">211 <!ENTITY at-version "3.1.16"> 212 212 <!ENTITY autofs-version "5.1.0"> 213 213 <!ENTITY bluez-version "5.23"> … … 343 343 <!ENTITY ncftp-version "3.2.5"> 344 344 <!ENTITY net-tools-version "CVS_20101030"> 345 <!ENTITY nfs-utils-version "1.3. 0">345 <!ENTITY nfs-utils-version "1.3.1"> 346 346 <!ENTITY ntp-version "4.2.6p5"> 347 347 <!ENTITY rpcbind-version "0.2.1">
Note:
See TracChangeset
for help on using the changeset viewer.