mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to sqlite-3.14.2.
Update to vim-8.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17760 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
006220b373
commit
eb5ff6dedc
@ -47,6 +47,14 @@
|
||||
<listitem>
|
||||
<para>September 14th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to sqlite-3.14.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;8295">#8295</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to vim-8.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;8292">#8292</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to curl-7.50.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;8297">#8297</ulink>.</para>
|
||||
|
@ -63,7 +63,7 @@
|
||||
<!ENTITY emacs-version "25.1-rc2">
|
||||
<!ENTITY joe-version "4.3">
|
||||
<!ENTITY nano-version "2.6.3">
|
||||
<!ENTITY vim-version "7.4">
|
||||
<!ENTITY vim-version "8.0">
|
||||
|
||||
<!-- Chapter 7 -->
|
||||
<!ENTITY dash-version "0.5.9">
|
||||
@ -463,7 +463,7 @@
|
||||
<!ENTITY lmdb-version "0.9.18">
|
||||
<!ENTITY mariadb-version "10.1.17">
|
||||
<!ENTITY postgresql-version "9.5.4">
|
||||
<!ENTITY sqlite-version "3.14.1">
|
||||
<!ENTITY sqlite-version "3.14.2">
|
||||
|
||||
<!-- Chapter 23 -->
|
||||
<!ENTITY openldap-version "2.4.44">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">
|
||||
<!ENTITY vim-download-ftp " ">
|
||||
<!ENTITY vim-md5sum "607e135c559be642f210094ad023dc65">
|
||||
<!ENTITY vim-size "9.4 MB">
|
||||
<!ENTITY vim-buildsize "90 MB">
|
||||
<!ENTITY vim-time "1.7 SBU">
|
||||
<!ENTITY vim-md5sum "808d2ebdab521e18bc5e0eaede0db867">
|
||||
<!ENTITY vim-size "10.1 MB">
|
||||
<!ENTITY vim-buildsize "119 MB">
|
||||
<!ENTITY vim-time "1.8 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="vim" xreflabel="Vim-&vim-version;">
|
||||
@ -108,8 +108,6 @@
|
||||
<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h &&
|
||||
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h &&
|
||||
|
||||
sed -i 's/luaL_optlong/(long)luaL_optinteger/' src/if_lua.c &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--with-features=huge \
|
||||
--with-tlib=ncursesw &&
|
||||
@ -140,7 +138,7 @@ make</userinput></screen>
|
||||
<!-- When updating, be sure to change the line below for the proper 'vimxx' unpacked
|
||||
directory -->
|
||||
|
||||
<screen role="root"><userinput>ln -snfv ../vim/vim74/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
|
||||
<screen role="root"><userinput>ln -snfv ../vim/vim80/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
|
||||
|
||||
<para>If you wish to update the runtime files, issue the
|
||||
following command (requires <xref linkend="rsync"/>):</para>
|
||||
@ -160,9 +158,6 @@ vim -c ":helptags /usr/share/doc/vim-&vim-version;" -c ":q"</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i ... src/if_lua.c</command>: This sed fixes
|
||||
compilation with <application>lua</application> 5.3.</para>
|
||||
|
||||
<para><parameter>--with-features=huge</parameter>: This switch enables all
|
||||
the additional features available in <application>Vim</application>,
|
||||
including support for multibyte characters.</para>
|
||||
@ -259,7 +254,7 @@ EOF</userinput></screen>
|
||||
<para>Alternatively you can manually download the *.spl and *.sug files
|
||||
from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
|
||||
them to <filename class="directory"> ~/.vim/spell </filename> or in
|
||||
<filename class="directory">/usr/share/vim/vim74/spell/</filename>.</para>
|
||||
<filename class="directory">/usr/share/vim/vim80/spell/</filename>.</para>
|
||||
|
||||
<para>To find out what's new in <application>Vim-&vim-version;</application>
|
||||
issue the following command:</para>
|
||||
|
@ -4,7 +4,10 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
|
||||
<!-- Does not work right now
|
||||
<!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
|
||||
-->
|
||||
<!ENTITY mariadb-download-http " ">
|
||||
<!ENTITY mariadb-download-ftp "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
|
||||
<!ENTITY mariadb-md5sum "036aca95257cb2948dd100605ec6d5a1">
|
||||
<!ENTITY mariadb-size "58 MB">
|
||||
|
@ -9,14 +9,14 @@
|
||||
|
||||
<!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
|
||||
<!ENTITY sqlite-download-ftp " ">
|
||||
<!ENTITY sqlite-md5sum "3634a90a3f49541462bcaed3474b2684">
|
||||
<!ENTITY sqlite-md5sum "90c53cacb811db27f990b8292bd96159">
|
||||
<!ENTITY sqlite-size "2.4 MB">
|
||||
<!ENTITY sqlite-buildsize "41 MB (plus 30 MB for Optional Documentation)">
|
||||
<!ENTITY sqlite-buildsize "46 MB (plus 30 MB for Optional Documentation)">
|
||||
<!ENTITY sqlite-time "0.4 SBU">
|
||||
|
||||
<!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
|
||||
<!ENTITY sqlite-docs-md5sum "494287b4dc0d2696e0ca1e7462e518da">
|
||||
<!ENTITY sqlite-docs-size "5.5 MB">
|
||||
<!ENTITY sqlite-docs-md5sum "5c7297439c41d368bd4cffab5308e9a5">
|
||||
<!ENTITY sqlite-docs-size "5.2 MB">
|
||||
]>
|
||||
|
||||
<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user