From 89e0b04783bb6f6a0dde7811bb8af7da69eeac17 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 21 Nov 2019 19:27:39 +0000 Subject: Repocopy the databases/redis to the databases/redis4 to update the databases/redis port to the latest stable version, 5.0.6. PR: 241526 Reviewed by: portmgr (adamw) Approved by: portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D22336 --- databases/redis4/files/patch-deps-linenoise-Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 databases/redis4/files/patch-deps-linenoise-Makefile (limited to 'databases/redis4/files/patch-deps-linenoise-Makefile') diff --git a/databases/redis4/files/patch-deps-linenoise-Makefile b/databases/redis4/files/patch-deps-linenoise-Makefile new file mode 100644 index 000000000000..8f39994aa201 --- /dev/null +++ b/databases/redis4/files/patch-deps-linenoise-Makefile @@ -0,0 +1,15 @@ +--- deps/linenoise/Makefile.orig 2015-01-17 22:13:25.000000000 +0300 ++++ deps/linenoise/Makefile 2015-01-17 22:13:45.000000000 +0300 +@@ -1,10 +1,10 @@ + STD= + WARN= -Wall +-OPT= -Os ++#OPT= -Os + + R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) + R_LDFLAGS= $(LDFLAGS) +-DEBUG= -g ++#DEBUG= -g + + R_CC=$(CC) $(R_CFLAGS) + R_LD=$(CC) $(R_LDFLAGS) -- cgit v1.2.3