mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
libvdpau-va-gl-0.3.4: typo. Thanks Denis M.
Exim-4.83: fix exim daemon version in 'Short Descriptions'. Thanks Denis M. GCC-4.9.1: as in LFS, use sed to fix a problem identified upstream. FLTK-1.3.2: fix output of fltk-config --version. Thanks Jeremy H. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13842 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e450d21fd5
commit
c6bfee889a
@ -127,6 +127,10 @@
|
||||
bootstrap anyways, add <parameter>--disable-bootstrap</parameter> to the
|
||||
<command>./configure</command> options below.</para>
|
||||
|
||||
<para>As in LFS, fix a problem identified upstream:</para>
|
||||
|
||||
<screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
|
||||
|
||||
<para>Install <application>GCC</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
|
@ -47,6 +47,18 @@
|
||||
<listitem>
|
||||
<para>August 6th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Exim-4.83: fix exim daemon version in
|
||||
'Short Descriptions'. Thanks Denis M.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - GCC-4.9.1: as in LFS, use sed to fix a problem
|
||||
identified upstream.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - FLTK-1.3.2: fix output of fltk-config --version.
|
||||
Thanks Jeremy H.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to libxcb-1.11. Fixes
|
||||
<ulink url="&blfs-ticket-root;5323">#5323</ulink>.</para>
|
||||
|
@ -10,6 +10,10 @@
|
||||
<!ENTITY exim-size "1.7 MB">
|
||||
<!ENTITY exim-buildsize "17 MB">
|
||||
<!ENTITY exim-time "0.2 SBU">
|
||||
|
||||
|
||||
|
||||
<!ENTITY exim-daemon-version "&exim-version;-3">
|
||||
]>
|
||||
|
||||
<sect1 id="exim" xreflabel="Exim-&exim-version;">
|
||||
@ -312,7 +316,7 @@ exim -v -bi &&
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>exicyclog, exigrep, exim, exim-4.83-3, exim_checkaccess,
|
||||
<seg>exicyclog, exigrep, exim, exim-&exim-daemon-version;, exim_checkaccess,
|
||||
exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb,
|
||||
eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and
|
||||
optionally, eximon, eximon.bin, and sendmail (symlink)</seg>
|
||||
@ -349,7 +353,7 @@ exim -v -bi &&
|
||||
<varlistentry id="exim-prog">
|
||||
<term><command>exim</command></term>
|
||||
<listitem>
|
||||
<para>is a symlink to the <command>exim-4.82_1-5b7a7c0-XX-3</command>
|
||||
<para>is a symlink to the <command>exim-&exim-daemon-version;</command>
|
||||
MTA daemon.</para>
|
||||
<indexterm zone="exim exim-prog">
|
||||
<primary sortas="b-exim">exim</primary>
|
||||
@ -357,13 +361,13 @@ exim -v -bi &&
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="exim-4.82_1-5b7a7c0-XX-3">
|
||||
<term><command>exim-4.82_1-5b7a7c0-XX-3</command></term>
|
||||
<varlistentry id="exim-&exim-daemon-version;">
|
||||
<term><command>exim-&exim-daemon-version;</command></term>
|
||||
<listitem>
|
||||
<para>is the <application>Exim</application> mail transport
|
||||
agent daemon.</para>
|
||||
<indexterm zone="exim exim-4.82_1-5b7a7c0-XX-3">
|
||||
<primary sortas="b-exim-4.82_1-5b7a7c0-XX-3">exim-4.82_1-5b7a7c0-XX-3</primary>
|
||||
<indexterm zone="exim exim-&exim-daemon-version;">
|
||||
<primary sortas="b-exim-&exim-daemon-version;">exim-&exim-daemon-version;</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -177,7 +177,7 @@ make</userinput></screen>
|
||||
<term><filename class="libraryfile">libvdpau_va_gl.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains functions to impement the OpenGL backend to
|
||||
contains functions to implement the OpenGL backend to
|
||||
the VDPAU (Video Decode and Presentation API for Unix) API.
|
||||
</para>
|
||||
<indexterm zone="libvdpau-va-gl libvdpau-va-gl-lib">
|
||||
|
@ -131,6 +131,7 @@
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../fltk-&fltk-version;-tigervnc-1.patch &&
|
||||
patch -Np1 -i ../fltk-&fltk-version;-dynamic_libs-1.patch &&
|
||||
sed -i -e '/FL_PATCH_VERSION=/ s/1/2/' configure &&
|
||||
sed -i -e '/cat./d' documentation/Makefile &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
@ -176,6 +177,11 @@ make -C documentation install-linux</userinput></screen>
|
||||
dynamic libraries.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... configure</command>: configure: Fix output of
|
||||
<command>fltk-config --version</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... documentation/Makefile</command>: Avoid installing
|
||||
pages in <filename class='directory'>/usr/share/man/cat*</filename>.
|
||||
|
Loading…
Reference in New Issue
Block a user