Changeset 2c65e33e


Ignore:
Timestamp:
02/10/2016 07:26:53 PM (8 years ago)
Author:
Ken Moffat <ken@…>
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:
699fa99
Parents:
fc1d00c4
Message:

Fontforge: fix the tests, note that they use wget.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfc1d00c4 r2c65e33e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 9th &year;">
     9<!ENTITY releasedate  "February 10th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rfc1d00c4 r2c65e33e  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 10th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Fix the tests for fontforge (a font has moved again,
     52          presumably the licence means it cannot be included in the package
     53          source) and add wget as a dependency for the tests.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
    4657
    4758    <listitem>
  • xsoft/other/fontforge.xml

    rfc1d00c4 r2c65e33e  
    8080      <xref linkend="freetype2"/>,
    8181      <xref linkend="glib2"/>,  and
    82       <xref linkend="libxml2"/>
     82      <xref linkend="libxml2"/>, also
     83      <xref linkend="wget"/> if you want to run the tests
    8384    </para>
    8485
     
    105106      <ulink url="https://github.com/fontforge/libuninameslist">
    106107      libuninameslist</ulink>, and
    107       <ulink url="http://www.zeromq.org/">zeromq (libzmq)</ulink>,
     108      <ulink url="http://www.zeromq.org/">zeromq (libzmq)</ulink>
    108109    </para>
    109110
     
    121122    </para>
    122123
    123 <screen><userinput>./configure --prefix=/usr     \
     124<screen><userinput>sed -i 's%naist.jp/pub/NetBSD/packages%netbsd.org/pub/pkgsrc%' \
     125  tests/Makefile.in &amp;&amp;
     126./configure --prefix=/usr     \
    124127            --enable-gtk2-use \
    125128            --disable-static  \
     
    155158  <sect2 role="commands">
    156159    <title>Command Explanations</title>
     160
     161    <para>
     162      <parameter>sed -i 's%naist.jp/pub/NetBSD/packages%netbsd.org/pub/pkgsrc%'</parameter>
     163      The tests get the MunhwaGothic-Bold font - it is no longer at that mirror,
     164      so use the primary NetBSD source.
     165    </para>
    157166
    158167    <para>
Note: See TracChangeset for help on using the changeset viewer.