svn commit: r490981 - head/x11/libxkbcommon

Niclas Zeising zeising at FreeBSD.org
Tue Jan 22 21:03:10 UTC 2019


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


More information about the svn-ports-all mailing list