Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2016 07:39:36 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420180 - head/editors/codelite
Message-ID:  <201608140739.u7E7danW089325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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