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:   wiz
Date:           Tue Apr 13 08:36:09 UTC 2021

Modified Files:
        pkgsrc/mail/notmuch: Makefile

Log Message:
notmuch: mark python as build dependency

Python bindings are not installed by this package.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/notmuch/Makefile

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/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.63 pkgsrc/mail/notmuch/Makefile:1.64
--- pkgsrc/mail/notmuch/Makefile:1.63   Fri Feb 19 15:37:43 2021
+++ pkgsrc/mail/notmuch/Makefile        Tue Apr 13 08:36:09 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2021/02/19 15:37:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2021/04/13 08:36:09 wiz Exp $
 
 DISTNAME=      notmuch-0.31.4
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -17,6 +18,8 @@ MAKE_FLAGS+=  PYTHON=${PYTHONBIN}
 INFO_FILES=    yes
 #TEST_TARGET=  check
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 REPLACE_BASH+= emacs/notmuch-emacs-mua
 
 .include "options.mk"
@@ -48,7 +51,6 @@ LDFLAGS.SunOS+=       -lnsl
 .include "../../lang/python/application.mk"
 BUILDLINK_API_DEPENDS.gmime3+= gmime3>=3.0.3
 .include "../../mail/gmime3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.xapian+= xapian>=1.4
 .include "../../textproc/xapian/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"
 BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.5.2



Home | Main Index | Thread Index | Old Index