Edit

IABSD.fr/ports/mail/notmuch/patches/patch-test_test-lib_sh

Branch :

  • Show log

    Commit

  • Author : bket
    Date : 2025-05-06 19:19:24
    Hash : 2208e163
    Message : Update to notmuch-0.39 Changes: https://nmbug.notmuchmail.org/nmweb/show/87cyei9cap.fsf%40tethera.net - Drop notmuch/py-notmuch as python bindings are no longer supported. There are no consumers for this, so this should be no issue. - No need any more to split up notmuch into notmuch/notmuch and notmuch/py-notmuch. From now on notmuch lives in notmuch. - @pkgpath markers have been set in all of the subpackages OK lucas@

  • mail/notmuch/patches/patch-test_test-lib_sh
  • Our ld code does not ignore empty elements in the list, which results in errors.
    Removing the append logic fixes this
    
    Index: test/test-lib.sh
    --- test/test-lib.sh.orig
    +++ test/test-lib.sh
    @@ -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_cmd "$@"
    +    LD_PRELOAD=./${shim_file} notmuch-shared "$@"
     }
     
     # Creates a script that counts how much time it is executed and calls