diff --git a/basicnet/textweb/lynx.xml b/basicnet/textweb/lynx.xml index c0eedd10e5..77262c2ce6 100644 --- a/basicnet/textweb/lynx.xml +++ b/basicnet/textweb/lynx.xml @@ -6,9 +6,9 @@ - + - + ]> @@ -56,18 +56,21 @@ Lynx Dependencies Optional - or + or experimentaly, GnuTLS (which needs libgpg-error then libgcrypt), - an , - , , - and + , + , + an (that provides a + sendmail command), + , and - sharutils + sharutils + (for a uudecode program) User Notes: @@ -80,29 +83,35 @@ Install Lynx by running the following commands: -./configure --prefix=/usr --libdir=/etc \ - --with-zlib --with-bzlib && +./configure --prefix=/usr \ + --sysconfdir=/etc/lynx \ + --datadir=/usr/share/doc/lynx-&lynx-version; \ + --with-zlib \ + --with-bzlib && make This package does not come with a test suite. Now, as the root user: -make docdir=/usr/share/doc/lynx-&lynx-version;/doc \ - helpdir=/usr/share/doc/lynx-&lynx-version;/help install-full && -chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc +make install-full && +chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc Command Explanations - --libdir=/etc: For some reason, the - configure and make routine for - Lynx uses as the prefix - for the configuration file. This is set to - /etc so that the system wide - configuration file is /etc/lynx.cfg. + --sysconfdir=/etc/lynx: This parameter is + used so that the configuration files are located in + /etc/lynx instead of + /usr/etc. + + --datadir=/usr/share/doc/lynx-&lynx-version;: + This parameter is used so that the documentation files are installed into + /usr/share/doc/lynx-&lynx-version; + instead of + /usr/share/lynx_{doc,help}. --with-zlib: This enables support for linking libz into @@ -112,35 +121,33 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc linking libbz2 into Lynx. - docdir=... helpdir=...: These - variables are set to avoid getting the help and documentation files - installed under /etc. - - install-full: In addition to the standard - installation, this target installs the documentation and the help - files. - : This enables support for linking SSL into Lynx. - : This enables support for - linking GnuTLS into + : This enables experimental support + for linking GnuTLS into Lynx. + make install-full: In addition to the standard + installation, this target installs the documentation and help files. + chgrp -v -R root - /usr/share/doc/lynx-&lynx-version;/doc: + /usr/share/doc/lynx-&lynx-version;/lynx_doc: This command corrects the improper group ownership of installed documentation files caused if Lynx is built by any user other than root. + @@ -150,10 +157,10 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc Config Files - /etc/lynx.cfg + /etc/lynx/lynx.cfg - /etc/lynx.cfg + /etc/lynx/lynx.cfg @@ -163,7 +170,7 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc Various settings such as proxies can be set in the system-wide lynx.cfg file found in - /etc. + /etc/lynx. @@ -175,12 +182,12 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc Installed Program Installed Libraries - Installed Directory + Installed Directories lynx None - /usr/share/doc/lynx-&lynx-version; + /etc/lynx and /usr/share/doc/lynx-&lynx-version; diff --git a/general.ent b/general.ent index d2ef72576a..fe6b7816a1 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -280,7 +280,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e805ee034f..79e9211f17 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,15 @@ --> + + January 15th, 2007 + + + [randy] - Updated to Lynx-2.8.6. + + + + January 14th, 2007