Date: Wed, 12 Oct 2016 16:37:17 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423873 - head/mail/neomutt Message-ID: <201610121637.u9CGbHIW073549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Oct 12 16:37:17 2016 New Revision: 423873 URL: https://svnweb.freebsd.org/changeset/ports/423873 Log: mail/neomutt: make notmuch optional (on by default) Approved by: bapt (maintainer) Modified: head/mail/neomutt/Makefile Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Wed Oct 12 16:20:49 2016 (r423872) +++ head/mail/neomutt/Makefile Wed Oct 12 16:37:17 2016 (r423873) @@ -3,6 +3,7 @@ PORTNAME= neomutt PORTVERSION= 20161003 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= bapt@FreeBSD.org @@ -16,7 +17,6 @@ USE_GITHUB= yes USES= autoreconf localbase ncurses shebangfix ssl GNU_CONFIGURE= yes -LIB_DEPENDS= libnotmuch.so:mail/notmuch BUILD_DEPENDS= gdate:sysutils/coreutils RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ urlview:textproc/urlview @@ -24,13 +24,14 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types OPTIONS_SUB= yes SHEBANG_FILES= smime_keys.pl -OPTIONS_DEFINE= NLS DOCS SASL ICONV IDN FLOCK GPGME -OPTIONS_DEFAULT=SASL TOKYOCABINET +OPTIONS_DEFINE= NLS DOCS SASL ICONV IDN FLOCK GPGME NOTMUCH +OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH OPTIONS_RADIO= HCACHE OPTIONS_RADIO_HCACHE= TOKYOCABINET LMDB FLOCK_DESC= Use flock() to lock files GPGME_DESC= Use gpgme to handle pgp +NOTMUCH_DESC= Use notmuch for tagging and searching TOKYOCABINET_DESC= Use TokyoCabinet as header-cache backend LMDB_DESC= Use LMDB as header-cache backend @@ -44,7 +45,6 @@ CONFIGURE_ARGS= --disable-dependency-tra --enable-compressed \ --enable-hcache \ --enable-sidebar \ - --enable-notmuch \ --without-qdbm \ --disable-fcntl \ --enable-external-dotlock @@ -75,6 +75,9 @@ SASL_CONFIGURE_ON= --with-sasl GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_CONFIGURE_ENABLE= gpgme +NOTMUCH_LIB_DEPENDS= libnotmuch.so:mail/notmuch +NOTMUCH_CONFIGURE_ENABLE= notmuch + DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ lynx:www/lynx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610121637.u9CGbHIW073549>