From owner-svn-ports-head@freebsd.org Sun Aug 16 18:25:56 2015 Return-Path: Delivered-To: svn-ports-head@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 A0D309BBC44; Sun, 16 Aug 2015 18:25:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 766C832E; Sun, 16 Aug 2015 18:25:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7GIPuKY098249; Sun, 16 Aug 2015 18:25:56 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7GIPuW3098247; Sun, 16 Aug 2015 18:25:56 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201508161825.t7GIPuW3098247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 16 Aug 2015 18:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394417 - in head/editors/codelite: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 18:25:56 -0000 Author: bsam Date: Sun Aug 16 18:25:55 2015 New Revision: 394417 URL: https://svnweb.freebsd.org/changeset/ports/394417 Log: editors/codelite: Fix clang code completion. Let the port detect clang versions 3.3-3.6. Remove duplicate pkg-plist locales. Added: head/editors/codelite/files/patch-cmake_Modules_FindLibClang.cmake (contents, props changed) Modified: head/editors/codelite/pkg-plist Added: head/editors/codelite/files/patch-cmake_Modules_FindLibClang.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/codelite/files/patch-cmake_Modules_FindLibClang.cmake Sun Aug 16 18:25:55 2015 (r394417) @@ -0,0 +1,26 @@ +--- cmake/Modules/FindLibClang.cmake.orig 2015-08-16 12:16:16.000000000 +0300 ++++ cmake/Modules/FindLibClang.cmake 2015-08-16 12:18:08.000000000 +0300 +@@ -12,6 +12,11 @@ + # For fedora + /usr/lib/llvm + /usr/lib64/llvm ++ # For FreeBSD ++ /usr/local/llvm36/lib ++ /usr/local/llvm35/lib ++ /usr/local/llvm34/lib ++ /usr/local/llvm33/lib + ${CMAKE_INSTALL_LIBDIR}) + + find_path(LIBCLANG_INCLUDE_T NAMES clang-c/Index.h +@@ -28,6 +33,11 @@ + /usr/local/include + # For fedora + /usr/include ++ # For FreeBSD ++ /usr/local/llvm36/include ++ /usr/local/llvm35/include ++ /usr/local/llvm34/include ++ /usr/local/llvm33/include + ) + + if ( LIBCLANG_T STREQUAL "LIBCLANG_T-NOTFOUND" OR LIBCLANG_INCLUDE_T STREQUAL "LIBCLANG_INCLUDE_T-NOTFOUND" ) Modified: head/editors/codelite/pkg-plist ============================================================================== --- head/editors/codelite/pkg-plist Sun Aug 16 18:23:57 2015 (r394416) +++ head/editors/codelite/pkg-plist Sun Aug 16 18:25:55 2015 (r394417) @@ -1,6 +1,3 @@ -%%CLANG%%bin/codelite-clang -%%CLANG%%bin/codelite-clang-format -%%CLANG%%lib/codelite/libclang.so bin/clg++ bin/clgcc bin/codelite @@ -279,5 +276,3 @@ man/man1/codelite_fix_files.1.gz %%NLS%%share/locale/zh_CN/LC_MESSAGES/codelite.mo share/applications/codelite.desktop share/icons/hicolor/32x32/apps/codelite.png -share/locale/cs/LC_MESSAGES/codelite.mo -share/locale/zh_CN/LC_MESSAGES/codelite.mo