Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 08:36:25 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307125 - in head/x11-drivers/xf86-input-mouse: . files
Message-ID:  <201211070836.qA78aPmU088545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Wed Nov  7 08:36:25 2012
New Revision: 307125
URL: http://svnweb.freebsd.org/changeset/ports/307125

Log:
  . incorporate an upstream patch to fix wrong read Protocol and Device
    from xorg.conf: http://cgit.freedesktop.org/xorg/driver/xf86-input-mouse/commit/?id=b65651974ee5620086b484086ea12d78c92fa369
  . trim makefile headers.
  
  PR:		ports/171433
  Submitted by:	Martin Birgmeier <Martin.Birgmeier@aon.at>
  Approved by:	x11 (maintainer timeout 8+ weeks)
  Feature safe:	yes

Added:
  head/x11-drivers/xf86-input-mouse/files/patch-src_mouse.c   (contents, props changed)
Modified:
  head/x11-drivers/xf86-input-mouse/Makefile

Modified: head/x11-drivers/xf86-input-mouse/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-mouse/Makefile	Wed Nov  7 08:29:58 2012	(r307124)
+++ head/x11-drivers/xf86-input-mouse/Makefile	Wed Nov  7 08:36:25 2012	(r307125)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	xf86-input-mouse
-# Date Created:				17 Feb 2006
-# Whom:					Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xf86-input-mouse
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org

Added: head/x11-drivers/xf86-input-mouse/files/patch-src_mouse.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-drivers/xf86-input-mouse/files/patch-src_mouse.c	Wed Nov  7 08:36:25 2012	(r307125)
@@ -0,0 +1,11 @@
+--- src/mouse.c.orig	2012-10-18 11:06:28.000000000 +0400
++++ src/mouse.c	2012-10-18 11:06:57.000000000 +0400
+@@ -872,6 +872,8 @@ MousePreInit(InputDriverPtr drv, IDevPtr
+     pInfo->private_flags = 0;
+     pInfo->always_core_feedback = NULL;
+ 
++    COLLECT_INPUT_OPTIONS(pInfo, NULL);
++
+     if (NewMousePreInit(drv, pInfo, flags) == Success)
+     {
+         /* Check if SendDragEvents has been disabled. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211070836.qA78aPmU088545>