Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 17:35:37 +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: r548493 - head/x11/libxcb
Message-ID:  <202009131735.08DHZbD7003576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Sep 13 17:35:37 2020
New Revision: 548493
URL: https://svnweb.freebsd.org/changeset/ports/548493

Log:
  x11/libxcb: Re-add runtime dependency on pthread-stubs
  
  Re-add the runtime dependency on pthread-stubs, that was dropped in the
  update to 1.14.  Things linking against libxcb needs it as well, and since
  it was pulled in from here, keep doing that.
  
  In the future, the dependency on pthread-stubs mabye should be moved to the
  ports that actually need it, but keep the status quo for now.

Modified:
  head/x11/libxcb/Makefile

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Sun Sep 13 17:32:07 2020	(r548492)
+++ head/x11/libxcb/Makefile	Sun Sep 13 17:35:37 2020	(r548493)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxcb
 PORTVERSION=	1.14
+PORTREVISION=	1
 CATEGORIES=	x11 python
 MASTER_SITES=	https://xcb.freedesktop.org/dist/
 
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	xcb-proto>=1.9:x11/xcb-proto \
 		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 
 CONFIGURE_ARGS=	--disable-devel-docs --without-doxygen --enable-xinput --enable-xkb
 



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