From 36350dabd7d6cc9edb0c3f86e8eae9def76c3d63 Mon Sep 17 00:00:00 2001 From: Tushar Teredesai Date: Sat, 22 Nov 2003 18:10:18 +0000 Subject: [PATCH] sgml-common patch and whois upgrade git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1544 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- basicnet/netutils/whois/whois.ent | 2 +- introduction/welcome/changelog.xml | 4 ++++ pst/sgml/sgml-common/sgml-common-inst.xml | 9 +++++++-- pst/sgml/sgml-common/sgml-common-intro.xml | 4 ++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/basicnet/netutils/whois/whois.ent b/basicnet/netutils/whois/whois.ent index 7e454fac74..91123b35aa 100644 --- a/basicnet/netutils/whois/whois.ent +++ b/basicnet/netutils/whois/whois.ent @@ -2,7 +2,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index cd04330504..d5cc43a57b 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,10 @@ who wrote what. +November 22nd, 2003 [tushar]: Updated to whois 4.6.8. + +November 22nd, 2003 [tushar]: Added sgml-common patch. + November 21st, 2003 [igor]: Updated to XFce-4.0.1. diff --git a/pst/sgml/sgml-common/sgml-common-inst.xml b/pst/sgml/sgml-common/sgml-common-inst.xml index 5c7a21a093..2e756007e2 100644 --- a/pst/sgml/sgml-common/sgml-common-inst.xml +++ b/pst/sgml/sgml-common/sgml-common-inst.xml @@ -1,10 +1,16 @@ Installation of <application><acronym>SGML</acronym> Common</application> +First apply the patch + +patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch + The autotools files included along with sgml-common are old. Use the following commands to regenrate the files. -aclocal ; automake -acf ; autoconf +aclocal && +automake -acf && +autoconf Install SGML Common by running the following commands: @@ -12,7 +18,6 @@ running the following commands: ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man && make && make install && -install -m 644 doc/man/*.8 /usr/share/man/man8/ && install-catalog --add /etc/sgml/sgml-ent.cat \ /usr/share/sgml/sgml-iso-entities-8879.1986/catalog && install-catalog --add /etc/sgml/sgml-docbook.cat \ diff --git a/pst/sgml/sgml-common/sgml-common-intro.xml b/pst/sgml/sgml-common/sgml-common-intro.xml index f050a1d288..5b008f7817 100644 --- a/pst/sgml/sgml-common/sgml-common-intro.xml +++ b/pst/sgml/sgml-common/sgml-common-intro.xml @@ -18,5 +18,9 @@ url="&sgml-common-download-ftp;"/> &sgml-common-time; +Additional downloads + +Required Patch: +