From owner-svn-ports-all@freebsd.org Wed Mar 29 13:46:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0351D2362D; Wed, 29 Mar 2017 13:46:21 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D08F2D4D; Wed, 29 Mar 2017 13:46:21 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDkKrm095385; Wed, 29 Mar 2017 13:46:20 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDkK2k095384; Wed, 29 Mar 2017 13:46:20 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703291346.v2TDkK2k095384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 29 Mar 2017 13:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437202 - head/x11/libxcb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:46:21 -0000 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