Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2018 19:47:03 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480881 - head/x11/libxcb
Message-ID:  <201809281947.w8SJl3qr051198@repo.freebsd.org>

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



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