Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2010 21:48:10 +0100 (CET)
From:      olli hauer <ohauer@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ohauer@gmx.de
Subject:   ports/145090: [patch] port mail/dspam OPTION line to long for dialog, does not display checkboxes
Message-ID:  <20100327204810.6AA5E261CC@u18-124.dsl.vianetworks.de>
Resent-Message-ID: <201003272050.o2RKo2MJ086351@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145090
>Category:       ports
>Synopsis:       [patch] port mail/dspam OPTION line to long for dialog, does not display checkboxes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 27 20:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        
>Organization:
>Environment:


>Description:
One off the OPTION line is exact to long so dialog displays only the text but not the checkboxes.
I've spend some time to figure out what cause the real problem but it does not show up in a simple testcase with one option.

I dont't want to attach the screen shoots but if someone want to see them send me a ping back.


>How-To-Repeat:
>Fix:
--- patch_mail_dspam.txt begins here ---
--- Makefile.orig	2010-03-06 19:42:46.000000000 +0100
+++ Makefile	2010-03-27 21:13:56.000000000 +0100
@@ -72,7 +72,7 @@
 OPTIONS+=	POSTFIX_MBC "Dspam as mailbox_command in Postfix" off
 OPTIONS+=	QMAIL "Play nice with Qmail mail server" off
 
-OPTIONS+=	WebUI "Install WebUI - pulls in Apache or see below" off
+OPTIONS+=	WebUI "Install WebUI, pulls in Apache or see below" off
 OPTIONS+=	LIGHTTPD "RUN_DEPEND on LightHTTPD, not Apache" off
 
 USE_PERL5=	yes
--- patch_mail_dspam.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100327204810.6AA5E261CC>