pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/notmuch Don't let CDPATH affect the build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0e30c43142b
branches: trunk
changeset: 454860:f0e30c43142b
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jun 23 18:34:33 2021 +0000
description:
Don't let CDPATH affect the build.
diffstat:
mail/notmuch/distinfo | 4 ++--
mail/notmuch/patches/patch-configure | 18 ++++++++++++++----
2 files changed, 16 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 0c1cc565ae02 -r f0e30c43142b mail/notmuch/distinfo
--- a/mail/notmuch/distinfo Wed Jun 23 18:30:24 2021 +0000
+++ b/mail/notmuch/distinfo Wed Jun 23 18:34:33 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.51 2021/05/17 16:09:19 ryoon Exp $
+$NetBSD: distinfo,v 1.52 2021/06/23 18:34:33 schmonz Exp $
SHA1 (notmuch-0.32.1.tar.xz) = 8f5209719f27dce21fc493dad59204624a9055f6
RMD160 (notmuch-0.32.1.tar.xz) = eebf6bca560e8866e5b2332a816d1f8de4264c8f
SHA512 (notmuch-0.32.1.tar.xz) = c561658919a3c19bfe282e28a5c95db5d58030f044307fdfcaee02d3bf6fc15c9ae9d6d9d8a948c9e6f9b54f563dc82cde757a26a7d7c33eb976b3cfe7ce8c36
Size (notmuch-0.32.1.tar.xz) = 725196 bytes
-SHA1 (patch-configure) = 540b17f70befb7eced5f0a0361c3232a71cc48a1
+SHA1 (patch-configure) = 63b15478d1f360b930ccdcef1bfc853f5d683499
SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c
diff -r 0c1cc565ae02 -r f0e30c43142b mail/notmuch/patches/patch-configure
--- a/mail/notmuch/patches/patch-configure Wed Jun 23 18:30:24 2021 +0000
+++ b/mail/notmuch/patches/patch-configure Wed Jun 23 18:34:33 2021 +0000
@@ -1,10 +1,11 @@
-$NetBSD: patch-configure,v 1.3 2020/07/12 01:48:36 ryoon Exp $
+$NetBSD: patch-configure,v 1.4 2021/06/23 18:34:33 schmonz Exp $
* Select GnuPG binary
+* Don't let CDPATH affect the build
---- configure.orig 2020-07-11 01:25:04.000000000 +0000
+--- configure.orig 2021-05-15 12:04:24.000000000 +0000
+++ configure
-@@ -518,7 +518,7 @@ EOF
+@@ -499,7 +499,7 @@ EOF
printf 'No.\nCould not make tempdir for testing session-key support.\n'
errors=$((errors + 1))
elif ${CC} ${CFLAGS} ${gmime_cflags} _check_session_keys.c ${gmime_ldflags} -o _check_session_keys \
@@ -13,7 +14,7 @@
&& SESSION_KEY=$(GNUPGHOME=${TEMP_GPG} ./_check_session_keys) \
&& [ $SESSION_KEY = 9:0BACD64099D1468AB07C796F0C0AC4851948A658A15B34E803865E9FC635F2F5 ]
then
-@@ -669,7 +669,7 @@ EOF
+@@ -650,7 +650,7 @@ EOF
printf 'No.\nCould not make tempdir for testing signature verification when decrypting with session keys.\n'
errors=$((errors + 1))
elif ${CC} ${CFLAGS} ${gmime_cflags} _verify_sig_with_session_key.c ${gmime_ldflags} -o _verify_sig_with_session_key \
@@ -22,3 +23,12 @@
&& rm -f ${TEMP_GPG}/private-keys-v1.d/*.key
then
if GNUPGHOME=${TEMP_GPG} ./_verify_sig_with_session_key; then
+@@ -1536,7 +1536,7 @@ EOF
+ if [ $WITH_PYTHON_DOCS = "1" ]; then
+ echo "tags.add('WITH_PYTHON')"
+ fi
+- printf "rsti_dir = '%s'\n" "$(cd emacs && pwd -P)"
++ printf "rsti_dir = '%s'\n" "$(unset CDPATH && cd emacs && pwd -P)"
+ } > sphinx.config
+
+ # Finally, after everything configured, inform the user how to continue.
Home |
Main Index |
Thread Index |
Old Index