Changeset eecae1f9
- Timestamp:
- 03/23/2017 07:31:04 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.1, 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:
- 0acce93
- Parents:
- 21ff1eb
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r21ff1eb reecae1f9 8 8 "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz"> 9 9 <!ENTITY python3-download-ftp " "> 10 <!ENTITY python3-md5sum " 82b143ebbf4514d7e05876bed7a6b1f5">10 <!ENTITY python3-md5sum "692b4fc3a2ba0d54d1495d4ead5b0b5c"> 11 11 <!ENTITY python3-size "16 MB"> 12 <!ENTITY python3-buildsize "355 MB (with docs; add 30MB for the tests)">13 <!ENTITY python3-time "1.3 SBU (add 1.0SBU for the tests)">12 <!ENTITY python3-buildsize "355 MB (with docs; add 25 MB for the tests)"> 13 <!ENTITY python3-time "1.3 SBU (add 0.6 SBU for the tests)"> 14 14 15 15 <!ENTITY python3htmldoc-download-http … … 166 166 <command>configure</command> switches above, run <command>make</command>, 167 167 then <command>make test</command>. Remember that tests must be executed 168 using an X terminal. One test fails for unknown reasons.168 using an X terminal. 169 169 </para> 170 170 -
introduction/welcome/changelog.xml
r21ff1eb reecae1f9 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to ntp-4.2.8p10. Fixes 49 <ulink url="&blfs-ticket-root;9039">#9039</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - python3-3.6.1. Fixes 53 <ulink url="&blfs-ticket-root;9038">#9038</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[renodr] - Update to pyatspi2-2.24.0. Partially fixes 49 57 <ulink url="&blfs-ticket-root;9024">#9024</ulink>.</para> -
networking/netprogs/ntp.xml
r21ff1eb reecae1f9 8 8 <!-- <!ENTITY ntp-download-ftp "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">--> 9 9 <!ENTITY ntp-download-ftp " "> 10 <!ENTITY ntp-md5sum " 857452b05f5f2e033786f77ade1974ed">11 <!ENTITY ntp-size "6. 9MB">12 <!ENTITY ntp-buildsize " 96MB (with tests)">10 <!ENTITY ntp-md5sum "745384ed0dedb3f66b33fe84d66466f9"> 11 <!ENTITY ntp-size "6.7 MB"> 12 <!ENTITY ntp-buildsize "102 MB (with tests)"> 13 13 <!ENTITY ntp-time "0.7 SBU (with tests)"> 14 14 ]> … … 100 100 the following commands:</para> 101 101 102 <screen><userinput>./configure --prefix=/usr \ 102 <screen><userinput>./configure CFLAGS="-O2 -g -fPIC" \ 103 --prefix=/usr \ 103 104 --bindir=/usr/sbin \ 104 105 --sysconfdir=/etc \ … … 119 120 <sect2 role="commands"> 120 121 <title>Command Explanations</title> 122 123 <para><envar>CFLAGS="-O2 -g -fPIC"</envar>: This environment variable 124 is necessary to generate Position Independent Code needed for 125 use in the package libraries.</para> 121 126 122 127 <para><parameter>--bindir=/usr/sbin</parameter>: This parameter places -
packages.ent
r21ff1eb reecae1f9 303 303 <!ENTITY php-version "7.1.3"> 304 304 <!ENTITY python2-version "2.7.13"> 305 <!ENTITY python3-version "3.6. 0">305 <!ENTITY python3-version "3.6.1"> 306 306 <!ENTITY ruby-minor-version "2.4"> 307 307 <!ENTITY ruby-patch-version "0"> … … 402 402 <!ENTITY net-tools-version "CVS_20101030"> 403 403 <!ENTITY nfs-utils-version "2.1.1"> 404 <!ENTITY ntp-version "4.2.8p 9">404 <!ENTITY ntp-version "4.2.8p10"> 405 405 <!ENTITY rpcbind-version "0.2.4"> 406 406 <!ENTITY rsync-version "3.1.2">
Note:
See TracChangeset
for help on using the changeset viewer.