On Fri, 7 Dec 2007, Antoine Jacoutot wrote:
On Fri, 7 Dec 2007, Markus Hennecke wrote:
If I set the xterm to UTF-8 it works here too, but no way on the console.
It did work with pine without setting this option.
Oh, common. I don't want to sound harsh or anything, but please read the
manual.
Setting "display-character-set=ISO-8859-1" in your .pinerc should do it on
the console.
Hm, I could not find the file tech-notes.txt which was distributed with
pine. It is missing from the PLIST in the port. Apparently the option
character-set was replaced. The manual (the man page) does not provide
this information. Below is a patch that will include the missing file in
the package.
Best Regards
Markus
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/alpine/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 22 Nov 2007 13:49:52 -0000 1.1.1.1
+++ Makefile 7 Dec 2007 11:03:20 -0000
@@ -74,4 +74,8 @@ pre-configure:
${WRKSRC}/alpine/Makefile.in \
${WRKSRC}/pico/Makefile.in
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/alpine
+ ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/alpine
+
.include <bsd.port.mk>
Index: pkg/PLIST-main
===================================================================
RCS file: /var/cvs/ports/mail/alpine/pkg/PLIST-main,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST-main
--- pkg/PLIST-main 22 Nov 2007 13:49:52 -0000 1.1.1.1
+++ pkg/PLIST-main 7 Dec 2007 11:03:20 -0000
@@ -7,3 +7,5 @@ bin/rpload
@man man/man1/alpine.1
@man man/man1/rpdump.1
@man man/man1/rpload.1
+share/doc/alpine/
+share/doc/alpine/tech-notes.txt