Changeset 82fac2c for general/genutils


Ignore:
Timestamp:
01/18/2013 03:06:25 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1700976
Parents:
bc9797f
Message:

Package updates and some modifications. See changelog.xml for details.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    rbc9797f r82fac2c  
    77  <!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz">
    88  <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "8d26c1171f30ca3b1dc1b429f7937e58">
    10   <!ENTITY graphviz-size          "19 MB">
    11   <!ENTITY graphviz-buildsize     "155 MB">
     9  <!ENTITY graphviz-md5sum        "967ad0a3d2bf164082e076c4416ede95">
     10  <!ENTITY graphviz-size          "23 MB">
     11  <!ENTITY graphviz-buildsize     "195 MB">
    1212  <!ENTITY graphviz-time          "2.5 SBU">
    1313]>
     
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink url="&patch-root;/graphviz-&graphviz-version;-fix-guile-detection-1.patch"/>
    83         </para>
    84       </listitem>
    85     </itemizedlist>
    86 
    8777    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
    8878
     
    123113      <ulink url="http://www.lua.org/">Lua</ulink>,
    124114      <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>,
    125       <ulink url="http://caml.inria.fr/ocaml/index.en.html">Objective Caml</ulink>,
     115      <ulink url="http://ocaml.org/">OCaml</ulink>,
    126116      <xref linkend="php"/>,
    127117      <xref linkend="python2"/>,
     
    133123
    134124    <para condition="html" role="usernotes">User Notes:
    135     <ulink url="&blfs-wiki;/graphviz"/></para>
    136 
     125      <ulink url="&blfs-wiki;/graphviz"/>
     126    </para>
    137127  </sect2>
    138128
     
    145135    </para>
    146136
    147 <screen><userinput>patch -Np1 -i ../graphviz-&graphviz-version;-fix-guile-detection-1.patch &amp;&amp;
    148 sed -e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-1.9.1/{`uname -m`-linux,ruby/backward,})"'":' \
    149     -e '/CONFIG/s:site:vendor:' \
    150     -i config/config_ruby.rb &amp;&amp;
    151 ./configure --prefix=/usr CXXFLAGS="-fpermissive" &amp;&amp;
     137<screen><userinput>sed -e "s/\"guile >=/\"guile-2.0 >=/g" -i configure &amp;&amp;
     138./configure --prefix=/usr --disable-static CXXFLAGS="-fpermissive" &amp;&amp;
    152139make</userinput></screen>
    153140
     
    165152      If desired, create a symbolic link in the system documents directory
    166153      to the documentation installed in
    167       <filename class='directory'>/usr/share/graphviz/doc</filename> using the
     154      <filename class="directory">/usr/share/graphviz/doc</filename> using the
    168155      following command as the <systemitem class="username">root</systemitem>
    169156      user:
     
    172159<screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc \
    173160         /usr/share/doc/graphviz-&graphviz-version;</userinput></screen>
     161
     162  </sect2>
     163
     164  <sect2 role="commands">
     165    <title>Command Explanations</title>
     166
     167    <para>
     168      <command>sed -e "s/\"guile >=/\"guile-2.0 >=/g" -i configure</command>:
     169      This sed fixes detection of the <application>Guile</application>
     170      library.
     171    </para>
     172
     173    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     174      href="../../xincludes/static-libraries.xml"/>
    174175
    175176  </sect2>
     
    200201        <systemitem class="username">root</systemitem> user) to update the
    201202        <filename>config</filename> file in
    202         <filename class='directory'>/usr/lib/graphviz</filename>.
     203        <filename class="directory">/usr/lib/graphviz</filename>.
    203204      </para>
    204205
     
    230231          /usr/include/graphviz,
    231232          /usr/lib/graphviz and
    232           /usr/share/graphviz</seg>
     233          /usr/share/graphviz
     234        </seg>
    233235      </seglistitem>
    234236    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.