Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2018 13:08:39 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482970 - head/editors/kakoune
Message-ID:  <201810251308.w9PD8dxp001157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Oct 25 13:08:39 2018
New Revision: 482970
URL: https://svnweb.freebsd.org/changeset/ports/482970

Log:
  editors/kakoune: Add run dependency on sysutils/ssid
  
  Some plugins like x11, x11-repl, ranger need setsid.
  
  https://github.com/mawww/kakoune/issues/2520

Modified:
  head/editors/kakoune/Makefile

Modified: head/editors/kakoune/Makefile
==============================================================================
--- head/editors/kakoune/Makefile	Thu Oct 25 13:01:57 2018	(r482969)
+++ head/editors/kakoune/Makefile	Thu Oct 25 13:08:39 2018	(r482970)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kakoune
 DISTVERSION=	2018.09.04
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/
 
@@ -12,6 +13,7 @@ LICENSE=	UNLICENSE
 LICENSE_FILE=	${WRKSRC:H}/UNLICENSE
 
 BUILD_DEPENDS=	a2x:textproc/asciidoc
+RUN_DEPENDS=	setsid:sysutils/ssid
 
 USES=		compiler:c++14-lang gmake ncurses tar:bzip2
 



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