Changeset c567ee3
- Timestamp:
- 10/26/2017 01:47:46 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1a7e901
- Parents:
- 01af2c3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r01af2c3 rc567ee3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 4"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 2 4th, &year;">9 <!ENTITY releasedate "October 26th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r01af2c3 rc567ee3 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>October 26th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Add itstool-2.0.4-segfault-1.patch.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 44 52 45 53 <listitem> -
pst/xml/itstool.xml
r01af2c3 rc567ee3 73 73 </itemizedlist> 74 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 <itemizedlist spacing="compact"> 77 <listitem> 78 <para> 79 Required patch: 80 <ulink url="&patch-root;/itstool-&itstool-version;-segfault-1.patch"/> 81 </para> 82 </listitem> 83 </itemizedlist> 84 75 85 <bridgehead renderas="sect3">Itstool Dependencies</bridgehead> 76 86 77 87 <bridgehead renderas="sect4">Required</bridgehead> 78 88 <para role="required"> 79 <xref linkend="DocBook"/><!--, 80 <xref linkend="docbook-xsl"/>--> and 81 <xref linkend="python2"/> 89 <xref linkend="DocBook"/> 82 90 </para> 83 91 … … 95 103 </para> 96 104 97 <screen><userinput>PYTHON=/usr/bin/python3 ./configure --prefix=/usr && 105 <screen><userinput>patch -Np1 -i ../itstool-&itstool-version;-segfault-1.patch && 106 PYTHON=/usr/bin/python3 ./configure --prefix=/usr && 98 107 make</userinput></screen> 99 108
Note:
See TracChangeset
for help on using the changeset viewer.