pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/neomutt Switch to ncursesw by default for now;
details: https://anonhg.NetBSD.org/pkgsrc/rev/6989973e5c35
branches: trunk
changeset: 352198:6989973e5c35
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 09 06:31:29 2016 +0000
description:
Switch to ncursesw by default for now;
curses on NetBSD has bugs with too many inverse characters.
(or the code base has them but they don't appear with ncurses)
diffstat:
mail/neomutt/Makefile | 3 ++-
mail/neomutt/options.mk | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r ccd024f2315e -r 6989973e5c35 mail/neomutt/Makefile
--- a/mail/neomutt/Makefile Fri Sep 09 06:24:29 2016 +0000
+++ b/mail/neomutt/Makefile Fri Sep 09 06:31:29 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/09/08 21:53:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/09/09 06:31:29 wiz Exp $
DISTNAME= neomutt-20160827
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${DISTNAME}
diff -r ccd024f2315e -r 6989973e5c35 mail/neomutt/options.mk
--- a/mail/neomutt/options.mk Fri Sep 09 06:24:29 2016 +0000
+++ b/mail/neomutt/options.mk Fri Sep 09 06:31:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/07/11 22:05:02 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2016/09/09 06:31:29 wiz Exp $
# Global and legacy options
@@ -9,7 +9,7 @@
PKG_SUPPORTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp
PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox
PKG_SUPPORTED_OPTIONS+= mutt-sidebar
-PKG_SUGGESTED_OPTIONS= curses gpgme idn mutt-hcache mutt-smtp sasl smime ssl
+PKG_SUGGESTED_OPTIONS= ncursesw gpgme idn mutt-hcache mutt-smtp sasl smime ssl
PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox
PKG_SUGGESTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp
PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox
Home |
Main Index |
Thread Index |
Old Index