View | Details | Raw Unified | Return to bug 216529 | Differences between
and this patch

Collapse All | Expand All

(-)editors/codelite/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	codelite
4
PORTNAME=	codelite
5
PORTVERSION=	9.2
5
PORTVERSION=	10.0
6
PORTREVISION=	3
7
CATEGORIES=	editors devel
6
CATEGORIES=	editors devel
8
7
9
MAINTAINER=	mokhi64@gmail.com
8
MAINTAINER=	mokhi64@gmail.com
Lines 46-52 Link Here
46
45
47
CLANG_DESC=		Clang code-completion
46
CLANG_DESC=		Clang code-completion
48
47
49
.for v in 34 35 36 37 38
48
.for v in 34 35 36 37 38 39
50
OPTIONS_RADIO_CLANG+=	CLANG$v
49
OPTIONS_RADIO_CLANG+=	CLANG$v
51
CLANG$v_DESC=		Clang ${v:C/(.)(.)/\1.\2.x/}
50
CLANG$v_DESC=		Clang ${v:C/(.)(.)/\1.\2.x/}
52
CLANG$v_BUILD_DEPENDS=	clang$v>0:lang/clang$v
51
CLANG$v_BUILD_DEPENDS=	clang$v>0:lang/clang$v
(-)editors/codelite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1468513849
1
TIMESTAMP = 1484848953
2
SHA256 (eranif-codelite-9.2_GH0.tar.gz) = 2e82e26d55e9884cd5c1061efd3ab4d8bd81dc6e095c5b811d0a3cba395e6118
2
SHA256 (eranif-codelite-10.0_GH0.tar.gz) = e345b819061a178a0404be2333a68017b7cc288cc673378a08418fe2d130534b
3
SIZE (eranif-codelite-9.2_GH0.tar.gz) = 92205408
3
SIZE (eranif-codelite-10.0_GH0.tar.gz) = 91981352
(-)editors/codelite/files/patch-SpellChecker_CMakeLists.txt (-6 / +6 lines)
Lines 1-11 Link Here
1
--- SpellChecker/CMakeLists.txt.orig	2016-07-07 05:54:58 UTC
1
--- SpellChecker/CMakeLists.txt.orig	2017-01-02 08:08:09 UTC
2
+++ SpellChecker/CMakeLists.txt
2
+++ SpellChecker/CMakeLists.txt
3
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2)
3
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2)
4
 
4
 
5
 find_library(LIBHUNSPELL 
5
 find_library(LIBHUNSPELL 
6
             # Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name
6
             # Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name
7
-            NAMES hunspell hunspell-1.3
7
-            NAMES hunspell hunspell-1.3  hunspell-1.4
8
+            NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell
8
+            NAMES hunspell hunspell-1.3  hunspell-1.4 hunspell-1.5 hunspell-1.6 
9
             PATH_SUFFIXES lib)
9
 			if (CMAKE_SIZEOF_VOID_P EQUAL 8)
10
 
10
 				HINTS /usr/lib /usr/lib/x86_64-linux-gnu/ /usr/lib64/
11
 find_path(  HUNSPELL_H
11
 			endif()
(-)editors/codelite/pkg-plist (-1 / +3 lines)
Lines 13-18 Link Here
13
%%CLANG37%%lib/codelite/LLDBDebugger.so
13
%%CLANG37%%lib/codelite/LLDBDebugger.so
14
%%CLANG38%%bin/codelite-lldb
14
%%CLANG38%%bin/codelite-lldb
15
%%CLANG38%%lib/codelite/LLDBDebugger.so
15
%%CLANG38%%lib/codelite/LLDBDebugger.so
16
lib/codelite/AutoSave.so
16
lib/codelite/CMakePlugin.so
17
lib/codelite/CMakePlugin.so
17
lib/codelite/CallGraph.so
18
lib/codelite/CallGraph.so
18
lib/codelite/CodeFormatter.so
19
lib/codelite/CodeFormatter.so
Lines 20-25 Link Here
20
lib/codelite/ContinuousBuild.so
21
lib/codelite/ContinuousBuild.so
21
lib/codelite/Copyright.so
22
lib/codelite/Copyright.so
22
lib/codelite/DatabaseExplorer.so
23
lib/codelite/DatabaseExplorer.so
24
lib/codelite/EditorConfigPlugin.so
23
lib/codelite/ExternalTools.so
25
lib/codelite/ExternalTools.so
24
lib/codelite/HelpPlugin.so
26
lib/codelite/HelpPlugin.so
25
lib/codelite/MemCheck.so
27
lib/codelite/MemCheck.so
Lines 29-34 Link Here
29
lib/codelite/SnipWiz.so
31
lib/codelite/SnipWiz.so
30
lib/codelite/SpellCheck.so
32
lib/codelite/SpellCheck.so
31
lib/codelite/Subversion.so
33
lib/codelite/Subversion.so
34
lib/codelite/Tail.so
32
lib/codelite/Tweaks.so
35
lib/codelite/Tweaks.so
33
lib/codelite/UnitTestsPP.so
36
lib/codelite/UnitTestsPP.so
34
lib/codelite/WebTools.so
37
lib/codelite/WebTools.so
Lines 82-88 Link Here
82
%%DATADIR%%/gdb_printers/qt4.py
85
%%DATADIR%%/gdb_printers/qt4.py
83
%%DATADIR%%/gdb_printers/wx.py
86
%%DATADIR%%/gdb_printers/wx.py
84
%%DATADIR%%/images/common_tasks.png
87
%%DATADIR%%/images/common_tasks.png
85
%%DATADIR%%/images/cubes.png
86
%%DATADIR%%/images/help_earth.png
88
%%DATADIR%%/images/help_earth.png
87
%%DATADIR%%/images/plugin_not_ok.png
89
%%DATADIR%%/images/plugin_not_ok.png
88
%%DATADIR%%/images/plugin_ok.png
90
%%DATADIR%%/images/plugin_ok.png

Return to bug 216529