View | Details | Raw Unified | Return to bug 231410
Collapse All | Expand All

(-)devel/codequery/Makefile (-8 / +10 lines)
Lines 1-20 Link Here
1
# Created by: Pawel Pekala <pawel@FreeBSD.org>
1
# Created by: Pawel Pekala <pawel@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	codequery
4
PORTNAME=		codequery
5
PORTVERSION=	0.21.0
5
PORTVERSION=		0.21.1
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
8
CATEGORIES=	devel
7
CATEGORIES=		devel
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=		ports@FreeBSD.org
11
COMMENT=	Code understanding, browsing and search tool
10
COMMENT=		Code understanding, browsing and search tool
12
11
13
LICENSE=	MPL20 MIT
12
LICENSE=		MPL20 MIT
14
LICENSE_COMB=	multi
13
LICENSE_COMB=		multi
15
LICENSE_FILE_MPL20=	${WRKSRC}/LICENSE.md
14
LICENSE_FILE_MPL20=	${WRKSRC}/LICENSE.md
16
LICENSE_FILE_MIT=	${WRKSRC}/querylib/README.txt
15
LICENSE_FILE_MIT=	${WRKSRC}/querylib/README.txt
17
16
17
BROKEN_mips=		Dependencies need GCC(Not available for mips)
18
BROKEN_mips64=		Dependencies need GCC(Not available for mips)
19
18
USES=		cmake compiler:c++11-lang ninja qt:4 sqlite
20
USES=		cmake compiler:c++11-lang ninja qt:4 sqlite
19
21
20
USE_GITHUB=	yes
22
USE_GITHUB=	yes
(-)devel/codequery/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1501261182
1
TIMESTAMP = 1537110465
2
SHA256 (ruben2020-codequery-v0.21.0_GH0.tar.gz) = 9af232e0d3bb10e5defbc222a9e422f4580dd5766cfc7f921d38baa18675f98d
2
SHA256 (ruben2020-codequery-v0.21.1_GH0.tar.gz) = c20050dc6963472c7cb7ed4621c7187e24089fa458eb68748ef9d2aae53d991f
3
SIZE (ruben2020-codequery-v0.21.0_GH0.tar.gz) = 2423769
3
SIZE (ruben2020-codequery-v0.21.1_GH0.tar.gz) = 2424086
(-)devel/codequery/files/patch-showgraph_Utils_asrt.h (-5 / +5 lines)
Lines 1-13 Link Here
1
--- showgraph/Utils/asrt.h.orig	2017-07-28 19:53:18 UTC
1
--- showgraph/Utils/asrt.h.orig	2018-09-16 15:18:01 UTC
2
+++ showgraph/Utils/asrt.h
2
+++ showgraph/Utils/asrt.h
3
@@ -22,6 +22,10 @@
3
@@ -21,7 +21,9 @@
4
  */
4
 #ifndef ASRT_H
5
 #ifndef ASRT_H
5
 #define ASRT_H
6
 #define ASRT_H
6
 
7
-
7
+#ifdef assert
8
+#ifdef assert
8
+#  undef assert
9
+   undef assert
9
+#endif
10
+#endif
10
+
11
 /**
11
 /**
12
  * Assert macro that works only in debug version
12
  * Assert macro that works only in debug version
13
  * @ingroup Asserts
13
  * @ingroup Asserts

Return to bug 231410