pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  9 06:31:29 UTC 2016

Modified Files:
        pkgsrc/mail/neomutt: Makefile options.mk

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/neomutt/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/neomutt/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.7 pkgsrc/mail/neomutt/Makefile:1.8
--- pkgsrc/mail/neomutt/Makefile:1.7    Thu Sep  8 21:53:35 2016
+++ pkgsrc/mail/neomutt/Makefile        Fri Sep  9 06:31:29 2016
@@ -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}

Index: pkgsrc/mail/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.1 pkgsrc/mail/neomutt/options.mk:1.2
--- pkgsrc/mail/neomutt/options.mk:1.1  Mon Jul 11 22:05:02 2016
+++ pkgsrc/mail/neomutt/options.mk      Fri Sep  9 06:31:29 2016
@@ -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=  debug gpgme idn s
 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