FreeBSD Bugzilla – Attachment 174261 Details for
Bug 212292
[patch] mail/neomutt: add NCURSES/SLANG selection to OPTIONS because of bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
neomutt-slang.diff (text/plain), 1.14 KB, created by
Kurt Jaeger
on 2016-08-31 17:55:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2016-08-31 17:55:37 UTC
Size:
1.14 KB
patch
obsolete
>diff -r -u -N mail/neomutt/Makefile ../../home/pi/myp/mail/neomutt/Makefile >--- mail/neomutt/Makefile 2016-08-27 22:16:07.400820000 +0200 >+++ ../../home/pi/myp/mail/neomutt/Makefile 2016-08-31 19:52:34.038436000 +0200 >@@ -2,6 +2,7 @@ > > PORTNAME= neomutt > PORTVERSION= 20160827 >+PORTREVISION= 1 > DISTVERSIONPREFIX= ${PORTNAME}- > CATEGORIES= mail > >@@ -13,7 +14,7 @@ > > USE_GITHUB= yes > >-USES= autoreconf gmake localbase ncurses shebangfix ssl >+USES= autoreconf gmake localbase shebangfix ssl > GNU_CONFIGURE= yes > > LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet \ >@@ -27,9 +28,20 @@ > > OPTIONS_DEFINE= NLS DOCS SASL ICONV IDN FLOCK GPGME > OPTIONS_DEFAULT= SASL >+OPTIONS_SINGLE= SCREEN >+OPTIONS_SINGLE_SCREEN= NCURSES SLANG > > FLOCK_DESC= Use flock() to lock files > GPGME_DESC= Use gpgme to handle pgp >+NCURSES_DESC= Ncurses support >+SLANG_DESC= SLANG support >+ >+# Handle ncurses/ncurses-port/slang >+SLANG_CONFIGURE_ON= --with-slang=${LOCALBASE} >+SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 >+SLANG_VARS= PKGMESSAGE=${FILESDIR}/pkg-message.slang >+ >+NCURSES_USES= ncurses > > CONFIGURE_ARGS= --disable-dependency-tracking \ > --with-docdir="${DOCSDIR}" \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212292
: 174261 |
174262
|
174263