Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 10:39:37 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r420784 - branches/2016Q3/editors/codelite
Message-ID:  <201608241039.u7OAdbYg077156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Wed Aug 24 10:39:37 2016
New Revision: 420784
URL: https://svnweb.freebsd.org/changeset/ports/420784

Log:
  MFH: r420700
  
  - 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)
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q3/editors/codelite/pkg-plist
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/editors/codelite/pkg-plist
==============================================================================
--- branches/2016Q3/editors/codelite/pkg-plist	Wed Aug 24 09:57:07 2016	(r420783)
+++ branches/2016Q3/editors/codelite/pkg-plist	Wed Aug 24 10:39:37 2016	(r420784)
@@ -9,6 +9,10 @@ bin/codelite_fix_files
 bin/codelite_indexer
 bin/codelite_kill_children
 bin/codelite_xterm
+%%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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608241039.u7OAdbYg077156>