``port ports/multimedia/libxine/Makefile,v 1.55 2004/02/04 04:36:17'' does not compile. gcc stops in src/video_out/video_out_xv.c because u_int64_t is not defined in <machine/param.h>. Fix: move the #include <sys/types.h> in front of the #if defined(__FreeBSD__) block which contains the #include <machine/param.h>. This could be done in ``files/patch-src:video_out:video_out_xv.c'': How-To-Repeat: Happens every time.
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer.
State Changed From-To: open->closed Committed, thanks!