Ignore:
Timestamp:
10/24/2015 02:43:19 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
5c33f429
Parents:
ce386957
Message:
  • Update to ntp-4.2.8p4 - Security update.
  • graphviz-2.38.0 fails to build with ghostscript-9.18.
  • audiofile-0.3.6: tests DO pass with --disable-static.
  • Update to gnutls-3.4.6.
  • Update to nss-3.20.1.
  • Update to nspr-4.10.10.
  • libmpeg2-0.5.1: install only shared libraries.
  • libquicktime-1.2.4: rephase one paragrah about doxygen.
  • libcanberra-0.30: include some "Command Explanations and fix one directory.
  • Python-3.4.3: replace PYTHONDOCS by unversioned value, no need to remember to fix profile for user or glogal one.
  • ghostscript-9.16: fix instruction for symlink to docs, for eventual reinstal.
  • libogg-1.3.2: reformat.
  • FAAD2-2.7: reformat.
  • faac-1.28: reformat.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    rce386957 r41d241e  
    135135    </para>
    136136
    137 <screen><userinput>sed "s:ruby-1.9:ruby-2.2:g" -i configure &amp;&amp;
    138 ./configure --prefix=/usr &amp;&amp;
     137<screen><userinput>sed -e "s:ruby-1.9:ruby-2.2:g" \
     138    -i configure                  &amp;&amp;
     139sed -e 's/ e_/ gs_error_/' \
     140    -i plugin/gs/gvloadimage_gs.c &amp;&amp;
     141
     142./configure --prefix=/usr         &amp;&amp;
    139143make</userinput></screen>
    140144
     
    167171
    168172    <para>
    169       <command>sed "s:ruby-1.9:ruby-2.2:g" -i configure</command>: Use this
    170       command, if ruby-2.2.0 is installed and you wish
     173      <command>sed -e "s:ruby-1.9:ruby-2.2:g" -i configure</command>:
     174      Use this command, if ruby-2.2.0 is installed and you wish
    171175      <application>Graphviz</application> built with support for it.
     176    </para>
     177
     178    <para>
     179      <command>sed -e 's/ e_/ gs_error_/' ...</command>: Use this
     180      command, if ghostscript-9.18 or later is installed and you wish
     181      <application>Graphviz</application> built with support for it, or
     182      else the build fails because some identifiers have been renamed in
     183      ghostscript-9.18's headers.
    172184    </para>
    173185
     
    236248          /usr/include/graphviz,
    237249          /usr/lib/graphviz,
    238           /usr/lib/tcl8.6/graphviz, 
     250          /usr/lib/tcl8.6/graphviz,
    239251          /usr/share/doc/graphviz-&graphviz-version;, and
    240252          /usr/share/graphviz
     
    447459        <listitem>
    448460          <para>
    449             converts a graph specified in the GRAPHML format to a graph in 
     461            converts a graph specified in the GRAPHML format to a graph in
    450462            the GV (formerly DOT) format.
    451463          </para>
Note: See TracChangeset for help on using the changeset viewer.