From owner-freebsd-ports Sat Jan 18 13:30:54 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C6237B401 for ; Sat, 18 Jan 2003 13:30:53 -0800 (PST) Received: from eris.jules.de (eris.jules.de [80.190.100.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957B543F18 for ; Sat, 18 Jan 2003 13:30:52 -0800 (PST) (envelope-from jsi@jules.de) Received: from alanis.jules.de (pD9E6C725.dip0.t-ipconnect.de [217.230.199.37]) by eris.jules.de (Postfix) with ESMTP id 5E10A77A38 for ; Sat, 18 Jan 2003 22:30:48 +0100 (CET) Message-Id: <5.2.0.9.2.20030118222919.009f6060@eris.jules.de> X-Sender: jan@eris.jules.de X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 18 Jan 2003 22:30:00 +0100 To: ports@FreeBSD.org From: Jan Siml Subject: FreeBSD-Port: Mailman 2.1, Lynx required Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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