Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2025 13:11:40 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15ba6bf195fc - main - mail/neomutt: prune the remains of SCREEN
Message-ID:  <202501081311.508DBe8m055133@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15ba6bf195fc4a014a3220abb697d5ca0cff2cd6

commit 15ba6bf195fc4a014a3220abb697d5ca0cff2cd6
Author:     Eygene Ryabinkin <rea@FreeBSD.org>
AuthorDate: 2025-01-04 16:18:00 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2025-01-08 13:10:48 +0000

    mail/neomutt: prune the remains of SCREEN
    
    Cleanup leftovers after S-lang support was removed upstream
    and was excluded from the port at revision
      https://cgit.freebsd.org/ports/commit/?id=05bfdaa815652f3f588e63ab0d4c036c0eeadc68
    
    Signed-off-by: Eygene Ryabinkin <rea@FreeBSD.org>
---
 mail/neomutt/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile
index 04055a97757a..4e7b0c376078 100644
--- a/mail/neomutt/Makefile
+++ b/mail/neomutt/Makefile
@@ -27,7 +27,7 @@ SHEBANG_FILES=	contrib/smime_keys \
 		data/account-command/macos-keychain/keychain.py
 
 OPTIONS_DEFINE=	NLS DOCS SASL IDN FLOCK GPGME NOTMUCH
-OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB NCURSES GSSAPI_BASE
+OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB GSSAPI_BASE
 OPTIONS_MULTI=	HCACHE
 OPTIONS_MULTI_HCACHE=	BDB GDBM KYOTOCABINET LMDB QDBM TOKYOCABINET
 OPTIONS_SINGLE=	GSSAPI
@@ -41,7 +41,6 @@ KYOTOCABINET_DESC=	Kyoto Cabinet support
 LMDB_DESC=		Lightning Memory-Mapped Database support
 QDBM_DESC=		Quick DataBase Manager support
 TOKYOCABINET_DESC=	Tokyo Cabinet support
-SCREEN_DESC=	Screen options
 
 CONFIGURE_ARGS=	--with-ssl="${OPENSSLBASE}" \
 		--locales-fix \



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