Hi,
The following diff updates mail/notmuch to 0.38.
ChangeLog: https://notmuchmail.org/news/release-0.38/
Tested on amd64. The test suite seems a bit better (with more tests).
=== 0.37 test suite ===
Notmuch test suite complete.
1393/1407 tests passed.
7 broken tests failed as expected.
7 tests failed.
All tests in 6 files skipped.
5 tests failed to report results.
=== 0.38 test suite ===
Notmuch test suite complete.
1708/1722 tests passed.
11 broken tests failed as expected.
3 tests failed.
All tests in 7 files skipped.
2 tests failed to report results.
Comments or OK ?
--
Sebastien Marie
diff /home/semarie/repos/openbsd/ports
commit - 89cf5b942df3c21a540652095538522236f17010
path + /home/semarie/repos/openbsd/ports
blob - dac07c722724d628396df4816b801f1aeaa2b1cd
file + mail/notmuch/Makefile.inc
--- mail/notmuch/Makefile.inc
+++ mail/notmuch/Makefile.inc
@@ -1,4 +1,4 @@
-V = 0.37
+V = 0.38
DISTNAME = notmuch-$V
EXTRACT_SUFX = .tar.xz
blob - 9154b43d3a01bdfde420b9206db83956ab1c6aa3
file + mail/notmuch/notmuch/distinfo
--- mail/notmuch/notmuch/distinfo
+++ mail/notmuch/notmuch/distinfo
@@ -1,2 +1,2 @@
-SHA256 (notmuch-0.37.tar.xz) = DnZt8ot4v064I1Ymqx9S8E8eNmZJMlqM6NPJCGAnhvY=
-SIZE (notmuch-0.37.tar.xz) = 792568
+SHA256 (notmuch-0.38.tar.xz) = oXkBrb5D9IGmv1PBWiogJovI3HrVzPaFoNF8FFbbr24=
+SIZE (notmuch-0.38.tar.xz) = 804536
blob - c68971195a98c0115273192bc0f0cc9410a18af2
file + mail/notmuch/notmuch/patches/patch-lib_Makefile_local
--- mail/notmuch/notmuch/patches/patch-lib_Makefile_local
+++ mail/notmuch/notmuch/patches/patch-lib_Makefile_local
@@ -24,7 +24,7 @@ Index: lib/Makefile.local
endif
ifeq ($(LIBDIR_IN_LDCONFIG),1)
ifeq ($(DESTDIR),)
-@@ -75,19 +79,23 @@ $(dir)/libnotmuch.a: $(libnotmuch_modules)
+@@ -76,19 +80,23 @@ $(dir)/libnotmuch.a: $(libnotmuch_modules)
$(dir)/$(LIBNAME): $(libnotmuch_modules) util/libnotmuch_util.a
parse-time-string/libparse-time-string.a
$(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules)
$(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libnotmuch_util.a
parse-time-string/libparse-time-string.a
blob - f38aeddf5a7c0b5ebfd29f3c7f839a8136481df2
file + mail/notmuch/notmuch/patches/patch-test_T360-symbol-hiding_sh
--- mail/notmuch/notmuch/patches/patch-test_T360-symbol-hiding_sh
+++ mail/notmuch/notmuch/patches/patch-test_T360-symbol-hiding_sh
@@ -1,7 +1,7 @@
Index: test/T360-symbol-hiding.sh
--- test/T360-symbol-hiding.sh.orig
+++ test/T360-symbol-hiding.sh
-@@ -26,7 +26,7 @@ test_begin_subtest 'checking output'
+@@ -30,7 +30,7 @@ test_begin_subtest 'checking output'
test_expect_equal "$result" "$output"
test_begin_subtest 'comparing existing to exported symbols'
blob - b32678bac5f3d835d8594e3d9c930c2365b71fa4
file + mail/notmuch/notmuch/patches/patch-test_test-lib_sh
--- mail/notmuch/notmuch/patches/patch-test_test-lib_sh
+++ mail/notmuch/notmuch/patches/patch-test_test-lib_sh
@@ -4,12 +4,12 @@ Removing the append logic fixes this
Index: test/test-lib.sh
--- test/test-lib.sh.orig
+++ test/test-lib.sh
-@@ -919,7 +919,7 @@ notmuch_with_shim () {
- base_name="$1"
+@@ -944,7 +944,7 @@ notmuch_with_shim () {
+ base_name=$1
shift
shim_file="${base_name}.so"
-- LD_PRELOAD=${LD_PRELOAD:+:$LD_PRELOAD}:./${shim_file} notmuch-shared "$@"
-+ LD_PRELOAD=./${shim_file} notmuch-shared "$@"
+- LD_PRELOAD=${LD_PRELOAD:+:$LD_PRELOAD}:./${shim_file} $notmuch_cmd "$@"
++ LD_PRELOAD=./${shim_file} $notmuch_cmd "$@"
}
# Creates a script that counts how much time it is executed and calls
blob - f3e2f3143156c6012fc1c5e69acbba1bc02e82b0
file + mail/notmuch/py-notmuch/Makefile
--- mail/notmuch/py-notmuch/Makefile
+++ mail/notmuch/py-notmuch/Makefile
@@ -1,7 +1,6 @@
COMMENT = Python bindings for notmuch
PKGNAME = py-notmuch-${V}
-REVISION = 1
MODULES = lang/python
MODPY_EGG_VERSION = ${V}
blob - 9154b43d3a01bdfde420b9206db83956ab1c6aa3
file + mail/notmuch/py-notmuch/distinfo
--- mail/notmuch/py-notmuch/distinfo
+++ mail/notmuch/py-notmuch/distinfo
@@ -1,2 +1,2 @@
-SHA256 (notmuch-0.37.tar.xz) = DnZt8ot4v064I1Ymqx9S8E8eNmZJMlqM6NPJCGAnhvY=
-SIZE (notmuch-0.37.tar.xz) = 792568
+SHA256 (notmuch-0.38.tar.xz) = oXkBrb5D9IGmv1PBWiogJovI3HrVzPaFoNF8FFbbr24=
+SIZE (notmuch-0.38.tar.xz) = 804536