Page MenuHomeFreeBSD

mail/notmuch*: Update to 0.38
ClosedPublic

Authored by jrm on Sep 17 2023, 2:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 1 2024, 4:51 PM
Unknown Object (File)
Nov 24 2024, 8:46 PM
Unknown Object (File)
Nov 23 2024, 2:15 PM
Unknown Object (File)
Nov 21 2024, 12:41 PM
Unknown Object (File)
Nov 19 2024, 1:47 PM
Unknown Object (File)
Nov 16 2024, 3:15 AM
Unknown Object (File)
Nov 8 2024, 2:23 AM
Unknown Object (File)
Nov 5 2024, 9:44 AM
Subscribers

Details

Summary

Changes: https://notmuchmail.org/news/release-0.38/
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53621
Build 50512: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Sep 17 2023, 2:27 PM

@pkubaj Are you able to test on a gcc-based arch? I removed some workarounds that I believe are now cruft, but can't easily test.

GCC architectures are completely broken and can't build ports-mgmt/pkg:

===>  Building for pkg-1.20.7
cc -Wall -Wextra -std=gnu11 -D_GNU_SOURCE=1 -MT blake2b-ref.o -MD -MP -MF blake2b-ref.Tpo -o blake2b-ref.o -c -O2 -pipe  -Wno-error -fstack-protector-strong -fno-strict-aliasing   -Werror=implicit-function-declaration -Werror=return-type -I/wrkdirs/usr/ports/ports-mgmt/pkg/work/pkg-1.20.7/compat -O3 blake2b-ref.c
cc1: error: unrecognized command line option "-std=gnu11"
*** Error code 1

Ok, thanks for letting me know. In the meantime, I tested with USE_GCC=yes and all was fine. If you can start building packages on POWER again, we can address any issues then.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 19 2023, 9:38 PM
This revision was automatically updated to reflect the committed changes.