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.
State Changed From-To: open->closed Committed, thanks!