From owner-svn-ports-head@freebsd.org Sun Sep 13 17:35:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CA823E1C5E; Sun, 13 Sep 2020 17:35:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BqGqG1PHrz4RkT; Sun, 13 Sep 2020 17:35:38 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14C739B9F; Sun, 13 Sep 2020 17:35:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08DHZbjh003577; Sun, 13 Sep 2020 17:35:37 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08DHZbD7003576; Sun, 13 Sep 2020 17:35:37 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202009131735.08DHZbD7003576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 13 Sep 2020 17:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548493 - head/x11/libxcb X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/libxcb X-SVN-Commit-Revision: 548493 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2020 17:35:38 -0000 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