Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 14:43:39 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525710 - head/x11/luit
Message-ID:  <202002101443.01AEhdeH069323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Feb 10 14:43:39 2020
New Revision: 525710
URL: https://svnweb.freebsd.org/changeset/ports/525710

Log:
  Propagate `x11-fonts/encodings' to RUN_DEPENDS, otherwise luit(1) won't
  start when this file is absent due to check in the loadEncodingsDir():
  
      cannot open /usr/local/share/fonts/encodings/encodings.dir

Modified:
  head/x11/luit/Makefile

Modified: head/x11/luit/Makefile
==============================================================================
--- head/x11/luit/Makefile	Mon Feb 10 14:37:51 2020	(r525709)
+++ head/x11/luit/Makefile	Mon Feb 10 14:43:39 2020	(r525710)
@@ -2,6 +2,7 @@
 
 PORTNAME=	luit
 PORTVERSION=	20190106
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.invisible-island.net/luit/
 
@@ -12,6 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		iconv localbase:ldflags tar:tgz pkgconfig xorg
 USE_XORG=	ice x11 xt



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