From owner-svn-ports-head@freebsd.org Sun Aug 14 07:39:37 2016 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 9181FBB9BC8; Sun, 14 Aug 2016 07:39:37 +0000 (UTC) (envelope-from riggs@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 4462E14FF; Sun, 14 Aug 2016 07:39:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7E7daMX089327; Sun, 14 Aug 2016 07:39:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7E7danW089325; Sun, 14 Aug 2016 07:39:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201608140739.u7E7danW089325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 14 Aug 2016 07:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420180 - head/editors/codelite 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.22 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, 14 Aug 2016 07:39:37 -0000 Author: riggs Date: Sun Aug 14 07:39:36 2016 New Revision: 420180 URL: https://svnweb.freebsd.org/changeset/ports/420180 Log: Fix plist, fix missing dependency Details: - Add missing LIB_DEPENDS to hunspell, add USE_GNOME - Fix plist: Add missing entries for clang plugins (non-default OPTIONs) - Bump PORTREVISION PR: 211587 Submitted by: matthias@petermann-it.de Reviewed by: w.schwarzenfeld@utanet.at, mokhi64@gmail.com (maintainer) Approved by: mokhi64@gmail.com (maintainer) Modified: head/editors/codelite/Makefile head/editors/codelite/pkg-plist Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Sun Aug 14 07:31:49 2016 (r420179) +++ head/editors/codelite/Makefile Sun Aug 14 07:39:36 2016 (r420180) @@ -3,6 +3,7 @@ PORTNAME= codelite PORTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= editors devel MAINTAINER= mokhi64@gmail.com @@ -11,12 +12,14 @@ COMMENT= Open Source IDE for C/C++ LICENSE= GPLv2+ RUN_DEPENDS= xterm:x11/xterm +LIB_DEPENDS+= libhunspell-1.3.so:textproc/hunspell USE_GITHUB= yes GH_ACCOUNT= eranif 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 Modified: head/editors/codelite/pkg-plist ============================================================================== --- head/editors/codelite/pkg-plist Sun Aug 14 07:31:49 2016 (r420179) +++ head/editors/codelite/pkg-plist Sun Aug 14 07:39:36 2016 (r420180) @@ -9,6 +9,16 @@ 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 +%%CLANG38%%lib/codelite/LLDBDebugger.so lib/codelite/CMakePlugin.so lib/codelite/CallGraph.so lib/codelite/CodeFormatter.so