Date: Sun, 30 Jun 2019 15:54:11 +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: r505427 - in head/x11/libX11: . files Message-ID: <201906301554.x5UFsBr6068877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <stdint.h> ++#include <inttypes.h> + +-#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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906301554.x5UFsBr6068877>