From owner-svn-ports-all@freebsd.org Tue Feb 21 13:48:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ACC9CE6F0A; Tue, 21 Feb 2017 13:48:03 +0000 (UTC) (envelope-from rezny@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 mx1.freebsd.org (Postfix) with ESMTPS id 57ABF74E; Tue, 21 Feb 2017 13:48:03 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1LDm2X6095610; Tue, 21 Feb 2017 13:48:02 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1LDm2YD095609; Tue, 21 Feb 2017 13:48:02 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702211348.v1LDm2YD095609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Tue, 21 Feb 2017 13:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434525 - head/graphics/libdrm/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.23 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, 21 Feb 2017 13:48:03 -0000 Author: rezny Date: Tue Feb 21 13:48:02 2017 New Revision: 434525 URL: https://svnweb.freebsd.org/changeset/ports/434525 Log: Add missing header to fix build on PPC Submitted by: andreast Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9666 Added: head/graphics/libdrm/files/patch-xf86drmMode.c (contents, props changed) Added: head/graphics/libdrm/files/patch-xf86drmMode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libdrm/files/patch-xf86drmMode.c Tue Feb 21 13:48:02 2017 (r434525) @@ -0,0 +1,10 @@ +--- xf86drmMode.c.orig 2017-01-28 01:15:16 UTC ++++ xf86drmMode.c +@@ -47,6 +47,7 @@ + #include + #include + #ifdef HAVE_SYS_SYSCTL_H ++#include + #include + #endif + #include