pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   vins
Date:           Fri Jan  6 10:02:16 UTC 2023

Modified Files:
        pkgsrc/mail/notmuch: PLIST options.mk

Log Message:
mail/notmuch: notmuch(3) also requires doxygen


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/notmuch/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/notmuch/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/notmuch/PLIST
diff -u pkgsrc/mail/notmuch/PLIST:1.27 pkgsrc/mail/notmuch/PLIST:1.28
--- pkgsrc/mail/notmuch/PLIST:1.27      Fri Jan  6 09:46:07 2023
+++ pkgsrc/mail/notmuch/PLIST   Fri Jan  6 10:02:16 2023
@@ -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-setup.1
 ${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

Index: pkgsrc/mail/notmuch/options.mk
diff -u pkgsrc/mail/notmuch/options.mk:1.10 pkgsrc/mail/notmuch/options.mk:1.11
--- pkgsrc/mail/notmuch/options.mk:1.10 Fri Jan  6 08:50:42 2023
+++ pkgsrc/mail/notmuch/options.mk      Fri Jan  6 10:02:16 2023
@@ -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 @@ PLIST_VARS+=          doc
 .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