diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-04-23 15:33:47 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-04-23 15:33:47 +0000 |
commit | 5200bf35e9d0c7f443d0fb45a124a579aae26b4a (patch) | |
tree | c2c4711b4db3a458987466774dbf6212263dd816 /databases/redisdesktopmanager/files/patch-src_rdm.pro | |
parent | Chase audio/libadplug update. (diff) |
databases/redisdesktopmanager: create port
Redis Desktop Manager (aka RDM) - is a fast open source Redis database
management application. It offers you an easy-to-use GUI to access your Redis
DB and perform some basic operations: view keys as a tree, CRUD keys, execute
commands via shell. RDM supports SSL/TLS encryption, SSH tunnels and cloud
Redis instances such as: Amazon ElastiCache, Microsoft Azure Redis Cache and
Redis Labs.
WWW: https://redisdesktop.com/
Notes
Notes:
svn path=/head/; revision=468097
Diffstat (limited to 'databases/redisdesktopmanager/files/patch-src_rdm.pro')
-rw-r--r-- | databases/redisdesktopmanager/files/patch-src_rdm.pro | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/databases/redisdesktopmanager/files/patch-src_rdm.pro b/databases/redisdesktopmanager/files/patch-src_rdm.pro new file mode 100644 index 000000000000..4f28dff1ffe2 --- /dev/null +++ b/databases/redisdesktopmanager/files/patch-src_rdm.pro @@ -0,0 +1,31 @@ +--- src/rdm.pro.orig 2018-04-13 11:23:13 UTC ++++ src/rdm.pro +@@ -26,8 +26,6 @@ SOURCES += \ + $$PWD/modules/connections-tree/items/*.cpp \ + $$PWD/modules/console/*.cpp \ + $$PWD/modules/value-editor/*.cpp \ +- $$PWD/modules/crashhandler/*.cpp \ +- $$PWD/modules/updater/*.cpp \ + $$PWD/modules/bulk-operations/*.cpp \ + $$PWD/modules/common/*.cpp \ + $$PWD/modules/server-stats/*.cpp \ +@@ -42,8 +40,6 @@ HEADERS += \ + $$PWD/modules/connections-tree/items/*.h \ + $$PWD/modules/console/*.h \ + $$PWD/modules/value-editor/*.h \ +- $$PWD/modules/crashhandler/*.h \ +- $$PWD/modules/updater/*.h \ + $$PWD/modules/*.h \ + $$PWD/modules/bulk-operations/*.h \ + $$PWD/modules/common/*.h \ +@@ -97,8 +93,8 @@ unix:!macx { # ubuntu & debian + + QMAKE_CXXFLAGS += -Wno-sign-compare + +- release: DESTDIR = ./../bin/linux/release +- debug: DESTDIR = ./../bin/linux/debug ++ release: DESTDIR = ./../bin/freebsd/release ++ debug: DESTDIR = ./../bin/freebsd/debug + + #deployment + target.path = /usr/share/redis-desktop-manager/bin |