Date: Sat, 18 Jan 2003 22:30:00 +0100 From: Jan Siml <jsi@jules.de> To: ports@FreeBSD.org Subject: FreeBSD-Port: Mailman 2.1, Lynx required Message-ID: <5.2.0.9.2.20030118222919.009f6060@eris.jules.de>
next in thread | raw e-mail | index | archive | help
Hello! Update to version 2.1 was successful. After making all the changes mentioned in ${PREFIX}/share/mailman/ Mailman is running fine. But one thing is missing. To convert text/html into plain text an installation of lynx is needed. In ${PREFIX}/mailman/Mailman/Defaults.py you can find the following: # Command that is used to convert text/html parts into plain text. This # should output results to standard output. %(filename)s will contain the # name of the temporary file that the program should operate on. HTML_TO_PLAIN_TEXT_COMMAND = '/usr/bin/lynx -dump %(filename)s' But lynx isn't installed at my systems and it wasn't installed by the Mailman-Port, too. Not at /usr/bin/ neither anywhere else. Shouldn't the port do this? Or is it recommend to manually install lynx? Regards Jan -- Microsoft has argued that open source is bad for business, but you have to ask, "Whose business? Theirs, or yours?" Tim O'Reilly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.2.0.9.2.20030118222919.009f6060>