Changeset 6c3d8a47 for general/genutils


Ignore:
Timestamp:
09/02/2019 07:16:35 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
3fb270d
Parents:
7539c30e
Message:

Update to graphviz-2.42.1.
Update to swig-4.0.1.
Update to nspr-4.22.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r7539c30e r6c3d8a47  
    55  %general-entities;
    66
    7   <!ENTITY graphviz-download-http "http://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz">
     7  <!ENTITY graphviz-download-http "https//www2.graphviz.org/Packages/stable/portable_source/graphviz-&graphviz-version;.tar.gz">
    88  <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "4ea6fd64603536406166600bcc296fc8">
     9  <!ENTITY graphviz-md5sum        "b6d51154a09a4e25d1894cc6ff7dd3a5">
    1010  <!ENTITY graphviz-size          "24 MB">
    11   <!ENTITY graphviz-buildsize     "177 MB">
    12   <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
     11  <!ENTITY graphviz-buildsize     "213 MB">
     12  <!ENTITY graphviz-time          "1.0 SBU (using parallelism=4)">
    1313]>
    1414
     
    7474      </listitem>
    7575    </itemizedlist>
    76 
     76<!--
    7777    <note>
    7878      <para>
     
    9797      </listitem>
    9898    </itemizedlist>
    99 
     99-->
    100100    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
    101101
     
    215215    </para>
    216216
    217 <!-- For every major version of Ruby, this has to be tweaked. See #11606 -->
    218 <screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i configure.ac</userinput></screen>
    219 
     217<!-- For every major version of Ruby, this has to be tweaked. See #11606
     218
     219     Not sure about the above for version 2.42.1.  Seems to detect it OK.  I
     220     didn't see any reference to the specific ruby version.
     221-->
     222<!--<screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i configure.ac</userinput></screen>-->
     223
     224<!-- No patch required
    220225    <para>
    221226      If <xref linkend="qt5"/> is installed, and you want to build the
     
    224229
    225230<screen><userinput>patch -p1 -i ../graphviz-&graphviz-version;-qt5-1.patch</userinput></screen>
    226 
     231-->
    227232    <para>
    228233      Install <application>Graphviz</application> by running the following
     
    255260    </para>
    256261
    257 <screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc \
    258          /usr/share/doc/graphviz-&graphviz-version;</userinput></screen>
     262<screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc /usr/share/doc/graphviz-&graphviz-version;</userinput></screen>
    259263
    260264  </sect2>
Note: See TracChangeset for help on using the changeset viewer.