Changeset e6b0c4d
- Timestamp:
- 12/04/2016 08:31:34 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 18174f3
- Parents:
- aee479c
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
raee479c re6b0c4d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 3rd&year;">9 <!ENTITY releasedate "December 4th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/babl.xml
raee479c re6b0c4d 10 10 <!-- <!ENTITY babl-download-ftp 11 11 "ftp://ftp.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">--> 12 <!ENTITY babl-md5sum " 355bf04bb68cabec87b0981fea00b015">13 <!ENTITY babl-size " 748KB">14 <!ENTITY babl-buildsize "1 3MB (with tests)">12 <!ENTITY babl-md5sum "b66682d1c3e209001eabf1294b72d841"> 13 <!ENTITY babl-size "600 KB"> 14 <!ENTITY babl-buildsize "12 MB (with tests)"> 15 15 <!ENTITY babl-time "0.2 SBU (with tests)"> 16 16 ]> -
general/prog/cmake.xml
raee479c re6b0c4d 7 7 <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 3801dc4e54c1c957a7378d8b0d4254ba">9 <!ENTITY cmake-md5sum "d031d5a06e9f1c5367cdfc56fbd2a1c8"> 10 10 <!ENTITY cmake-size "7.0 MB"> 11 11 <!ENTITY cmake-buildsize "293 MB (646 MB with tests and cmake-gui)"> -
introduction/welcome/changelog.xml
raee479c re6b0c4d 45 45 46 46 <listitem> 47 <para>December 4th, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to rpcbind-0.2.4. Fixes 51 <ulink url="&blfs-ticket-root;8592">#8592</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Update to cmake-3.7.1. Fixes 55 <ulink url="&blfs-ticket-root;8591">#8591</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[bdubbs] - Update to babl-0.1.22. Fixes 59 <ulink url="&blfs-ticket-root;8586">#8586</ulink>.</para> 60 </listitem> 61 </itemizedlist> 62 </listitem> 63 64 <listitem> 47 65 <para>December 3rd, 2016</para> 48 66 <itemizedlist> -
networking/netprogs/rpcbind.xml
raee479c re6b0c4d 7 7 <!ENTITY rpcbind-download-http "&sourceforge-repo;/rpcbind/rpcbind-&rpcbind-version;.tar.bz2"> 8 8 <!ENTITY rpcbind-download-ftp " "> 9 <!ENTITY rpcbind-md5sum "c 8875246b2688a1adfbd6ad43480278d">9 <!ENTITY rpcbind-md5sum "cf10cd41ed8228fc54c316191c1f07fe"> 10 10 <!ENTITY rpcbind-size "120 KB"> 11 <!ENTITY rpcbind-buildsize " 2MB">11 <!ENTITY rpcbind-buildsize "1.6 MB"> 12 12 <!ENTITY rpcbind-time "less than 0.1 SBU"> 13 13 ]> … … 57 57 </listitem> 58 58 </itemizedlist> 59 59 <!-- 60 60 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 61 61 <itemizedlist spacing="compact"> … … 67 67 </listitem> 68 68 </itemizedlist> 69 69 --> 70 70 <bridgehead renderas="sect3">rpcbind Dependencies</bridgehead> 71 71 … … 98 98 properly, first fix the package to use correct service name:</para> 99 99 100 <screen><userinput>sed -i "/servname/s:rpcbind:sunrpc:" src/rpcbind.c &&</userinput></screen>100 <screen><userinput>sed -i "/servname/s:rpcbind:sunrpc:" src/rpcbind.c</userinput></screen> 101 101 102 102 <para>Install <application>rpcbind</application> by running the following 103 103 commands:</para> 104 104 105 <screen revision="sysv"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch && 106 107 ./configure --prefix=/usr \ 105 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 108 106 --bindir=/sbin \ 109 107 --with-rpcuser=root \ … … 111 109 make</userinput></screen> 112 110 113 <screen revision="systemd"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch && 114 115 ./configure --prefix=/usr \ 111 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 116 112 --bindir=/sbin \ 117 113 --with-rpcuser=rpc && … … 133 129 134 130 <para revision="sysv"><command>--without-systemdsystemunitdir</command>: 135 BLFS does not support systemd.</para>131 This version of BLFS does not support systemd.</para> 136 132 137 133 <para revision="systemd"><parameter>--with-rpcuser=rpc</parameter>: -
packages.ent
raee479c re6b0c4d 173 173 <!-- Chapter 10 --> 174 174 <!ENTITY aalib-version "1.4rc5"> 175 <!ENTITY babl-version "0.1.2 0">175 <!ENTITY babl-version "0.1.22"> 176 176 <!ENTITY exiv2-version "0.25"> 177 177 <!ENTITY freetype2-version "2.7"> … … 278 278 <!ENTITY clisp-version "2.49"> 279 279 <!ENTITY cmake-major-version "3.7"> 280 <!ENTITY cmake-minor-version " 0">280 <!ENTITY cmake-minor-version "1"> 281 281 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 282 282 <!--<!ENTITY cvs-version "1.11.23">--> … … 398 398 <!ENTITY nfs-utils-version "1.3.4"> 399 399 <!ENTITY ntp-version "4.2.8p9"> 400 <!ENTITY rpcbind-version "0.2. 3">400 <!ENTITY rpcbind-version "0.2.4"> 401 401 <!ENTITY rsync-version "3.1.2"> 402 402 <!ENTITY samba-version "4.5.0">
Note:
See TracChangeset
for help on using the changeset viewer.