From owner-svn-ports-branches@freebsd.org Wed Aug 24 10:39:38 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61AA7BC3992; Wed, 24 Aug 2016 10:39:38 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 344D3183E; Wed, 24 Aug 2016 10:39:38 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7OAdbsO077157; Wed, 24 Aug 2016 10:39:37 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7OAdbYg077156; Wed, 24 Aug 2016 10:39:37 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201608241039.u7OAdbYg077156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 24 Aug 2016 10:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420784 - branches/2016Q3/editors/codelite X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 10:39:38 -0000 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