From owner-svn-ports-head@FreeBSD.ORG Thu Dec 18 22:45:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FBE46B3; Thu, 18 Dec 2014 22:45:01 +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 4B31C13CB; Thu, 18 Dec 2014 22:45:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBIMj1qs030906; Thu, 18 Dec 2014 22:45:01 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBIMj1hI030904; Thu, 18 Dec 2014 22:45:01 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201412182245.sBIMj1hI030904@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 18 Dec 2014 22:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374929 - head/emulators/virtualbox-ose/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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 22:45:01 -0000 Author: jkim Date: Thu Dec 18 22:45:00 2014 New Revision: 374929 URL: https://svnweb.freebsd.org/changeset/ports/374929 QAT: https://qat.redports.org/buildarchive/r374929/ Log: Add an X.org patch to fix emulators/virtualbox-ose-additions with GCC 4.2. http://cgit.freedesktop.org/xorg/xserver/commit?id=ee9f766a PR: 195950 Obtained from: The X.Org project Added: head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.16.0-xf86Xinput.h (contents, props changed) Added: head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.16.0-xf86Xinput.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.16.0-xf86Xinput.h Thu Dec 18 22:45:00 2014 (r374929) @@ -0,0 +1,28 @@ +--- src/VBox/Additions/x11/x11include/xorg-server-1.16.0/xf86Xinput.h.orig 2014-11-21 10:18:44.000000000 -0500 ++++ src/VBox/Additions/x11/x11include/xorg-server-1.16.0/xf86Xinput.h 2014-12-18 16:26:57.000000000 -0500 +@@ -51,6 +51,7 @@ + #ifndef _xf86Xinput_h + #define _xf86Xinput_h + ++#include "xf86.h" + #include "xf86str.h" + #include "inputstr.h" + #include +@@ -85,7 +86,7 @@ + + /* This is to input devices what the ScrnInfoRec is to screens. */ + +-typedef struct _InputInfoRec { ++struct _InputInfoRec { + struct _InputInfoRec *next; + char *name; + char *driver; +@@ -110,7 +111,7 @@ + void *module; + XF86OptionPtr options; + InputAttributes *attrs; +-} *InputInfoPtr; ++}; + + /* xf86Globals.c */ + extern InputInfoPtr xf86InputDevs;