From owner-svn-ports-all@freebsd.org Sun Jun 30 15:54:13 2019 Return-Path: Delivered-To: svn-ports-all@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 307B215D9314; Sun, 30 Jun 2019 15:54:12 +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) server-signature RSA-PSS (4096 bits) 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 9B6C28B6C6; Sun, 30 Jun 2019 15:54:12 +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 7729D27ADB; Sun, 30 Jun 2019 15:54:12 +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 x5UFsCJb068881; Sun, 30 Jun 2019 15:54:12 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5UFsBr6068877; Sun, 30 Jun 2019 15:54:11 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201906301554.x5UFsBr6068877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 30 Jun 2019 15:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505427 - in head/x11/libX11: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11/libX11: . files X-SVN-Commit-Revision: 505427 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9B6C28B6C6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 30 Jun 2019 15:54:13 -0000 Author: zeising Date: Sun Jun 30 15:54:11 2019 New Revision: 505427 URL: https://svnweb.freebsd.org/changeset/ports/505427 Log: x11/libX11: Update to 1.6.8 Update x11/libX11 to 1.6.8 This is a farirly big update Add a patch from upstream to fix a build issue when X headers aren't installed in the default search path of the compiler. Changelog: https://lists.x.org/archives/xorg-announce/2019-June/002997.html Obtained from: Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs Sponsored by: B3 Init Added: head/x11/libX11/files/ head/x11/libX11/files/patch-src_util_makekeys.c (contents, props changed) Modified: head/x11/libX11/Makefile head/x11/libX11/distinfo head/x11/libX11/pkg-plist Modified: head/x11/libX11/Makefile ============================================================================== --- head/x11/libX11/Makefile Sun Jun 30 15:02:08 2019 (r505426) +++ head/x11/libX11/Makefile Sun Jun 30 15:54:11 2019 (r505427) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.7 +PORTVERSION= 1.6.8 PORTEPOCH= 1 CATEGORIES= x11 Modified: head/x11/libX11/distinfo ============================================================================== --- head/x11/libX11/distinfo Sun Jun 30 15:02:08 2019 (r505426) +++ head/x11/libX11/distinfo Sun Jun 30 15:54:11 2019 (r505427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540956919 -SHA256 (xorg/lib/libX11-1.6.7.tar.bz2) = 910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348 -SIZE (xorg/lib/libX11-1.6.7.tar.bz2) = 2290260 +TIMESTAMP = 1560786095 +SHA256 (xorg/lib/libX11-1.6.8.tar.bz2) = b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5 +SIZE (xorg/lib/libX11-1.6.8.tar.bz2) = 2395911 Added: head/x11/libX11/files/patch-src_util_makekeys.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libX11/files/patch-src_util_makekeys.c Sun Jun 30 15:54:11 2019 (r505427) @@ -0,0 +1,14 @@ +--- src/util/makekeys.c.orig 2019-06-17 14:47:35 UTC ++++ src/util/makekeys.c +@@ -35,8 +35,10 @@ from The Open Group. + #include + #include + #include ++#include ++#include + +-#include "../Xresinternal.h" ++typedef uint32_t Signature; + + #define KTNUM 4000 + Modified: head/x11/libX11/pkg-plist ============================================================================== --- head/x11/libX11/pkg-plist Sun Jun 30 15:02:08 2019 (r505426) +++ head/x11/libX11/pkg-plist Sun Jun 30 15:54:11 2019 (r505427) @@ -789,7 +789,7 @@ man/man3/XkbAllocGeomDoodads.3.gz man/man3/XkbAllocGeomKeyAliases.3.gz man/man3/XkbAllocGeomKeys.3.gz man/man3/XkbAllocGeomOutlines.3.gz -man/man3/XkbAllocGeomOverlayKey.3.gz +man/man3/XkbAllocGeomOverlayKeys.3.gz man/man3/XkbAllocGeomOverlayRows.3.gz man/man3/XkbAllocGeomOverlays.3.gz man/man3/XkbAllocGeomPoints.3.gz