svn commit: r374929 - head/emulators/virtualbox-ose/files

Jung-uk Kim jkim at FreeBSD.org
Thu Dec 18 22:45:01 UTC 2014


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 <X11/extensions/XI.h>
+@@ -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;


More information about the svn-ports-head mailing list