Changeset caee7667
- Timestamp:
- 09/30/2017 02:30:36 AM (6 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:
- 11f3b7e
- Parents:
- 5f9e42c9
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5f9e42c9 rcaee7667 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 8"> <!-- Always 2 digits -->3 <!ENTITY day "29"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 2 8th, &year;">9 <!ENTITY releasedate "September 29th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/ninja.xml
r5f9e42c9 rcaee7667 7 7 <!ENTITY ninja-download-http "https://github.com/ninja-build/ninja/archive/v&ninja-version;/ninja-&ninja-version;.tar.gz"> 8 8 <!ENTITY ninja-download-ftp " "> 9 <!ENTITY ninja-md5sum " 7b482218757acbaeac4d4d54a3cd94e1">10 <!ENTITY ninja-size "1 76KB">11 <!ENTITY ninja-buildsize " 58.0MB">9 <!ENTITY ninja-md5sum "5fdb04461cc7f5d02536b3bfc0300166"> 10 <!ENTITY ninja-size "184 KB"> 11 <!ENTITY ninja-buildsize "48 MB"> 12 12 <!ENTITY ninja-time "0.2 SBU"> 13 13 ]> … … 35 35 </para> 36 36 37 <note> 38 <para>This package was installed as a part of the base LFS 39 system. The only reason to reinstall is to use the optional 40 dependencies for additional support files or documentaiton. 41 </para> 42 </note> 43 37 44 &lfs81_checked; 38 45 … … 44 51 </para> 45 52 </listitem> 46 <!--<listitem>53 <listitem> 47 54 <para> 48 55 Download (FTP): <ulink url="&ninja-download-ftp;"/> 49 56 </para> 50 </listitem> -->57 </listitem> 51 58 <listitem> 52 59 <para> … … 75 82 <bridgehead renderas="sect4">Required</bridgehead> 76 83 <para role="required"> 77 <xref linkend="python 2"/>84 <xref linkend="python3"/> 78 85 </para> 79 86 80 87 <bridgehead renderas="sect4">Optional</bridgehead> 81 88 <para role="optional"> 89 <xref linkend="asciidoc"/> (to build the manual), 90 <xref linkend="emacs"/> (to generate lisp files), 91 <xref linkend="doxygen"/> (to build API documentation), and 82 92 <ulink url="http://re2c.sourceforge.net/">re2c</ulink> 83 (only needed to modify the build), <xref linkend="emacs"/> (to generate 84 lisp files), <xref linkend="asciidoc"/> (to build the manual), and 85 <xref linkend="doxygen"/> (to build API documentation) 93 (only needed to modify the build) 86 94 </para> 87 95 … … 100 108 </para> 101 109 102 <screen><userinput> ./configure.py --bootstrap</userinput></screen>110 <screen><userinput>python3 configure.py --bootstrap</userinput></screen> 103 111 104 112 <para>If Emacs is installed and you wish to build lisp files:</para> … … 110 118 </para> 111 119 112 <screen><userinput> ./configure.py &&113 ./ninja ninja_test &&120 <screen><userinput>python3 configure.py && 121 ./ninja ninja_test && 114 122 ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots</userinput></screen> 115 123 … … 124 132 /usr/share/bash-completion/completions/ninja && 125 133 install -vDm644 misc/zsh-completion \ 126 /usr/share/zsh/site-functions/_ninja 127 </userinput></screen> 134 /usr/share/zsh/site-functions/_ninja</userinput></screen> 128 135 129 136 <para> -
general/prog/perl-modules.xml
r5f9e42c9 rcaee7667 70 70 71 71 <!ENTITY libwww-perl-download-http "&perl_authors;/id/O/OA/OALDERS/libwww-perl-&LWP-version;.tar.gz"> 72 <!ENTITY libwww-perl-md5sum " 457bf4a4f40af3e2f43653329a9c6ab7">72 <!ENTITY libwww-perl-md5sum "3eff719cfaddb6c52b9096550a425d5f"> 73 73 74 74 <!ENTITY Lingua-Translit-download-http "&perl_authors;/id/A/AL/ALINKE/Lingua-Translit-&Lingua-Translit-version;.tar.gz"> -
introduction/welcome/changelog.xml
r5f9e42c9 rcaee7667 43 43 --> 44 44 <listitem> 45 <para>September 29th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to libwww-perl-6.27 (perl-module). Fixes 49 <ulink url="&blfs-ticket-root;9802">#9802</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to ninja-1.8.2. Fixes 53 <ulink url="&blfs-ticket-root;9793">#9793</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update /etc/profile script to accomodate 57 systemd. Fixes 58 <ulink url="&blfs-ticket-root;9790">#9790</ulink>.</para> 59 </listitem> 60 </itemizedlist> 61 </listitem> 62 63 <listitem> 45 64 <para>September 28th, 2017</para> 46 65 <itemizedlist> -
packages.ent
r5f9e42c9 rcaee7667 315 315 <!ENTITY mercurial-version "4.3.2"> 316 316 <!ENTITY nasm-version "2.13.01"> 317 <!ENTITY ninja-version "1. 7.2">317 <!ENTITY ninja-version "1.8.2"> 318 318 <!ENTITY npapi-sdk-version "0.27.2"> 319 319 <!ENTITY php-version "7.1.9"> … … 368 368 <!ENTITY List-MoreUtils-version "0.425"> 369 369 <!ENTITY Log-Log4perl-version "1.49"> 370 <!ENTITY LWP-version "6.2 6">370 <!ENTITY LWP-version "6.27"> 371 371 <!ENTITY LWP-Protocol-https-version "6.06"> 372 372 <!ENTITY Module-Build-version "0.4224"> -
postlfs/config/profile.xml
r5f9e42c9 rcaee7667 145 145 146 146 # Set some defaults for graphical systems 147 export XDG_DATA_DIRS= /usr/share/148 export XDG_CONFIG_DIRS= /etc/xdg/149 export XDG_RUNTIME_DIR= /tmp/xdg-$USER147 export XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/share/} 148 export XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS:-/etc/xdg/} 149 export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/xdg-$USER} 150 150 151 151 # Setup a red prompt for root and a green one for users.
Note:
See TracChangeset
for help on using the changeset viewer.