diff options
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index fbfcdeaa7f98..e0f7e532a6e9 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,9 +1,9 @@ PORTNAME= redis -DISTVERSION= 8.0.3 +DISTVERSION= 8.2.0 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ @@ -23,8 +23,8 @@ MAKE_ENV= OPTIMIZATION= \ V=yo LDFLAGS+= -lpthread -lm -lexecinfo -PIE_UNSAFE= ld: error: relocation R_X86_64_32 cannot be used against local \ - symbol; recompile with -fPIC +#PIE_UNSAFE= ld: error: relocation R_X86_64_32 cannot be used against local \ +# symbol; recompile with -fPIC CONFLICTS_INSTALL= redis-devel redis62 redis72 redis74 |