diff --git a/basicnet/mailnews/pine/pine-exp.xml b/basicnet/mailnews/pine/pine-exp.xml index 5453777962..97e46c96b2 100644 --- a/basicnet/mailnews/pine/pine-exp.xml +++ b/basicnet/mailnews/pine/pine-exp.xml @@ -15,10 +15,16 @@ quite a few target platforms, slx specifies Linux using -lcrypt to get the crypt function. See the doc/pine-ports file for more information and other authentication options. - -MAILSPOOL='/var/mail': Location of mail spool files, /var/mail. + +DEBUG=-O: This flag compiles an optimized +version of pine and pico that +produces no debug files. + +MAILSPOOL=/var/mail: Location of mail spool +files, /var/mail. + +SSLDIR=/usr SSLCERTS=/etc/ssl/certs: Location +of OpenSSL files. cd bin && install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \ @@ -26,4 +32,3 @@ rpload /usr/bin This installs Pine. - diff --git a/basicnet/mailnews/pine/pine-inst.xml b/basicnet/mailnews/pine/pine-inst.xml index 0d58082e7f..a65e01bdbf 100644 --- a/basicnet/mailnews/pine/pine-inst.xml +++ b/basicnet/mailnews/pine/pine-inst.xml @@ -4,9 +4,9 @@ Install Pine by running the following commands: patch -Np1 -i ../pine-&pine-version;-fhs.patch && -./build slx MAILSPOOL='/var/mail' \ -SSLDIR=/usr SSLCERTS=/etc/ssl/certs && -cp doc/pine.1 doc/pico.1 doc/rpdump.1 doc/rpload.1 /usr/share/man/man1 && +./build DEBUG=-O MAILSPOOL=/var/mail \ +SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx && +cp doc/{pine,pico,rpdump,rpload}.1 /usr/share/man/man1 && cd bin && install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \ rpload /usr/bin diff --git a/basicnet/mailnews/pine/pine-intro.xml b/basicnet/mailnews/pine/pine-intro.xml index b13091b06b..438bcc76b7 100644 --- a/basicnet/mailnews/pine/pine-intro.xml +++ b/basicnet/mailnews/pine/pine-intro.xml @@ -29,7 +29,7 @@ url="&pine-download-ftp;"/> Additional downloads Recommended patch: +url="&patch-root;/pine-&pine-version;-fhs.patch"/> diff --git a/basicnet/mailnews/pine/pine.ent b/basicnet/mailnews/pine/pine.ent index 58c39914c2..ce7cfd3a38 100644 --- a/basicnet/mailnews/pine/pine.ent +++ b/basicnet/mailnews/pine/pine.ent @@ -4,9 +4,9 @@ - + - - - + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index b162ebee63..3fe4471112 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +October 26th, 2003 [igor]: Updated to +Pine-4.58. + October 24th, 2003 [igor]: Apache: set proper permissions for installed files.