Bug 132269

Summary: [PATCH] devel/sdl12: Disable joystick support on -CURRENT
Product: Ports & Packages Reporter: Mel <mel>
Component: Individual Port(s)Assignee: Marcus von Appen <mva>
Status: Closed FIXED    
Severity: Affects Only Me CC: mva
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-devel%sdl12%Makefile none

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!