svn commit: r437228 - head/x11/libxcb

Matthew Rezny rezny at FreeBSD.org
Wed Mar 29 20:05:11 UTC 2017


Author: rezny
Date: Wed Mar 29 20:05:09 2017
New Revision: 437228
URL: https://svnweb.freebsd.org/changeset/ports/437228

Log:
  Revert previous; in this one case there is a runtime dependency on
  pthread-stubs.pc because it is referenced in xcb.pc, which would be
  better handled as part of USE_XORG=xcb, but a quick fix is required.
  
  PR:		218015
  Approved by:	feld (mentor)

Modified:
  head/x11/libxcb/Makefile

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Wed Mar 29 19:55:22 2017	(r437227)
+++ head/x11/libxcb/Makefile	Wed Mar 29 20:05:09 2017	(r437228)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxcb
 PORTVERSION=	1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -16,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/lib/libcheck.a:devel/check \
 		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-build-docs --without-doxygen --enable-xinput
 


More information about the svn-ports-all mailing list