summaryrefslogtreecommitdiff
path: root/devel/codequery/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2017-08-02 17:53:05 +0000
committerPawel Pekala <pawel@FreeBSD.org>2017-08-02 17:53:05 +0000
commitc0595e7ea0a82ca78509b644cb550dc8f4097052 (patch)
treec662cec60cd3f067ecf79b6072b15b776679ad9f /devel/codequery/files
parentNew port: graphics/qt5-wayland (diff)
This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go
and Javascript source code. It builds upon the databases of cscope and Exuberant ctags. It can also work with Universal ctags, which is a drop-in replacement for Exuberant ctags. The databases of cscope and ctags would be processed by the cqmakedb tool to generate the CodeQuery database file. The CodeQuery database file can be viewed and queried using the codequery GUI tool. WWW: https://ruben2020.github.io/codequery/
Diffstat (limited to 'devel/codequery/files')
-rw-r--r--devel/codequery/files/patch-showgraph_Utils_asrt.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/codequery/files/patch-showgraph_Utils_asrt.h b/devel/codequery/files/patch-showgraph_Utils_asrt.h
new file mode 100644
index 000000000000..cebc67711b2f
--- /dev/null
+++ b/devel/codequery/files/patch-showgraph_Utils_asrt.h
@@ -0,0 +1,13 @@
+--- showgraph/Utils/asrt.h.orig 2017-07-28 19:53:18 UTC
++++ showgraph/Utils/asrt.h
+@@ -22,6 +22,10 @@
+ #ifndef ASRT_H
+ #define ASRT_H
+
++#ifdef assert
++# undef assert
++#endif
++
+ /**
+ * Assert macro that works only in debug version
+ * @ingroup Asserts