Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2020 10:51:02 +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: r545155 - head/x11/libX11
Message-ID:  <202008171051.07HAp2nr079085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Aug 17 10:51:02 2020
New Revision: 545155
URL: https://svnweb.freebsd.org/changeset/ports/545155

Log:
  x11/libX11: Fix regression with inputh methods
  
  Add an upstream patch to fix regressions with input metods, where input
  method clients can't connect to the input method server. [1]
  While here, add a patch that removes register keywords and fixes compiles
  against libX11 headers with C++17.
  
  PR:		248549 [1]
  Reported by:	Atsuo Ohki
  MFH:		2020Q3

Modified:
  head/x11/libX11/Makefile
  head/x11/libX11/distinfo

Modified: head/x11/libX11/Makefile
==============================================================================
--- head/x11/libX11/Makefile	Mon Aug 17 10:16:38 2020	(r545154)
+++ head/x11/libX11/Makefile	Mon Aug 17 10:51:02 2020	(r545155)
@@ -3,11 +3,16 @@
 
 PORTNAME=	libX11
 PORTVERSION=	1.6.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X11 library
+
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/
+PATCHFILES+=	6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff:-p1
+PATCHFILES+=	d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff:-p1
 
 LICENSE=	MIT
 

Modified: head/x11/libX11/distinfo
==============================================================================
--- head/x11/libX11/distinfo	Mon Aug 17 10:16:38 2020	(r545154)
+++ head/x11/libX11/distinfo	Mon Aug 17 10:51:02 2020	(r545155)
@@ -1,3 +1,7 @@
-TIMESTAMP = 1597078364
+TIMESTAMP = 1597657392
 SHA256 (xorg/lib/libX11-1.6.11.tar.bz2) = b1cc4b802058be7e3fb438ee2490f66fcc52ac3b2a14f47a22cbf77638e33606
 SIZE (xorg/lib/libX11-1.6.11.tar.bz2) = 2389687
+SHA256 (xorg/lib/6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff) = 9e3ebb781e985372f0b10db41898873049d50094aeea58884b150ebce27b68f8
+SIZE (xorg/lib/6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff) = 1011
+SHA256 (xorg/lib/d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff) = f0e637d850a24116c0abf7b45eff3bc926caef5df17b2664aef81c03f792bdf4
+SIZE (xorg/lib/d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff) = 463



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