svn commit: r420700 - head/editors/codelite

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Aug 23 15:28:55 UTC 2016


Author: cpm
Date: Tue Aug 23 15:28:53 2016
New Revision: 420700
URL: https://svnweb.freebsd.org/changeset/ports/420700

Log:
  - 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 at gmail.com
  Reviewed by:	amdmi3 (mentor)
  Approved by:	amdmi3 (mentor)
  MFH:		2016Q3

Modified:
  head/editors/codelite/pkg-plist

Modified: head/editors/codelite/pkg-plist
==============================================================================
--- head/editors/codelite/pkg-plist	Tue Aug 23 15:21:48 2016	(r420699)
+++ head/editors/codelite/pkg-plist	Tue Aug 23 15:28:53 2016	(r420700)
@@ -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


More information about the svn-ports-head mailing list