pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/28814: Addition of --enable-buffy-size configure option to PKG_OPTIONS.mutt



>Number:         28814
>Category:       pkg
>Synopsis:       Addition of --enable-buffy-size configure option to 
>PKG_OPTIONS.mutt
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 30 06:21:00 +0000 2004
>Originator:     Jason Lingohr
>Release:        N/A
>Organization:
>Environment:
Linux 2.2.18
>Description:
I use xbuffy, which changes access times on mailboxes and thus confusing mutt.  
--enable-buffy-size is an adequate workaround for me, hence this patch.

Diff made in pkgsrc/mail/mutt.

>How-To-Repeat:

>Fix:
--- options.mk.ORIG     Wed Nov 24 13:11:18 2004
+++ options.mk  Thu Dec 30 13:35:18 2004
@@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.4 2004/11/17 19:56:49 xtraeme Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mutt
-PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl1
+PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl1 buffy-size
 
 .if !defined(PKG_OPTIONS.mutt)
 PKG_DEFAULT_OPTIONS+=  ssl
@@ -39,4 +39,11 @@
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE}
 .else
 CONFIGURE_ARGS+=       --without-ssl
+.endif
+
+###
+### configure option --enable-buffy-size
+###
+.if !empty(PKG_OPTIONS:Mbuffy-size)
+CONFIGURE_ARGS+=       --enable-buffy-size
 .endif




Home | Main Index | Thread Index | Old Index