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:           Fri Oct  1 08:21:07 UTC 2021

Modified Files:
        pkgsrc/mail/notmuch: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 pkgsrc/mail/notmuch/Makefile:1.72
--- pkgsrc/mail/notmuch/Makefile:1.71   Thu Sep 30 13:18:17 2021
+++ pkgsrc/mail/notmuch/Makefile        Fri Oct  1 08:21:07 2021
@@ -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 @@ LICENSE=    gnu-gpl-v3
 
 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