From eb5ff6dedc565dccfbc292e7fb46c231fe119720 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 14 Sep 2016 19:45:46 +0000 Subject: [PATCH] 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 --- introduction/welcome/changelog.xml | 8 ++++++++ packages.ent | 4 ++-- postlfs/editors/vim.xml | 17 ++++++----------- server/databases/mariadb.xml | 5 ++++- server/databases/sqlite.xml | 8 ++++---- 5 files changed, 24 insertions(+), 18 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c98d3f3495..0e132029d0 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,14 @@ September 14th, 2016 + + [bdubbs] - Update to sqlite-3.14.2. Fixes + #8295. + + + [bdubbs] - Update to vim-8.0. Fixes + #8292. + [renodr] - Update to curl-7.50.3. Fixes #8297. diff --git a/packages.ent b/packages.ent index 8028b0fbd9..b52a5f9666 100644 --- a/packages.ent +++ b/packages.ent @@ -63,7 +63,7 @@ - + @@ -463,7 +463,7 @@ - + diff --git a/postlfs/editors/vim.xml b/postlfs/editors/vim.xml index 616c58cb1a..697d0eb0fa 100644 --- a/postlfs/editors/vim.xml +++ b/postlfs/editors/vim.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -108,8 +108,6 @@ 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 -ln -snfv ../vim/vim74/doc /usr/share/doc/vim-&vim-version; +ln -snfv ../vim/vim80/doc /usr/share/doc/vim-&vim-version; If you wish to update the runtime files, issue the following command (requires ): @@ -160,9 +158,6 @@ vim -c ":helptags /usr/share/doc/vim-&vim-version;" -c ":q" Command Explanations - sed -i ... src/if_lua.c: This sed fixes - compilation with lua 5.3. - --with-features=huge: This switch enables all the additional features available in Vim, including support for multibyte characters. @@ -259,7 +254,7 @@ EOF Alternatively you can manually download the *.spl and *.sug files from: and save them to ~/.vim/spell or in - /usr/share/vim/vim74/spell/. + /usr/share/vim/vim80/spell/. To find out what's new in Vim-&vim-version; issue the following command: diff --git a/server/databases/mariadb.xml b/server/databases/mariadb.xml index 291fdad258..890f7c60cf 100644 --- a/server/databases/mariadb.xml +++ b/server/databases/mariadb.xml @@ -4,7 +4,10 @@ %general-entities; - + + diff --git a/server/databases/sqlite.xml b/server/databases/sqlite.xml index c3017215b2..5f24ae6828 100644 --- a/server/databases/sqlite.xml +++ b/server/databases/sqlite.xml @@ -9,14 +9,14 @@ - + - + - - + + ]>