summaryrefslogtreecommitdiff
path: root/databases/redis5/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+0
|
* Update from 5.0.11 to 5.0.12.Sergey A. Osokin2021-03-021-30/+0
| | | | | | | | | | | | | | | | | | | | Remove added to the upstream patch. <ChangeLog> ================================================================================ Redis 5.0.12 Released Mon Mar 1 17:29:52 IST 2021 ================================================================================ Upgrade urgency: LOW, fixes a compilation issue. Bug fixes: * Fix compilation error on non-glibc systems if jemalloc is not used (#8533) </ChangeLog> Notes: svn path=/head/; revision=566968
* Fix build.Sergey A. Osokin2021-02-231-0/+30
| | | | | | | | | | | | | | | | | | | | cc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -MMD -o lzf_c.o -c lzf_c.c zmalloc.c:59:5: error: function-like macro 'sizeof' is not defined #if PREFIX_SIZE > 0 ^ zmalloc.c:55:22: note: expanded from macro 'PREFIX_SIZE' #define PREFIX_SIZE (sizeof(size_t)) ^ 1 error generated. gmake[3]: *** [Makefile:339: zmalloc.o] Error 1 Do not bump PORTREVISION because these have no successful builds. Reported by: many Notes: svn path=/head/; revision=566418
* Repo-copy databases/redis to databases/redis5.Sergey A. Osokin2021-01-1316-0/+566
Update CONFLICTS. Do not connect to the build. Notes: svn path=/head/; revision=561476