svn commit: r535542 - head/editors/jucipp
Fernando Apesteguía
fernape at FreeBSD.org
Sun May 17 11:43:56 UTC 2020
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 at 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 at 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
More information about the svn-ports-all
mailing list