Changeset 8b7f5b9
- Timestamp:
- 06/08/2015 11:46:33 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 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, nosym, 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:
- 385b822
- Parents:
- 93ac92a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/js.xml
r93ac92a r8b7f5b9 102 102 103 103 <screen><userinput>cd js/src && 104 105 sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl && 106 104 107 ./configure --prefix=/usr \ 105 108 --enable-readline \ … … 129 132 <sect2 role="commands"> 130 133 <title>Command Explanations</title> 134 135 <para> 136 <command>sed ... config/milestone.pl</command>: Fix an 137 issue caused by perl-5.22.0 and later. 138 </para> 131 139 132 140 <para> -
general/genlib/js2.xml
r93ac92a r8b7f5b9 108 108 109 109 <screen><userinput>cd js/src && 110 111 sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl && 112 110 113 ./configure --prefix=/usr \ 111 114 --enable-readline \ … … 134 137 <sect2 role="commands"> 135 138 <title>Command Explanations</title> 139 140 <para> 141 <command>sed ... config/milestone.pl</command>: Fix an 142 issue caused by perl-5.22.0 and later. 143 </para> 136 144 137 145 <para> -
introduction/welcome/changelog.xml
r93ac92a r8b7f5b9 48 48 <para>June 8th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Add a sed to fix js-17 and js-24 build issues 52 when perl-5.22 is installed. Thanks to Chris Staub for the report. 53 Fixes <ulink url="&blfs-ticket-root;6574">#6574</ulink>.</para> 54 </listitem> 50 55 <listitem> 51 56 <para>[ken] - Update to Text::BibTeX-0.71 (perl module). Fixes
Note:
See TracChangeset
for help on using the changeset viewer.