From owner-svn-ports-head@freebsd.org Fri Sep 28 19:47:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4095E10B7AEA; Fri, 28 Sep 2018 19:47:04 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC0497FA3A; Fri, 28 Sep 2018 19:47:03 +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 C7AB019663; Fri, 28 Sep 2018 19:47:03 +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 w8SJl31j051199; Fri, 28 Sep 2018 19:47:03 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8SJl3qr051198; Fri, 28 Sep 2018 19:47:03 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201809281947.w8SJl3qr051198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 28 Sep 2018 19:47:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480881 - head/x11/libxcb X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/libxcb X-SVN-Commit-Revision: 480881 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.27 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: Fri, 28 Sep 2018 19:47:04 -0000 Author: zeising Date: Fri Sep 28 19:47:03 2018 New Revision: 480881 URL: https://svnweb.freebsd.org/changeset/ports/480881 Log: x11/libxcb: Update to 1.13.1 This fixes an issue with intermittent KWin craches when using the nvidia driver. While here, add gnome to USES= Release notes: https://lists.freedesktop.org/archives/xcb/2018-September/011155.html Modified: head/x11/libxcb/Makefile head/x11/libxcb/distinfo Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Fri Sep 28 19:13:04 2018 (r480880) +++ head/x11/libxcb/Makefile Fri Sep 28 19:47:03 2018 (r480881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxcb -PORTVERSION= 1.13 +PORTVERSION= 1.13.1 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-st CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput XORG_CAT= lib -USES= cpe gmake python:build +USES= cpe gmake gnome python:build USE_GNOME= libxslt:build USE_XORG= xau xdmcp INSTALL_TARGET= install-strip Modified: head/x11/libxcb/distinfo ============================================================================== --- head/x11/libxcb/distinfo Fri Sep 28 19:13:04 2018 (r480880) +++ head/x11/libxcb/distinfo Fri Sep 28 19:47:03 2018 (r480881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525895942 -SHA256 (xorg/lib/libxcb-1.13.tar.bz2) = 188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa -SIZE (xorg/lib/libxcb-1.13.tar.bz2) = 510453 +TIMESTAMP = 1538162049 +SHA256 (xorg/lib/libxcb-1.13.1.tar.bz2) = a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4 +SIZE (xorg/lib/libxcb-1.13.1.tar.bz2) = 506778