Changeset 41d241e for general


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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nspr.xml

    rce386957 r41d241e  
    88<!--  <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">-->
    99  <!ENTITY nspr-download-ftp " ">
    10   <!ENTITY nspr-md5sum        "86769a7fc3b4c30f7fdcb45ab284c452">
     10  <!ENTITY nspr-md5sum        "cf43d04668ab20f12cd0b5fa24315354">
    1111  <!ENTITY nspr-size          "1.1 MB">
    1212  <!ENTITY nspr-buildsize     "12 MB">
  • 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>
  • general/prog/python3.xml

    rce386957 r41d241e  
    181181    <para>
    182182      <option>--with-system-expat</option>: This switch enables linking against
    183       system version of <application>Expat</application>. 
     183      system version of <application>Expat</application>.
    184184    </para>
    185185
     
    215215    <para>
    216216      In order for <command>python3</command> to find the installed
    217       documentation, you must add the following environment variable to
    218       individual user's or the system's profile:
    219     </para>
    220 
    221 <screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-&python3-version;/html</userinput></screen>
     217      documentation, define the following environment version
     218      independent variable and add to the individual user's or system's
     219      profile:
     220    </para>
     221
     222<screen role="root"><userinput>ln -svfn python--&python3-version; /usr/share/doc/python-3 &amp;&amp;
     223export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
    222224
    223225  </sect2>
     
    247249
    248250          pyvenv (symlink),
    249           pyvenv&python3-majorver;,
     251          pyvenv-&python3-majorver;,
    250252
    251253          idle3 (symlink), and
Note: See TracChangeset for help on using the changeset viewer.