Bug 132686 - x11/kdebase3 does not build on -CURRENT
Summary: x11/kdebase3 does not build 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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 05:40 UTC by michiel
Modified: 2009-03-16 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (364 bytes, patch)
2009-03-16 05:40 UTC, michiel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description michiel 2009-03-16 05:40:03 UTC
Port x11/kdebase3 fails to build with recent -CURRENT with
usbdevices.h:69: error: 'usb_device_info' has not been declared

Fix: Patch included below. FreeBSD_version is approximate.
How-To-Repeat: 	cd /usr/ports/x11/kdebase3
	make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-16 05:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-16 19:03:05 UTC
miwi        2009-03-16 19:02:52 UTC

  FreeBSD ports repository

  Added files:
    x11/kdebase3/files   patch-kcontrol-usbview-usbdevices.h 
  Log:
  - Add a workaround to fix the build on HEAD with new usb2 stack
  
  PR:             132686
  Submitted by:   Michiel Boland <michiel@boland.org>
  
  Revision  Changes    Path
  1.1       +18 -0     ports/x11/kdebase3/files/patch-kcontrol-usbview-usbdevices.h (new)
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2009-03-16 19:03:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!