CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/07/23 07:23:34
Modified files:
databases/redis/main: Makefile
Added files:
databases/redis/main/patches: patch-deps_xxhash_xxhash_h
patch-tests_modules_Makefile
Removed files:
databases/redis/main/pkg: MESSAGE
Log message:
redis/main port changes:
- use cc instead of ld to link modules for tests; when ld is run directly
this fails on at least i386 and clang+lld sparc64 with "undefined hidden
symbol: __guard_local". ("ld -o commandfilter.so commandfilter.xo -shared"
vs "cc -o commandfilter.so commandfilter.xo -shared")
- add STRICT_ALIGNMENT patch for the internal copy of xxHash
above ok tb@
- drop pkg/MESSAGE referring to test problems, I'm not sure what was
happening before (many tests were failing) but they seem in pretty good
shape at least on i386/amd64 when I run them now. a few failures but
don't seem particularly serious..