1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

x11/libxshmfence: Update to 1.3

Update x11/libxshmfence to 1.3
This release contains fixes to the build system.

Remove patch that's no longer needed
add INSTALL_TARGET=install-strip to strip binaries and libraries

Sponsored by:	B3 Init
This commit is contained in:
Niclas Zeising 2019-06-16 20:47:43 +00:00
parent b3957dc651
commit 27f5bf03d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504373
3 changed files with 4 additions and 14 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libxshmfence
PORTVERSION= 1.2
PORTREVISION= 4
PORTVERSION= 1.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org

View File

@ -1,2 +1,3 @@
SHA256 (xorg/lib/libxshmfence-1.2.tar.bz2) = d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c
SIZE (xorg/lib/libxshmfence-1.2.tar.bz2) = 267170
TIMESTAMP = 1560369445
SHA256 (xorg/lib/libxshmfence-1.3.tar.bz2) = b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7
SIZE (xorg/lib/libxshmfence-1.3.tar.bz2) = 308644

View File

@ -1,10 +0,0 @@
--- src/xshmfence_futex.h.orig 2014-06-17 16:46:42.000000000 -0400
+++ src/xshmfence_futex.h 2015-04-18 12:16:21.953572000 -0400
@@ -28,6 +28,7 @@
#ifdef HAVE_UMTX
+#include <sys/limits.h>
#include <sys/types.h>
#include <sys/umtx.h>