Bug 132269 - [PATCH] devel/sdl12: Disable joystick support on -CURRENT
Summary: [PATCH] devel/sdl12: Disable joystick support on -CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 21:50 UTC by Mel
Modified: 2009-03-03 07:56 UTC (History)
1 user (show)

See Also:


Attachments
patch-devel%sdl12%Makefile (329 bytes, text/plain)
2009-03-02 21:50 UTC, Mel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mel 2009-03-02 21:50:03 UTC
sdl12 doesn't compile with the new USB stack. Additionally, there's no
easy fix, by including the legacy/dev/usb headers, as it also includes
<usbhid.h>, which is incompatible with the legacy version.

Fix: And this concludes our x11/kde4 dependencies flight. Thank you for flying
with USB Airlines and please remain seated till the patches are committed.
How-To-Repeat: Build sdl12 on -CURRENT after libusb2 import.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-03-02 23:35:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-03 07:49:37 UTC
mva         2009-03-03 07:49:23 UTC

  FreeBSD ports repository

  Modified files:
    devel/sdl12          Makefile 
  Log:
  Fix build on CURRENT.
  
  PR:             ports/132269
  Submitted by:   Mel Flynn <mel@rachie.is-a-geek.net>
  Approved by:    beech (mentor)
  
  Revision  Changes    Path
  1.116     +4 -0      ports/devel/sdl12/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2009-03-03 07:56:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!