Bug 96624 - devel/pwlib doesn't build video plugin on ia64
Summary: devel/pwlib doesn't build video plugin on ia64
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-01 21:00 UTC by Steve Ames
Modified: 2006-05-07 14:02 UTC (History)
0 users

See Also:


Attachments
file.diff (6.15 KB, patch)
2006-05-01 21:00 UTC, Steve Ames
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Ames 2006-05-01 21:00:39 UTC
	devel/pwlib doesn't compile video plugin on ia64. This doesn't cause the port build
	to fail but it does mess up the pkg-plist (and of course means video doesn't work on
	ia64). The problem is that the ioctl_meteor.h header file on ia64 is not in the same
	spot as on i386. On i386 its in machine/ioctl_meteor.h (although thats mainly a 
	wrapper that includesdev/bktr/ioctl_meteor.h). On ia64 this wrapper doesn't exist.
	The configure script in the plugins directory for devel/pwlib was only checking
	machine/ . This patch makes it check machine/ioctl_meteor.h and dev/bktr/ioct_meteor.h

	This should fix the module detection and compilation on ia64 and should, as a side
	effect, fix pkg-plist on ia64.

Fix: Apply this patch: http://steve.energistic.com/h323-ports/pwlib-1.10-ia64.patch

	Included below for reference. Patch should be run from ports/devel/pwlib.

How-To-Repeat: 	build devel/pwlib on ia64 platform.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-07 14:02:23 UTC
State Changed
From-To: open->closed

Committed, thanks!