Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 13:46:20 +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: r437202 - head/x11/libxcb
Message-ID:  <201703291346.v2TDkK2k095384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rezny
Date: Wed Mar 29 13:46:20 2017
New Revision: 437202
URL: https://svnweb.freebsd.org/changeset/ports/437202

Log:
  Remove the no longer valid RUN_DEPENDS on libpthread-stubs
  
  PR:		218015
  Reported by:	freebsd@charles.lecklider.org
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10182

Modified:
  head/x11/libxcb/Makefile

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Wed Mar 29 13:36:30 2017	(r437201)
+++ head/x11/libxcb/Makefile	Wed Mar 29 13:46:20 2017	(r437202)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxcb
 PORTVERSION=	1.12
+PORTREVISION=	1
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -15,7 +16,6 @@ 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?201703291346.v2TDkK2k095384>