Fri Jan 6 08:50:42 2023 UTC ()
mail/notmuch: perl is required to build man page.

PLIST file sorted alphabetically.


(vins)
diff -r1.25 -r1.26 pkgsrc/mail/notmuch/PLIST
diff -r1.9 -r1.10 pkgsrc/mail/notmuch/options.mk

cvs diff -r1.25 -r1.26 pkgsrc/mail/notmuch/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/notmuch/PLIST 2022/08/26 13:12:38 1.25
+++ pkgsrc/mail/notmuch/PLIST 2023/01/06 08:50:42 1.26
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1@comment $NetBSD: PLIST,v 1.25 2022/08/26 13:12:38 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.26 2023/01/06 08:50:42 vins Exp $
2bin/notmuch 2bin/notmuch
3${PLIST.emacs}bin/notmuch-emacs-mua 3${PLIST.emacs}bin/notmuch-emacs-mua
4include/notmuch.h 4include/notmuch.h
5${PLIST.doc}info/nmbug.info 5${PLIST.doc}info/nmbug.info
6${PLIST.doc}info/notmuch-address.info 6${PLIST.doc}info/notmuch-address.info
7${PLIST.doc}info/notmuch-compact.info 7${PLIST.doc}info/notmuch-compact.info
8${PLIST.doc}info/notmuch-config.info 8${PLIST.doc}info/notmuch-config.info
9${PLIST.doc}info/notmuch-count.info 9${PLIST.doc}info/notmuch-count.info
10${PLIST.doc}info/notmuch-dump.info 10${PLIST.doc}info/notmuch-dump.info
11${PLIST.doc}info/notmuch-emacs-mua.info 11${PLIST.doc}info/notmuch-emacs-mua.info
12${PLIST.emacs}${PLIST.doc}info/notmuch-emacs.info 12${PLIST.emacs}${PLIST.doc}info/notmuch-emacs.info
13${PLIST.doc}info/notmuch-git.info 13${PLIST.doc}info/notmuch-git.info
14${PLIST.doc}info/notmuch-hooks.info 14${PLIST.doc}info/notmuch-hooks.info
15${PLIST.doc}info/notmuch-insert.info 15${PLIST.doc}info/notmuch-insert.info
16${PLIST.doc}info/notmuch-new.info 16${PLIST.doc}info/notmuch-new.info
17${PLIST.doc}info/notmuch-properties.info 17${PLIST.doc}info/notmuch-properties.info
18${PLIST.doc}info/notmuch-reindex.info 18${PLIST.doc}info/notmuch-reindex.info
19${PLIST.doc}info/notmuch-reply.info 19${PLIST.doc}info/notmuch-reply.info
20${PLIST.doc}info/notmuch-restore.info 20${PLIST.doc}info/notmuch-restore.info
21${PLIST.doc}info/notmuch-search-terms.info 21${PLIST.doc}info/notmuch-search-terms.info
22${PLIST.doc}info/notmuch-setup.info 
23${PLIST.doc}info/notmuch-search.info 22${PLIST.doc}info/notmuch-search.info
 23${PLIST.doc}info/notmuch-setup.info
24${PLIST.doc}info/notmuch-sexp-queries.info 24${PLIST.doc}info/notmuch-sexp-queries.info
25${PLIST.doc}info/notmuch-show.info 25${PLIST.doc}info/notmuch-show.info
26${PLIST.doc}info/notmuch-tag.info 26${PLIST.doc}info/notmuch-tag.info
27${PLIST.doc}info/notmuch.info 27${PLIST.doc}info/notmuch.info
28lib/libnotmuch.so 28lib/libnotmuch.so
29lib/libnotmuch.so.5 29lib/libnotmuch.so.5
30lib/libnotmuch.so.5.6.0 30lib/libnotmuch.so.5.6.0
31${PLIST.doc}man/man1/nmbug.1 31${PLIST.doc}man/man1/nmbug.1
32${PLIST.doc}man/man1/notmuch-address.1 32${PLIST.doc}man/man1/notmuch-address.1
33${PLIST.doc}man/man1/notmuch-compact.1 33${PLIST.doc}man/man1/notmuch-compact.1
34${PLIST.doc}man/man1/notmuch-config.1 34${PLIST.doc}man/man1/notmuch-config.1
35${PLIST.doc}man/man1/notmuch-count.1 35${PLIST.doc}man/man1/notmuch-count.1
36${PLIST.doc}man/man1/notmuch-dump.1 36${PLIST.doc}man/man1/notmuch-dump.1

cvs diff -r1.9 -r1.10 pkgsrc/mail/notmuch/options.mk (expand / switch to unified diff)

--- pkgsrc/mail/notmuch/options.mk 2022/08/20 05:11:21 1.9
+++ pkgsrc/mail/notmuch/options.mk 2023/01/06 08:50:42 1.10
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: options.mk,v 1.9 2022/08/20 05:11:21 ryoon Exp $ 1# $NetBSD: options.mk,v 1.10 2023/01/06 08:50:42 vins Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.notmuch 3PKG_OPTIONS_VAR= PKG_OPTIONS.notmuch
4PKG_SUPPORTED_OPTIONS= notmuch-emacs doc 4PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
5PKG_SUGGESTED_OPTIONS+= doc 5PKG_SUGGESTED_OPTIONS+= doc
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9### 9###
10### emacs support 10### emacs support
11### 11###
12BUILDLINK_DEPMETHOD.desktop-file-utils= build 12BUILDLINK_DEPMETHOD.desktop-file-utils= build
13.include "../../sysutils/desktop-file-utils/buildlink3.mk" 13.include "../../sysutils/desktop-file-utils/buildlink3.mk"
14PLIST_VARS+= emacs 14PLIST_VARS+= emacs
15.if !empty(PKG_OPTIONS:Mnotmuch-emacs) 15.if !empty(PKG_OPTIONS:Mnotmuch-emacs)
16DEPENDS+= emacs>=25.1:../../editors/emacs 16DEPENDS+= emacs>=25.1:../../editors/emacs
17PLIST.emacs= yes 17PLIST.emacs= yes
18.else 18.else
19CONFIGURE_ARGS+= --without-emacs 19CONFIGURE_ARGS+= --without-emacs
20.endif 20.endif
21 21
22### 22###
23### documentation support 23### documentation support
24### 24###
25PLIST_VARS+= doc 25PLIST_VARS+= doc
26.if !empty(PKG_OPTIONS:Mdoc) 26.if !empty(PKG_OPTIONS:Mdoc)
27PLIST.doc= yes 27PLIST.doc= yes
 28USE_TOOLS+= perl
28BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx 29BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
29.else 30.else
30CONFIGURE_ARGS+= --without-docs 31CONFIGURE_ARGS+= --without-docs
31CONFIGURE_ARGS+= --without-api-docs 32CONFIGURE_ARGS+= --without-api-docs
32.endif 33.endif