pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/notmuch mail/notmuch: notmuch(3) also requires do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a830b4c8dcd
branches:  trunk
changeset: 391239:3a830b4c8dcd
user:      vins <vins%pkgsrc.org@localhost>
date:      Fri Jan 06 10:02:16 2023 +0000

description:
mail/notmuch: notmuch(3) also requires doxygen

diffstat:

 mail/notmuch/PLIST      |  4 ++--
 mail/notmuch/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 4bfbcbefe46b -r 3a830b4c8dcd mail/notmuch/PLIST
--- a/mail/notmuch/PLIST        Fri Jan 06 09:46:07 2023 +0000
+++ b/mail/notmuch/PLIST        Fri Jan 06 10:02:16 2023 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2023/01/06 09:46:07 vins Exp $
+@comment $NetBSD: PLIST,v 1.28 2023/01/06 10:02:16 vins Exp $
 bin/notmuch
 ${PLIST.emacs}bin/notmuch-emacs-mua
 include/notmuch.h
@@ -46,7 +46,7 @@
 ${PLIST.doc}man/man1/notmuch-show.1
 ${PLIST.doc}man/man1/notmuch-tag.1
 ${PLIST.doc}man/man1/notmuch.1
-${PLIST.doc}man/man3/notmuch.3.gz
+${PLIST.doc}man/man3/notmuch.3
 ${PLIST.doc}man/man5/notmuch-hooks.5
 ${PLIST.doc}man/man7/notmuch-properties.7
 ${PLIST.doc}man/man7/notmuch-search-terms.7
diff -r 4bfbcbefe46b -r 3a830b4c8dcd mail/notmuch/options.mk
--- a/mail/notmuch/options.mk   Fri Jan 06 09:46:07 2023 +0000
+++ b/mail/notmuch/options.mk   Fri Jan 06 10:02:16 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2023/01/06 08:50:42 vins Exp $
+# $NetBSD: options.mk,v 1.11 2023/01/06 10:02:16 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.notmuch
 PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
@@ -26,6 +26,7 @@
 .if !empty(PKG_OPTIONS:Mdoc)
 PLIST.doc=             yes
 USE_TOOLS+=            perl
+BUILD_DEPENDS+=                doxygen-[0-9]*:../../devel/doxygen
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 .else
 CONFIGURE_ARGS+=       --without-docs



Home | Main Index | Thread Index | Old Index