pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch notmuch: disable perl test dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee4a40beaf1a
branches:  trunk
changeset: 459178:ee4a40beaf1a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 01 08:21:07 2021 +0000

description:
notmuch: disable perl test dependency

If this is here, the build on NetBSD breaks with

In file included from gmime-filter-reply.c:21:
gmime-filter-reply.h:22:10: fatal error: gmime/gmime-filter.h: No such file or directory
   22 | #include <gmime/gmime-filter.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

after

Checking for available C compiler warning flags...
        -Wall -Wextra -Wwrite-strings -Wmissing-declarations
./configure: perl_absolute: parameter not set
./configure: perl_absolute: parameter not set


Disable test target as well.

diffstat:

 mail/notmuch/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r db8572e79e3b -r ee4a40beaf1a mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Fri Oct 01 02:57:20 2021 +0000
+++ b/mail/notmuch/Makefile     Fri Oct 01 08:21:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2021/09/30 13:18:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.72 2021/10/01 08:21:07 wiz Exp $
 
 DISTNAME=      notmuch-0.33.2
 CATEGORIES=    mail
@@ -12,10 +12,10 @@
 
 HAS_CONFIGURE= yes
 USE_LANGUAGES= c c++
-USE_TOOLS+=    bash gmake makeinfo perl:test pkg-config
+USE_TOOLS+=    bash gmake makeinfo pkg-config # perl:test
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
 INFO_FILES=    yes
-TEST_TARGET=   check
+#TEST_TARGET=  check
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index