svn commit: r518119 - in head/databases/redis: . files
Sergey A. Osokin
osa at FreeBSD.org
Fri Nov 22 00:39:23 UTC 2019
Author: osa
Date: Fri Nov 22 00:39:22 2019
New Revision: 518119
URL: https://svnweb.freebsd.org/changeset/ports/518119
Log:
Fix the build with external lua, forgotten to add the patch.
Bump PORTREVISION.
Reported by: olgeni
Added:
head/databases/redis/files/patch-deps_lua_src_lua__cjson.c (contents, props changed)
Modified:
head/databases/redis/Makefile
Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile Thu Nov 21 23:42:26 2019 (r518118)
+++ head/databases/redis/Makefile Fri Nov 22 00:39:22 2019 (r518119)
@@ -3,6 +3,7 @@
PORTNAME= redis
PORTVERSION= 5.0.7
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
Added: head/databases/redis/files/patch-deps_lua_src_lua__cjson.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/redis/files/patch-deps_lua_src_lua__cjson.c Fri Nov 22 00:39:22 2019 (r518119)
@@ -0,0 +1,12 @@
+--- deps/lua/src/lua_cjson.c.orig 2019-09-25 10:40:18 UTC
++++ deps/lua/src/lua_cjson.c
+@@ -46,7 +46,9 @@
+ #include "strbuf.h"
+ #include "fpconv.h"
+
++#if defined(__sun)
+ #include "../../../src/solarisfixes.h"
++#endif
+
+ #ifndef CJSON_MODNAME
+ #define CJSON_MODNAME "cjson"
More information about the svn-ports-head
mailing list