Ignore:
Timestamp:
06/09/2016 11:28:10 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
26bc008
Parents:
8ee0429
Message:

(systemd) Merge to trunk r17470

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r8ee0429 r3d6e95d  
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80     <listitem>
     81       <para>
     82         Required patch:
     83         <ulink url="&patch-root;/graphviz-&graphviz-version;-consolidated_fixes-1.patch"/>
     84       </para>
     85     </listitem>
     86    </itemizedlist>
     87
    7888    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
    7989
     
    93103    <bridgehead renderas="sect4">Optional</bridgehead>
    94104    <para role="optional">
     105      <xref linkend="libglade"/>,
     106      <xref linkend="gs"/>,
     107      <xref linkend="gtk2"/>,
     108      <xref linkend="qt5"/>,
    95109      <ulink url="http://openil.sourceforge.net/projects.php">DevIL</ulink>,
    96110      <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
    97       <xref linkend="libglade"/>,
    98111      <ulink url="http://sourceforge.net/projects/lasi/">libLASi</ulink>,
    99112      <ulink url="http://www.libgd.org/">GD Library</ulink>,
    100113      <ulink url="http://www.freedesktop.org/wiki/Software/glitz">glitz</ulink>,
    101       <xref linkend="gs"/>,
    102       <xref linkend="gtk2"/> and
    103       <xref linkend="qt4"/>
    104114    </para>
    105115
     
    110120      <xref linkend="guile"/>,
    111121      <xref linkend="openjdk"/>,
    112       <ulink url="http://iolanguage.org/">Io</ulink>,
    113122      <xref linkend="lua"/>,
    114       <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>,
    115       <ulink url="http://ocaml.org/">OCaml</ulink>,
    116123      <xref linkend="php"/>,
    117124      <xref linkend="python2"/>,
    118       <ulink url="http://www.r-project.org/">R</ulink>,
    119125      <xref linkend="ruby"/>,
    120       <xref linkend="tcl"/> and
    121       <xref linkend="tk"/>
     126      <xref linkend="tcl"/>,
     127      <xref linkend="tk"/>,
     128      <ulink url="http://iolanguage.org/">Io</ulink>,
     129      <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>,
     130      <ulink url="http://ocaml.org/">OCaml</ulink>, and
     131      <ulink url="http://www.r-project.org/">R</ulink>
    122132    </para>
    123133
     
    135145    </para>
    136146
    137 <screen><userinput>sed -i 's/ruby-1.9/ruby-2.2/g' configure                  &amp;&amp;
    138 sed -i 's/ e_/ gs_error_/'     plugin/gs/gvloadimage_gs.c &amp;&amp;
    139 
    140 ./configure --prefix=/usr         &amp;&amp;
     147<screen><userinput>patch -Np1 -i ../graphviz-&graphviz-version;-consolidated_fixes-1.patch &amp;&amp;
     148autoreconf &amp;&amp;
     149./configure --prefix=/usr --disable-php &amp;&amp;
    141150make</userinput></screen>
    142151
     
    169178
    170179    <para>
    171       <command>sed -e "s:ruby-1.9:ruby-2.2:g" -i configure</command>:
    172       Use this command, if ruby-2.2.0 is installed and you wish
    173       <application>Graphviz</application> built with support for it.
    174     </para>
    175 
    176     <para>
    177       <command>sed -e 's/ e_/ gs_error_/' ...</command>: Use this
    178       command, if ghostscript-9.18 or later is installed and you wish
    179       <application>Graphviz</application> built with support for it, or
    180       else the build fails because some identifiers have been renamed in
    181       ghostscript-9.18's headers.
     180      <option>--disable-php</option>: This version of graphviz
     181      does not support php version 7.
    182182    </para>
    183183
Note: See TracChangeset for help on using the changeset viewer.