1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Niclas Zeising 2019-06-30 15:54:11 +00:00
parent aacd02fa39
commit 8fb344cc5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505427
4 changed files with 19 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libX11
PORTVERSION= 1.6.7
PORTVERSION= 1.6.8
PORTEPOCH= 1
CATEGORIES= x11

View File

@ -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

View File

@ -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

View File

@ -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