Changes: https://notmuchmail.org/news/release-0.38/
Sponsored by: The FreeBSD Foundation
Details
Details
- Reviewers
pkubaj - Commits
- R11:d468e2b60513: mail/notmuch*: Update to 0.38
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
@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.
Comment Actions
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
Comment Actions
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.