Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 21:03:09 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490981 - head/x11/libxkbcommon
Message-ID:  <201901222103.x0ML39TI059267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Jan 22 21:03:09 2019
New Revision: 490981
URL: https://svnweb.freebsd.org/changeset/ports/490981

Log:
  x11/libxkbcommon: Add dep on xkeyboard-config
  
  Add a run time dependency on x11/xkeyboard-config in x11/libxkbcommon.
  While not strictly necessary, this is recommended upstream, since almost all
  uses of libxkbcommon also needs xkeyboard-config.  This is similar to how it
  is done in other distributions.
  
  This solves issues when graphics/xpdf4 is installed without a desktop or
  graphical environment, as well as other places.
  
  PR:		229127
  Reported by:	Bertrand Petit
  Suggested by:	tobik

Modified:
  head/x11/libxkbcommon/Makefile

Modified: head/x11/libxkbcommon/Makefile
==============================================================================
--- head/x11/libxkbcommon/Makefile	Tue Jan 22 20:51:38 2019	(r490980)
+++ head/x11/libxkbcommon/Makefile	Tue Jan 22 21:03:09 2019	(r490981)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libxkbcommon
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xkbcommon.org/download/
 
@@ -10,6 +11,8 @@ COMMENT=	Keymap handling library for toolkits and wind
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	xkeyboard-config>0:x11/xkeyboard-config
 
 XORG_CAT=	lib
 USES=		gmake bison tar:xz



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