Author: pierre
Date: Sat Jun 25 03:27:48 2016
New Revision: 3866
Log:
Tidy is not needed anymore for BLFS tools.
Modified:
jhalfs/trunk/Config.in
jhalfs/trunk/common/libs/func_check_version.sh
jhalfs/trunk/common/libs/func_install_blfs
Modified: jhalfs/trunk/Config.in
==============================================================================
--- jhalfs/trunk/Config.in Sun Jun 19 07:41:18 2016 (r3865)
+++ jhalfs/trunk/Config.in Sat Jun 25 03:27:48 2016 (r3866)
@@ -512,10 +512,6 @@
bool "libxslt (required)"
default y
- config DEP_TIDY
- bool "tidy (required)"
- default y
-
config DEP_DBXML
bool "DocBook XML DTD (required)"
default y
Modified: jhalfs/trunk/common/libs/func_check_version.sh
==============================================================================
--- jhalfs/trunk/common/libs/func_check_version.sh Sun Jun 19 07:41:18
2016 (r3865)
+++ jhalfs/trunk/common/libs/func_check_version.sh Sat Jun 25 03:27:48
2016 (r3866)
@@ -233,17 +233,14 @@
check_blfs_tools() { #
#----------------------------#
: << inline_doc
-In addition to the tools needed for the LFS part, tidy and docbook-xml
-are needed for installing the BLFS tools
+In addition to the tools needed for the LFS part, docbook-xml
+is needed for installing the BLFS tools
inline_doc
# Avoid translation of version strings
local LC_ALL=C
export LC_ALL
- tidyVer=$(tidy -V | cut -d " " -f9)
- check_version "2004" "${tidyVer}" "TIDY"
-
# Minimal docbook-xml code for testing
XML_FILE="<?xml version='1.0' encoding='ISO-8859-1'?>
<?xml-stylesheet type='text/xsl'
href='http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl'?>
Modified: jhalfs/trunk/common/libs/func_install_blfs
==============================================================================
--- jhalfs/trunk/common/libs/func_install_blfs Sun Jun 19 07:41:18 2016
(r3865)
+++ jhalfs/trunk/common/libs/func_install_blfs Sat Jun 25 03:27:48 2016
(r3866)
@@ -58,11 +58,6 @@
else
LINE_LIBXSLT='#CONFIG_libxslt is not set'
fi
-if [ "$DEP_TIDY" = y ]; then
- LINE_TIDY='CONFIG_html-tidy=y'
-else
- LINE_TIDY='#CONFIG_html-tidy is not set'
-fi
# DocBook is a rec dep of libxslt
# if [ "$DEP_DBXML" = y ]; then
# LINE_DBXML='CONFIG_DocBook=y'
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page