svn commit: r467661 - in head/databases: redis redis-devel redis-devel/files redis/files

Sergey A. Osokin osa at FreeBSD.org
Tue Apr 17 23:05:18 UTC 2018


Author: osa
Date: Tue Apr 17 23:05:16 2018
New Revision: 467661
URL: https://svnweb.freebsd.org/changeset/ports/467661

Log:
  Add a workaround for solarisfixes.h header file.
  Bump PORTREVISIONs.

Added:
  head/databases/redis-devel/files/patch-src-lua_cjson.c   (contents, props changed)
  head/databases/redis/files/patch-src-lua_cjson.c   (contents, props changed)
Modified:
  head/databases/redis-devel/Makefile
  head/databases/redis/Makefile

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Tue Apr 17 22:24:52 2018	(r467660)
+++ head/databases/redis-devel/Makefile	Tue Apr 17 23:05:16 2018	(r467661)
@@ -3,7 +3,7 @@
 
 PORTNAME=	redis
 DISTVERSION=	4.0.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 PKGNAMESUFFIX=	-devel

Added: head/databases/redis-devel/files/patch-src-lua_cjson.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/redis-devel/files/patch-src-lua_cjson.c	Tue Apr 17 23:05:16 2018	(r467661)
@@ -0,0 +1,12 @@
+--- deps/lua/src/lua_cjson.c.orig	2016-12-04 20:49:41.925218000 -0500
++++ deps/lua/src/lua_cjson.c	2016-12-04 20:49:59.728885000 -0500
+@@ -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"

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Tue Apr 17 22:24:52 2018	(r467660)
+++ head/databases/redis/Makefile	Tue Apr 17 23:05:16 2018	(r467661)
@@ -3,6 +3,7 @@
 
 PORTNAME=	redis
 DISTVERSION=	4.0.9
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Added: head/databases/redis/files/patch-src-lua_cjson.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/redis/files/patch-src-lua_cjson.c	Tue Apr 17 23:05:16 2018	(r467661)
@@ -0,0 +1,12 @@
+--- deps/lua/src/lua_cjson.c.orig	2016-12-04 20:49:41.925218000 -0500
++++ deps/lua/src/lua_cjson.c	2016-12-04 20:49:59.728885000 -0500
+@@ -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