Changeset 534c8e9


Ignore:
Timestamp:
08/29/2016 04:34:40 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
998a0e0
Parents:
0feedb07
Message:

Fix WebkitGTK+-2.4.x with GCC-6.1.x
(systemd) Convert some dependencies to internal for Abiword and LO

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0feedb07 r534c8e9  
    4848      <para>August 29th, 2016</para>
    4949      <itemizedlist>
     50        <listitem revision="systemd">
     51          <para>[renodr] - Make some dependencies in libreoffice and abiword
     52          internal since we now have them.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[renodr] - Fix an issue with WebkitGTK+-2.4.x when using a
     56          GCC-6.x based compiler. Fixes
     57          <ulink url="&blfs-ticket-root;8234">#8234</ulink>.</para>
     58        </listitem>
    5059        <listitem>
    5160          <para>[renodr] - Update to WebkitGTK+-2.12.4. Fixes
  • x/lib/webkitgtk2.xml

    r0feedb07 r534c8e9  
    3737    </para>
    3838
    39     &lfs79_checked;&gcc6_checked;
     39    &lfs7a_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    169169<screen><userinput>mkdir build3 &amp;&amp;
    170170pushd build3 &amp;&amp;
     171CFLAGS="-fno-delete-null-pointer-checks"   \
     172CXXFLAGS="-fno-delete-null-pointer-checks" \
    171173../configure --prefix=/usr --enable-introspection &amp;&amp;
    172174make &amp;&amp;
     
    181183<screen><userinput>mkdir build2 &amp;&amp;
    182184pushd build2 &amp;&amp;
     185CFLAGS="-fno-delete-null-pointer-checks"   \
     186CXXFLAGS="-fno-delete-null-pointer-checks" \
    183187../configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &amp;&amp;
    184188make &amp;&amp;
  • xsoft/office/abiword.xml

    r0feedb07 r534c8e9  
    124124      <xref linkend="valgrind"/>.
    125125      <ulink url="http://aiksaurus.sourceforge.net/">Aiksaurus</ulink>,
    126       <ulink url="&gnome-download-http;/evolution-data-server/">
    127       Evolution Data Server</ulink>,
     126      <phrase revision="sysv"><ulink url="&gnome-download-http;/evolution-data-server/">
     127      Evolution Data Server</ulink></phrase>
     128      <phrase revision="systemd"><xref linkend="evolution-data-server"/></phrase>,
    128129      <ulink url="http://helm.cs.unibo.it/mml-widget/">GtkMathView</ulink>,
    129       <ulink url="&gnome-download-http;/libchamplain">libchamplain</ulink>,
     130      <phrase revision="sysv"><ulink url="&gnome-download-http;/libchamplain">libchamplain</ulink></phrase>
     131      <phrase revision="systemd"><xref linkend="libchamplain"/></phrase>,
    130132      <ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink>,
    131133      <ulink url="http://sourceforge.net/projects/libwpd/">libwpd</ulink>,
     
    135137      Link Grammar Parser</ulink>,
    136138      <ulink url="&gnome-download-http;/loudmouth">Loudmouth</ulink>,
    137       <ulink url="http://telepathy.freedesktop.org/releases/telepathy-glib/">
    138       Telepathy GLib</ulink>,
     139      <phrase revision="sysv"><ulink url="http://telepathy.freedesktop.org/releases/telepathy-glib/">
     140      Telepathy GLib</ulink></phrase>
     141      <phrase revision="systemd"><xref linkend="telepathy-glib"/></phrase>,
    139142      <ulink url="http://libots.sourceforge.net/">OTS</ulink>, and
    140143      <ulink url="http://software.frodo.looijaard.name/psiconv/">Psiconv</ulink>
  • xsoft/office/libreoffice.xml

    r0feedb07 r534c8e9  
    258258      <ulink url="https://github.com/KhronosGroup/OpenCOLLADA/">OpenCOLLADA</ulink>,
    259259      <ulink url="https://gitlab.com/orcus/orcus">Orcus</ulink>,
    260       <ulink url="http://telepathy.freedesktop.org/releases/telepathy-glib/">telepathy-glib</ulink>,
     260      <phrase revision="sysv"><ulink url="http://telepathy.freedesktop.org/releases/telepathy-glib/">telepathy-glib</ulink></phrase>
     261      <phrase revision="systemd"><xref linkend="telepathy-glib"/></phrase>,
    261262      <ulink url="https://ukoethe.github.io/vigra/">VIGRA</ulink>, and
    262       <ulink url="&gnome-download-http;/zenity/">Zenity</ulink>
     263      <phrase revision="sysv"><ulink url="&gnome-download-http;/zenity/">Zenity</ulink></phrase>
     264      <phrase revision="systemd"><xref linkend="zenity"/></phrase>
    263265    </para>
    264266
Note: See TracChangeset for help on using the changeset viewer.