Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 20:05:09 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437228 - head/x11/libxcb
Message-ID:  <201703292005.v2TK59D7053459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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