Bug 200173

Summary: [patch] devel/sdl12: Fix delayed joystick inputs
Product: Ports & Packages Reporter: kikuchan98
Component: Individual Port(s)Assignee: Marcus von Appen <mva>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (mva)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
A patch for devel/sdl12/files/patch-src_joystick_bsd_SDL_sysjoystick.c none

Description kikuchan98 2015-05-13 15:23:59 UTC
Created attachment 156752 [details]
A patch for devel/sdl12/files/patch-src_joystick_bsd_SDL_sysjoystick.c

I posted a report for this bug few years ago, and they fixed on their repository, but a new version is not yet released.

I think the fix should be included in ports, until they release a new version.
(or the ports should follow their maintenance branch perhaps?)

The bug details, see: https://bugzilla.libsdl.org/show_bug.cgi?id=2090
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2015-06-14 08:58:18 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-14 08:58:31 UTC
A commit references this bug:

Author: mva
Date: Sun Jun 14 08:58:08 UTC 2015
New revision: 389607
URL: https://svnweb.freebsd.org/changeset/ports/389607

Log:
  - Fix delayed inputs for joysticks with high sampling rates

  PR:		200173
  Submitted by:	kikuchan98@gmail.com

Changes:
  head/devel/sdl12/Makefile
  head/devel/sdl12/files/patch-src_joystick_bsd_SDL_sysjoystick.c
Comment 3 kikuchan98 2015-06-15 18:49:45 UTC
Thank you!!