diff options
author | cpm <cpm@FreeBSD.org> | 2016-08-23 23:28:53 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-08-23 23:28:53 +0800 |
commit | cdf7b0cb894ab9f6aa749c6a993736c67682e842 (patch) | |
tree | a991c5f804b0b1fdbf7c02d8c43370fb9f835707 /editors | |
parent | 3d713774e9be0af8ae7828adffb4481216d566cd (diff) | |
download | freebsd-ports-graphics-cdf7b0cb894ab9f6aa749c6a993736c67682e842.tar.gz freebsd-ports-graphics-cdf7b0cb894ab9f6aa749c6a993736c67682e842.tar.zst freebsd-ports-graphics-cdf7b0cb894ab9f6aa749c6a993736c67682e842.zip |
- Fix codelite install for Clang 3.4, 3.5 and 3.6.
===> Registering installation for codelite-9.2_1
pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-lldb: No such file or directory
pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/LLDBDebugger.so: No such file or directory
*** Error code 74
PR: 211851
Submitted by: Mahdi Mokhtari (maintainer)
Reported by: rozhuk.im@gmail.com
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
MFH: 2016Q3
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/pkg-plist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index bf93b246c11..01fc964f465 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -9,12 +9,6 @@ bin/codelite_fix_files bin/codelite_indexer bin/codelite_kill_children bin/codelite_xterm -%%CLANG34%%bin/codelite-lldb -%%CLANG34%%lib/codelite/LLDBDebugger.so -%%CLANG35%%bin/codelite-lldb -%%CLANG35%%lib/codelite/LLDBDebugger.so -%%CLANG36%%bin/codelite-lldb -%%CLANG36%%lib/codelite/LLDBDebugger.so %%CLANG37%%bin/codelite-lldb %%CLANG37%%lib/codelite/LLDBDebugger.so %%CLANG38%%bin/codelite-lldb |