Changeset 25e9ce9


Ignore:
Timestamp:
06/26/2019 04:18:28 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
b72ee6a
Parents:
284586c
Message:

Merge to HEAD 21727.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21729 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r284586c r25e9ce9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day; elogind">
    9 <!ENTITY releasedate  "June 22nd, &year;">
     9<!ENTITY releasedate  "June 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gcc.xml

    r284586c r25e9ce9  
    3333      The <application>GCC</application> package contains the GNU Compiler
    3434      Collection. This page describes the installation of compilers for the
    35       following languages: C, C++, Fortran, Objective C, Objective C++, and Go.
     35      following languages: C, C++, D, Fortran, Objective C, Objective C++, and Go.
    3636      <!--One additional language, Ada, is available in the collection. It has
    3737      a binary bootstrap requirement for the first installation, so it is
     
    188188esac
    189189
    190 mkdir build                                          &amp;&amp;
    191 cd    build                                          &amp;&amp;
    192 
    193 ../configure                                         \
    194     --prefix=/usr                                    \
    195     --disable-multilib                               \
    196     --disable-libmpx                                 \
    197     --with-system-zlib                               \
    198     --enable-languages=c,c++,fortran,go,objc,obj-c++ &amp;&amp;
     190mkdir build                                            &amp;&amp;
     191cd    build                                            &amp;&amp;
     192
     193../configure                                           \
     194    --prefix=/usr                                      \
     195    --disable-multilib                                 \
     196    --disable-libmpx                                   \
     197    --with-system-zlib                                 \
     198    --enable-languages=c,c++,d,fortran,go,objc,obj-c++ &amp;&amp;
    199199make</userinput></screen>
    200200
     
    275275
    276276    <para>
    277       <parameter>--enable-languages=c,c++,fortran,go,objc,obj-c++</parameter>:
     277      <parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>:
    278278      This command identifies which languages to build. You may modify
    279279      this command to remove undesired languages. Two other languages can be
     
    349349      <seglistitem>
    350350        <seg>
    351           gccgo, go, gofmt, and gfortran, hard-linked to architecture specific
    352           names
     351          gccgo, go, gofmt, gdc and gfortran, hard-linked to architecture
     352          specific names
    353353        </seg>
    354354        <seg>
    355355          libgfortran.{so,a},
     356          libgdruntime.{so,a}, libgphobos.{so,a}
    356357          libgo.{so,a}, libgobegin.a, libgolibbegin.a,
    357358          libobjc.{so,a}, and numerous other run-time libraries and executables
     
    405406      </varlistentry>
    406407
     408      <varlistentry id="gdc">
     409        <term><command>gdc</command></term>
     410        <listitem>
     411          <para>
     412            is a GCC-based compiler for the <application>D</application>
     413            language.
     414          </para>
     415          <indexterm zone="gcc gdc">
     416            <primary sortas="b-gdc">gdc</primary>
     417          </indexterm>
     418        </listitem>
     419      </varlistentry>
     420
    407421      <varlistentry id="gfortran">
    408422        <term><command>gfortran</command></term>
  • general/prog/vala.xml

    r284586c r25e9ce9  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "0b2b537bb098843f892f138cbdf0c6df">
     9  <!ENTITY vala-md5sum        "1e8b8595168446c529b11236cf75e328">
    1010  <!ENTITY vala-size          "3.2 MB">
    1111  <!ENTITY vala-buildsize     "170 MB (add 5 MB for tests)">
  • introduction/welcome/changelog.xml

    r284586c r25e9ce9  
    4242    </listitem>
    4343    -->
    44      <listitem>
     44    <listitem>
     45      <para>June 25th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to vala-0.44.5. Fixes
     49          <ulink url="&blfs-ticket-root;12164">#12164</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>June 24th, 2019</para>
     56      <itemizedlist>
     57        <listitem>
     58          <para>[thomas] - Add D (dlang) to the list of supported languages
     59          of gcc.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
    4565      <para>June 22nd, 2019</para>
    4666      <itemizedlist>
  • packages.ent

    r284586c r25e9ce9  
    347347<!ENTITY tk-version                   "8.6.9">
    348348<!ENTITY vala-major-version           "0.44">  <!-- even minors only -->
    349 <!ENTITY vala-version                 "&vala-major-version;.4">
     349<!ENTITY vala-version                 "&vala-major-version;.5">
    350350<!ENTITY valgrind-version             "3.15.0">
    351351<!ENTITY yasm-version                 "1.3.0">
  • xfce/core/xfce4-session.xml

    r284586c r25e9ce9  
    144144      There are several optional run time dependencies for
    145145      <application>Xfce4</application>:
    146       <phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>
    147146      <xref linkend="dbus"/>,
    148147      <xref linkend="gnupg2"/>,
     
    150149      <xref linkend="openssh"/>
    151150    </para>
    152 <!--
    153     <para>
    154       To launch <application>Xfce4</application> use the command
    155       <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
    156       installed, use <command>startxfce4 -\-with-ck-launch</command>.
    157       <application>ConsoleKit</application> is required to perform any
    158       task that requires administrative access, including shut down
    159       and reboot.
    160     </para>-->
    161151
    162152    <para>
     
    187177    <para revision="systemd">
    188178      You can start <application>Xfce4</application> from a TTY using
    189       <xref linkend="xinit"/><!--, or from a graphical display manager, such as
    190       <xref linkend="lightdm"/>-->.
     179      <xref linkend="xinit"/>, or from a graphical display manager, such as
     180      <xref linkend="lightdm"/>.
    191181    </para>
    192182
     
    196186    </para>
    197187
    198 <screen revision="sysv"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    199 <literal>ck-launch-session dbus-launch --exit-with-session startxfce4</literal>
    200 EOF
    201 
    202 startx</userinput></screen>
    203 
    204 <screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     188<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    205189<literal>dbus-launch --exit-with-session startxfce4</literal>
    206190EOF
Note: See TracChangeset for help on using the changeset viewer.