Changeset 985d9e0
- Timestamp:
- 09/15/2014 07:23:10 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b7068390
- Parents:
- cf24093
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcf24093 r985d9e0 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 1 4th, &year;">9 <!ENTITY releasedate "September 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/icu.xml
rcf24093 r985d9e0 95 95 96 96 <screen><userinput>cd source && 97 CXX=g++./configure --prefix=/usr &&97 ./configure --prefix=/usr && 98 98 make</userinput></screen> 99 99 … … 113 113 114 114 <para> 115 <envar>CXX=g++</envar>: This environment variable forces use of 116 <command>g++</command> compiler since building with 117 <command>clang++</command> is currently broken. 115 116 <envar>CXX=g++</envar>: If you prefer, this environment variable, used in 117 the configure line, forces use of <command>g++</command> compiler insted 118 of <command>clang++</command>, if the latter is installed. 119 118 120 </para> 119 121 -
general/prog/tcl.xml
rcf24093 r985d9e0 124 124 </para> 125 125 126 <screen><userinput>rm -rf pkgs/sqlite3.8.6 && 127 export SRCDIR=`pwd` && 126 <screen><userinput>export SRCDIR=`pwd` && 128 127 129 128 cd unix && … … 211 210 212 211 <para> 213 <command>rm -rf pkgs/sqlite3.8.6 </command>: <application>SQLite Tcl214 Extension Architecture (TEA)</application> is removed, because it is215 optionally installed by <xref linkend="sqlite"/>216 </para>217 218 <para>219 212 <command>sed -e ...</command>: The <application>Tcl</application> package 220 213 expects that its source tree is preserved so that packages depending on … … 243 236 <seg> 244 237 /usr/lib/itcl4.0.1, 238 /usr/lib/sqlite3.8.6 245 239 /usr/lib/tcl8, 246 240 /usr/lib/tcl&tcl-ver;, -
introduction/welcome/changelog.xml
rcf24093 r985d9e0 44 44 45 45 --> 46 47 <listitem> 48 <para>September 14th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Revert 'add optional instructions for sqlite-tcl to 52 SQLite-3.8.6'. Fixes 53 <ulink url="&blfs-ticket-root;5512">#5512</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[fernando] - ICU-53.1: not anymore broken with clang++.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 46 60 47 61 <listitem> -
server/databases/sqlite.xml
rcf24093 r985d9e0 105 105 <bridgehead renderas="sect4">Optional</bridgehead> 106 106 <para role="optional"> 107 <xref linkend="tcl"/> (required to build <application>SQLite Tcl108 Extension Architecture - TEA</application>, also know as109 <application>sqlite-tcl</application>) and110 107 <xref linkend="unzip"/> (required to unzip the documentation) 111 108 </para> … … 139 136 140 137 <para> 141 If you wish to install <application>sqlite-tcl</application>, run the142 following commands:143 </para>144 145 <screen><userinput>cd tea &&146 ./configure --prefix=/usr --with-system-sqlite &&147 make &&148 cd ..</userinput></screen>149 150 <para>151 138 This package does not come with a test suite. 152 139 </para> … … 165 152 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/sqlite-&sqlite-version; && 166 153 cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version;</userinput></screen> 167 168 <para>169 If you decided to install <application>sqlite-tcl</application>, issue170 the following commands as the171 <systemitem class="username">root</systemitem> user:172 </para>173 174 <screen><userinput>cd tea &&175 make install &&176 cd ..</userinput></screen>177 154 178 155 </sect2> … … 204 181 <segmentedlist> 205 182 <segtitle>Installed Program</segtitle> 206 <segtitle>Installed Librar ies</segtitle>207 <segtitle>Installed Director ies</segtitle>183 <segtitle>Installed Library</segtitle> 184 <segtitle>Installed Directory</segtitle> 208 185 209 186 <seglistitem> … … 212 189 </seg> 213 190 <seg> 214 libsqlite3.so and (optionally) 215 /usr/lib/sqlite&sqlite-version;/libsqlite&sqlite-version;.so 191 libsqlite3.so 216 192 </seg> 217 193 <seg> 218 /usr/lib/sqlite&sqlite-version; (optionally) and219 194 /usr/share/doc/sqlite-&sqlite-version; 220 195 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.