bket 2021-03-14 19:50:49 +00:00
parent ef1de01ce7
commit fe5fb9fb89
6 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.4 2020/11/16 15:53:10 bket Exp $
# $OpenBSD: Makefile.inc,v 1.5 2021/03/14 19:50:49 bket Exp $
V = 0.31.2
V = 0.31.4
DISTNAME = notmuch-$V
EXTRACT_SUFX = .tar.xz

View File

@ -1,10 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2021/03/05 10:43:05 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2021/03/14 19:50:49 bket Exp $
COMMENT-main = mail indexer, tagger and threader
COMMENT-emacs = Emacs bindings for notmuch
REVISION-main = 0
PKGNAME-main = notmuch-${V}
PKGNAME-emacs = notmuch-emacs-${V}

View File

@ -1,2 +1,2 @@
SHA256 (notmuch-0.31.2.tar.xz) = FFa2PgRjcJTu/n5vmkWBLtQZOSoDIv6LD0Ut0GpM++8=
SIZE (notmuch-0.31.2.tar.xz) = 713388
SHA256 (notmuch-0.31.4.tar.xz) = hmG2ZWdmD9YwrxDEZHwwMn/dGzSpiMq4DWFDKKW3T1U=
SIZE (notmuch-0.31.4.tar.xz) = 713888

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-test_T360-symbol-hiding_sh,v 1.1.1.1 2020/05/15 08:58:14 sthen Exp $
$OpenBSD: patch-test_T360-symbol-hiding_sh,v 1.2 2021/03/14 19:50:49 bket Exp $
Index: test/T360-symbol-hiding.sh
--- test/T360-symbol-hiding.sh.orig
@ -7,8 +7,8 @@ Index: test/T360-symbol-hiding.sh
test_expect_equal "$result" "$output"
test_begin_subtest 'comparing existing to exported symbols'
-nm -P $NOTMUCH_BUILDDIR/lib/libnotmuch.so | awk '$2 == "T" && $1 ~ "^notmuch" {print $1}' | sort | uniq > ACTUAL
+nm -P $NOTMUCH_BUILDDIR/lib/libnotmuch.so* | awk '$2 == "T" && $1 ~ "^notmuch" {print $1}' | sort | uniq > ACTUAL
sed -n 's/^\(notmuch_[a-zA-Z0-9_]*\)[[:blank:]]*(.*/\1/p' $NOTMUCH_SRCDIR/lib/notmuch.h | sort | uniq > EXPORTED
-readelf -Ws $NOTMUCH_BUILDDIR/lib/libnotmuch.so | sed -e 's/\[[^]]*\]//' |\
+readelf -Ws $NOTMUCH_BUILDDIR/lib/libnotmuch.so* | sed -e 's/\[[^]]*\]//' |\
awk '$4 == "FUNC" && $5 == "GLOBAL" && $7 != "UND" {print $8}' | sort -u > ACTUAL
sed -n 's/^\(notmuch_[a-zA-Z0-9_]*\)[[:blank:]]*(.*/\1/p' $NOTMUCH_SRCDIR/lib/notmuch.h | sort -u > EXPORTED
test_expect_equal_file EXPORTED ACTUAL

View File

@ -1,9 +1,11 @@
@comment $OpenBSD: PLIST-emacs,v 1.1.1.1 2020/05/15 08:58:14 sthen Exp $
@comment $OpenBSD: PLIST-emacs,v 1.2 2021/03/14 19:50:49 bket Exp $
bin/notmuch-emacs-mua
@info info/notmuch-emacs-mua.info
@info info/notmuch-emacs.info
@man man/man1/notmuch-emacs-mua.1
share/applications/
share/applications/notmuch-emacs-mua.desktop
share/emacs/
share/emacs/site-lisp/coolj.el
share/emacs/site-lisp/coolj.elc
share/emacs/site-lisp/notmuch-address.el

View File

@ -1,2 +1,2 @@
SHA256 (notmuch-0.31.2.tar.xz) = FFa2PgRjcJTu/n5vmkWBLtQZOSoDIv6LD0Ut0GpM++8=
SIZE (notmuch-0.31.2.tar.xz) = 713388
SHA256 (notmuch-0.31.4.tar.xz) = hmG2ZWdmD9YwrxDEZHwwMn/dGzSpiMq4DWFDKKW3T1U=
SIZE (notmuch-0.31.4.tar.xz) = 713888