From owner-svn-ports-all@FreeBSD.ORG Tue Apr 15 17:08:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 873E5333; Tue, 15 Apr 2014 17:08:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7469C13A9; Tue, 15 Apr 2014 17:08:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FH8lu3035674; Tue, 15 Apr 2014 17:08:47 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FH8lCi035673; Tue, 15 Apr 2014 17:08:47 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201404151708.s3FH8lCi035673@svn.freebsd.org> From: Jung-uk Kim Date: Tue, 15 Apr 2014 17:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351352 - head/x11/libxshmfence/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 15 Apr 2014 17:08:47 -0000 Author: jkim Date: Tue Apr 15 17:08:46 2014 New Revision: 351352 URL: http://svnweb.freebsd.org/changeset/ports/351352 QAT: https://qat.redports.org/buildarchive/r351352/ Log: Fix build on head. Modified: head/x11/libxshmfence/files/patch-src__xshmfence_futex.h Modified: head/x11/libxshmfence/files/patch-src__xshmfence_futex.h ============================================================================== --- head/x11/libxshmfence/files/patch-src__xshmfence_futex.h Tue Apr 15 17:06:31 2014 (r351351) +++ head/x11/libxshmfence/files/patch-src__xshmfence_futex.h Tue Apr 15 17:08:46 2014 (r351352) @@ -1,19 +1,20 @@ ---- src/xshmfence_futex.h 2013-11-20 17:13:08.000000000 -0500 -+++ src/xshmfence_futex.h 2013-12-09 15:52:29.000000000 -0500 +--- src/xshmfence_futex.h ++++ src/xshmfence_futex.h @@ -1,5 +1,6 @@ /* * Copyright © 2013 Keith Packard -+ * Copyright © 2013 Jung-uk Kim ++ * Copyright © 2013-2014 Jung-uk Kim * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that -@@ -24,6 +25,27 @@ +@@ -24,6 +25,28 @@ #define _XSHMFENCE_FUTEX_H_ #include + +#ifdef HAVE_UMTX + ++#include +#include +#include + @@ -35,7 +36,7 @@ #include #include #include -@@ -43,6 +65,8 @@ +@@ -43,6 +66,8 @@ return sys_futex(addr, FUTEX_WAIT, value, NULL, NULL, 0); }