FreeBSD Bugzilla – Attachment 177423 Details for
Bug 214860
mail/notmuch: fix RUN_DEPENDS for MUTT option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
notmuch.patch (text/plain), 2.04 KB, created by
Piotr Kubaj
on 2016-11-26 22:54:24 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2016-11-26 22:54:24 UTC
Size:
2.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 426883) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= notmuch >-PORTVERSION= 0.23.1 >+PORTVERSION= 0.23.2 > CATEGORIES= mail > MASTER_SITES= http://notmuchmail.org/releases/ > >@@ -27,7 +27,8 @@ > > MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} > >-OPTIONS_DEFINE= BASH DOXYGEN EMACS MANPAGES RUBY ZSH >+OPTIONS_DEFINE= BASH DOXYGEN EMACS MANPAGES NOTMUCHMUTT RUBY ZSH >+NOTMUCHMUTT_DESC= Install notmuch-mutt script > EMACS_DESC= Install EMACS lisp files (requires emacs) > OPTIONS_SUB= yes > >@@ -34,6 +35,9 @@ > BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion > BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS} > BASH_CONFIGURE_WITH= bash-completion >+NOTMUCHMUTT_RUN_DEPENDS= p5-Mail-Tools>0:mail/p5-Mail-Tools \ >+ p5-Mail-Box>0:mail/p5-Mail-Box \ >+ p5-String-ShellQuote>0:textproc/p5-String-ShellQuote > DOXYGEN_CONFIGURE_WITH= api-docs > DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen > EMACS_CONFIGURE_WITH= emacs >@@ -50,6 +54,14 @@ > CONFIGURE_ENV= zlib_cflags="" zlib_ldflags="-lz" PKG_CONFIG_PATH="" > .endif > >+do-build-NOTMUCHMUTT-on: >+ ${MAKE_CMD} -C ${WRKSRC}/contrib/notmuch-mutt all >+ ${GZIP_CMD} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1 >+ >+do-install-NOTMUCHMUTT-on: >+ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_DATA} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1.gz ${STAGEDIR}${PREFIX}/bin >+ > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.4.0 >Index: distinfo >=================================================================== >--- distinfo (revision 426883) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1477336281 >-SHA256 (notmuch-0.23.1.tar.gz) = e8012a1aa9afa47dfeb78f826610577e6bf9714e0933f28139c8611aad96d180 >-SIZE (notmuch-0.23.1.tar.gz) = 690069 >+TIMESTAMP = 1479902218 >+SHA256 (notmuch-0.23.2.tar.gz) = edfd7528d43bf1e1ab2620607f9fdcf772603455a61c2eb49978619c352c97bc >+SIZE (notmuch-0.23.2.tar.gz) = 690833
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 214860
:
177423
|
177424