FreeBSD Bugzilla – Attachment 173340 Details for
Bug 211587
editors/codelite: pkg packaging (Checking for pkg-plist) breaks because pkg-list contains pointers to nonexistent files.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add missing entries to plist and missing dependency to Makefile
patch-editors_codelite.fix_sanity.diff (text/plain), 1.28 KB, created by
Mahdi Mokhtari
on 2016-08-05 21:08:38 UTC
(
hide
)
Description:
Patch to add missing entries to plist and missing dependency to Makefile
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2016-08-05 21:08:38 UTC
Size:
1.28 KB
patch
obsolete
>Index: editors/codelite/Makefile >=================================================================== >--- editors/codelite/Makefile (revision 419679) >+++ editors/codelite/Makefile (working copy) >@@ -11,6 +11,7 @@ > LICENSE= GPLv2+ > > RUN_DEPENDS= xterm:x11/xterm >+LIB_DEPENDS+= libhunspell-1.3.so:textproc/hunspell > > USE_GITHUB= yes > GH_ACCOUNT= eranif >@@ -17,6 +18,7 @@ > > USES= cmake:outsource compiler:c++11-lib dos2unix execinfo gettext \ > pathfix shebangfix sqlite >+USE_GNOME+= cairo gtk20 > DOS2UNIX_GLOB= *.cpp *.txt > SHEBANG_FILES= Runtime/codelite_xterm > bash_CMD= /bin/sh >Index: editors/codelite/pkg-plist >=================================================================== >--- editors/codelite/pkg-plist (revision 419679) >+++ editors/codelite/pkg-plist (working copy) >@@ -9,6 +9,16 @@ > 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 >+%%CLANG38%%lib/codelite/LLDBDebugger.so > lib/codelite/CMakePlugin.so > lib/codelite/CallGraph.so > lib/codelite/CodeFormatter.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 211587
:
173301
| 173340