Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 11:43:55 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535542 - head/editors/jucipp
Message-ID:  <202005171143.04HBhtD6047142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Sun May 17 11:43:55 2020
New Revision: 535542
URL: https://svnweb.freebsd.org/changeset/ports/535542

Log:
  editors/jucipp: add runtime dependency and TEST option
  
  * Add runtime dependency on devel/universal-ctags as suggested by upstream
  * Add TEST option
  
  PR:	246464
  Submitted by:	info@babaei.net (maintainer)

Modified:
  head/editors/jucipp/Makefile

Modified: head/editors/jucipp/Makefile
==============================================================================
--- head/editors/jucipp/Makefile	Sun May 17 10:57:01 2020	(r535541)
+++ head/editors/jucipp/Makefile	Sun May 17 11:43:55 2020	(r535542)
@@ -4,6 +4,7 @@
 PORTNAME=	jucipp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	info@babaei.net
@@ -16,7 +17,8 @@ BUILD_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_
 LIB_DEPENDS=	libaspell.so:textproc/aspell \
 		libboost_filesystem.so:devel/boost-libs \
 		libgit2.so:devel/libgit2
-RUN_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
+RUN_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
+	uctags:devel/universal-ctags
 
 USES=		cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig
 USE_GITLAB=	yes
@@ -26,6 +28,10 @@ GL_TUPLE=	cppit:libclangmm:a0316826f7f0c91949c6e11376f
 		eidheim:tiny-process-library:a6773276efdbc322f1abb0159301f5502647eb52:tinyprocesslibrary/lib/tiny-process-library
 USE_GNOME=	gdkpixbuf2 gtkmm30 gtksourceviewmm3
 INSTALLS_ICONS=	yes
+
+OPTIONS_DEFINE=	TESTS
+
+TESTS_CMAKE_BOOL=	BUILD_TESTING
 
 CMAKE_ARGS=	-DCMAKE_INCLUDE_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/include \
 		-DCMAKE_LIBRARY_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib



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