diff options
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 8eacfb4ed6dd..9142f8926b97 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis -DISTVERSION= 8.0.3 +DISTVERSION= 8.2.0 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ @@ -23,11 +23,12 @@ 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 +PORTSCOUT= limit:^[0-9\.]*$$ SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} \ REDIS_DBDIR=${REDIS_DBDIR} \ |