svn commit: r525710 - head/x11/luit

Alexey Dokuchaev danfe at FreeBSD.org
Mon Feb 10 14:43:40 UTC 2020


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


More information about the svn-ports-head mailing list