summaryrefslogtreecommitdiff
path: root/mail/mutt/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-02-26sync w/ mutt-devel: allow native wide cursesdrochner1-2/+1
2010-01-26When using the ncursesw option, set USE_NCURSES to force the real ncursesw,ghen1-1/+2
NetBSD's built-in curses is not sufficient. See devel/ncursesw/builtin.mk.
2006-10-14Improve handling of options related to the terminal library used by thistron1-4/+24
package and add support for "ncursesw". Patch supplied by Ben Collver pkg/34777.
2006-08-08Remove "ncurses" from the list of suggested options so that packagetron1-2/+2
uses the native curses implementation by default again.
2006-08-03Fix for PR 34018 (better ncurses handling).wiz1-8/+13
Ok tron@
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-03-28Remove Cyrus SASL 1.5.x support from mail/mutt. Users that require SASLjlam1-10/+2
support should install mail/mutt-devel instead.
2005-01-01apply patch from Jason Lingohr to add "buffy-size" option.grant1-2/+9
fixes PR pkg/28814.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-15/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-09-12Rename mail/mutt's SASL option to 'sasl1' so that setting USE_SASL2 injlam1-4/+4
/etc/mk.conf won't cause mutt to try to build using SASL (since it only supports SASLv1, which conflicts with SASLv2). This fixes PR pkg/26821 by Martin Husemann.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-18/+17
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-05Make the mail/mutt and mail/mutt-devel packages more closely resemble eachjlam1-0/+57
other to facilitate easier updates of the mail/mutt package when the next mutt is released. The changes to mail/mutt include: * convert mail/mutt to use bsd.options.mk * remove unnecessary patches and use subst.mk instead Approved by <tron>.