Wed Aug 28 09:09:19 2019 UTC ()
codelite: fix man page installation path.

From Andrius V.

Bump PKGREVISION.


(wiz)
diff -r1.22 -r1.23 pkgsrc/editors/codelite/Makefile
diff -r1.3 -r1.4 pkgsrc/editors/codelite/PLIST

cvs diff -r1.22 -r1.23 pkgsrc/editors/codelite/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/codelite/Makefile 2019/08/18 03:48:44 1.22
+++ pkgsrc/editors/codelite/Makefile 2019/08/28 09:09:19 1.23
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2019/08/18 03:48:44 maya Exp $ 1# $NetBSD: Makefile,v 1.23 2019/08/28 09:09:19 wiz Exp $
2 2
3DISTNAME= codelite-13.0 3DISTNAME= codelite-13.0
 4PKGREVISION= 1
4CATEGORIES= editors x11 5CATEGORIES= editors x11
5MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/}
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://codelite.org/ 9HOMEPAGE= https://codelite.org/
9COMMENT= Cross platform C/C++/PHP and Node.js IDE written in C++ 10COMMENT= Cross platform C/C++/PHP and Node.js IDE written in C++
10LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
11 12
12USE_CMAKE= yes 13USE_CMAKE= yes
13USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
14USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
15USE_TOOLS+= pkg-config bash 16USE_TOOLS+= pkg-config bash
16 17
@@ -29,26 +30,32 @@ SUBST_MESSAGE.ena-netbsd= Enable NetBSD @@ -29,26 +30,32 @@ SUBST_MESSAGE.ena-netbsd= Enable NetBSD
29SUBST_FILES.ena-netbsd= CMakeLists.txt 30SUBST_FILES.ena-netbsd= CMakeLists.txt
30SUBST_SED.ena-netbsd+= -e 's,IS_NETBSD 0,IS_NETBSD 1,g' 31SUBST_SED.ena-netbsd+= -e 's,IS_NETBSD 0,IS_NETBSD 1,g'
31.endif 32.endif
32 33
33SUBST_CLASSES+= fix-bash 34SUBST_CLASSES+= fix-bash
34SUBST_STAGE.fix-bash= pre-configure 35SUBST_STAGE.fix-bash= pre-configure
35SUBST_MESSAGE.fix-bash= Fix bash path 36SUBST_MESSAGE.fix-bash= Fix bash path
36SUBST_FILES.fix-bash= CodeLite/TerminalEmulator.cpp 37SUBST_FILES.fix-bash= CodeLite/TerminalEmulator.cpp
37SUBST_FILES.fix-bash+= CodeLite/fileextmanager.cpp 38SUBST_FILES.fix-bash+= CodeLite/fileextmanager.cpp
38SUBST_FILES.fix-bash+= Runtime/codelite_xterm 39SUBST_FILES.fix-bash+= Runtime/codelite_xterm
39SUBST_FILES.fix-bash+= cmake/Modules/OSXInstall.cmake 40SUBST_FILES.fix-bash+= cmake/Modules/OSXInstall.cmake
40SUBST_SED.fix-bash+= -e 's,/bin/bash,${BASH},g' 41SUBST_SED.fix-bash+= -e 's,/bin/bash,${BASH},g'
41 42
 43SUBST_CLASSES+= fix-man-path
 44SUBST_STAGE.fix-man-path= pre-configure
 45SUBST_MESSAGE.fix-man-path= Fix man path
 46SUBST_FILES.fix-man-path= LiteEditor/CMakeLists.txt
 47SUBST_SED.fix-man-path+= -e 's,${CL_PREFIX}/share/man,${CL_PREFIX}/${PKGMANDIR},g'
 48
42REPLACE_BASH+= Runtime/clg++ 49REPLACE_BASH+= Runtime/clg++
43REPLACE_BASH+= Runtime/clgcc 50REPLACE_BASH+= Runtime/clgcc
44REPLACE_BASH+= Runtime/codelite_xterm 51REPLACE_BASH+= Runtime/codelite_xterm
45REPLACE_BASH+= codelite-icons-dark/pack-icons.sh 52REPLACE_BASH+= codelite-icons-dark/pack-icons.sh
46REPLACE_BASH+= codelite-icons-fresh-farm/pack-icons.sh 53REPLACE_BASH+= codelite-icons-fresh-farm/pack-icons.sh
47REPLACE_BASH+= codelite-icons/pack-icons.sh 54REPLACE_BASH+= codelite-icons/pack-icons.sh
48REPLACE_BASH+= codelitephp/resources/pack-resources.sh 55REPLACE_BASH+= codelitephp/resources/pack-resources.sh
49REPLACE_BASH+= make-weekly 56REPLACE_BASH+= make-weekly
50REPLACE_BASH+= svgs/code-completion/convert-svg-to-png.sh 57REPLACE_BASH+= svgs/code-completion/convert-svg-to-png.sh
51REPLACE_BASH+= svgs/convert-single-file.sh 58REPLACE_BASH+= svgs/convert-single-file.sh
52REPLACE_BASH+= svgs/convert-svg-to-png.sh 59REPLACE_BASH+= svgs/convert-svg-to-png.sh
53REPLACE_BASH+= svgs/create-logo-root.sh 60REPLACE_BASH+= svgs/create-logo-root.sh
54REPLACE_BASH+= svgs/create-logo.sh 61REPLACE_BASH+= svgs/create-logo.sh

cvs diff -r1.3 -r1.4 pkgsrc/editors/codelite/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/codelite/PLIST 2019/08/27 12:07:18 1.3
+++ pkgsrc/editors/codelite/PLIST 2019/08/28 09:09:19 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2019/08/27 12:07:18 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.4 2019/08/28 09:09:19 wiz Exp $
2bin/codelite 2bin/codelite
3bin/codelite-cc 3bin/codelite-cc
4bin/codelite-echo 4bin/codelite-echo
5bin/codelite-lsp-helper 5bin/codelite-lsp-helper
6bin/codelite-make 6bin/codelite-make
7bin/codelite-terminal 7bin/codelite-terminal
8bin/codelite_cppcheck 8bin/codelite_cppcheck
9bin/codelite_exec 9bin/codelite_exec
10bin/codelite_fix_files 10bin/codelite_fix_files
11bin/codelite_indexer 11bin/codelite_indexer
12bin/codelite_kill_children 12bin/codelite_kill_children
13bin/codelite_open_helper.py 13bin/codelite_open_helper.py
14bin/codelite_xterm 14bin/codelite_xterm
@@ -46,26 +46,29 @@ lib/codelite/abbreviation.so @@ -46,26 +46,29 @@ lib/codelite/abbreviation.so
46lib/codelite/codelite_vim.so 46lib/codelite/codelite_vim.so
47lib/codelite/codelitephp.so 47lib/codelite/codelitephp.so
48lib/codelite/cppchecker.so 48lib/codelite/cppchecker.so
49lib/codelite/cscope.so 49lib/codelite/cscope.so
50lib/codelite/debuggers/DebuggerGDB.so 50lib/codelite/debuggers/DebuggerGDB.so
51lib/codelite/git.so 51lib/codelite/git.so
52lib/codelite/libdatabaselayersqlite.so 52lib/codelite/libdatabaselayersqlite.so
53lib/codelite/liblibcodelite.so 53lib/codelite/liblibcodelite.so
54lib/codelite/libplugin.so 54lib/codelite/libplugin.so
55lib/codelite/libwxshapeframework.so 55lib/codelite/libwxshapeframework.so
56lib/codelite/libwxsqlite3.so 56lib/codelite/libwxsqlite3.so
57lib/codelite/wxCrafter.so 57lib/codelite/wxCrafter.so
58lib/codelite/wxFormBuilder.so 58lib/codelite/wxFormBuilder.so
 59man/man1/codelite-make.1
 60man/man1/codelite.1
 61man/man1/codelite_fix_files.1
59share/applications/codelite.desktop 62share/applications/codelite.desktop
60share/codelite/LICENSE 63share/codelite/LICENSE
61share/codelite/PHP.zip 64share/codelite/PHP.zip
62share/codelite/astyle.sample 65share/codelite/astyle.sample
63share/codelite/codelite-bitmaps-dark.zip 66share/codelite/codelite-bitmaps-dark.zip
64share/codelite/codelite-bitmaps-light.zip 67share/codelite/codelite-bitmaps-light.zip
65share/codelite/codelite-icons.zip 68share/codelite/codelite-icons.zip
66share/codelite/config/accelerators.conf.default 69share/codelite/config/accelerators.conf.default
67share/codelite/config/build_settings.xml.default 70share/codelite/config/build_settings.xml.default
68share/codelite/config/cfg/avr.cfg 71share/codelite/config/cfg/avr.cfg
69share/codelite/config/cfg/bsd.cfg 72share/codelite/config/cfg/bsd.cfg
70share/codelite/config/cfg/cppcheck-cfg.rng 73share/codelite/config/cfg/cppcheck-cfg.rng
71share/codelite/config/cfg/cppcheck-lib.cfg 74share/codelite/config/cfg/cppcheck-lib.cfg
@@ -297,16 +300,13 @@ share/codelite/templates/qmake/qmake.pro @@ -297,16 +300,13 @@ share/codelite/templates/qmake/qmake.pro
297share/codelite/unittest++1.3.tar.gz 300share/codelite/unittest++1.3.tar.gz
298share/codelite/wxgui.zip 301share/codelite/wxgui.zip
299share/icons/hicolor/128x128/apps/codelite.png 302share/icons/hicolor/128x128/apps/codelite.png
300share/icons/hicolor/128x128@2x/apps/codelite.png 303share/icons/hicolor/128x128@2x/apps/codelite.png
301share/icons/hicolor/256x256/apps/codelite.png 304share/icons/hicolor/256x256/apps/codelite.png
302share/icons/hicolor/256x256@2x/apps/codelite.png 305share/icons/hicolor/256x256@2x/apps/codelite.png
303share/icons/hicolor/32x32/apps/codelite.png 306share/icons/hicolor/32x32/apps/codelite.png
304share/icons/hicolor/32x32@2x/apps/codelite.png 307share/icons/hicolor/32x32@2x/apps/codelite.png
305share/icons/hicolor/64x64/apps/codelite.png 308share/icons/hicolor/64x64/apps/codelite.png
306share/icons/hicolor/64x64@2x/apps/codelite.png 309share/icons/hicolor/64x64@2x/apps/codelite.png
307share/locale/cs/LC_MESSAGES/codelite.mo 310share/locale/cs/LC_MESSAGES/codelite.mo
308share/locale/ru_RU/LC_MESSAGES/codelite.mo 311share/locale/ru_RU/LC_MESSAGES/codelite.mo
309share/locale/zh_CN/LC_MESSAGES/codelite.mo 312share/locale/zh_CN/LC_MESSAGES/codelite.mo
310share/man/man1/codelite-make.1 
311share/man/man1/codelite.1 
312share/man/man1/codelite_fix_files.1