1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/multimedia/mplayer
Edwin Groothuis 329170e6c0 [fix] multimedia/mplayer: no bsdbt848 driver compiled in
On recent FreeBSD installing multimedia/mplayer port doesn't
	compile-in bsdbt848 driver. Cause for this is in the mplayer's
	'configure' script that uses the following code to autodetect
	the presense of the system bt848 driver:

	if defined(__NetBSD__)
	#include <dev/ic/bt8xx.h>
	#else
	#include <machine/ioctl_bt848.h>
	#endif

	On FreeBSD /usr/include/machine/ioctl_bt848.h is replaced
	with /usr/include/dev/bktr/ioctl_bt848.h, so 'configure'
	script doesn't find it.  Be warned that if you upgraded
	your FreeBSD installation from the older version, you will
	still have /usr/include/machine/ioctl_bt848.h installed on
	your system (make installworld doesn't delete old files)
	and configure script will not need patching to be able to
	find the system bt848 driver.  In the fix section I attached
	a patched 'files/patch-ad' file.

	[...]

	Hi again,

	I've prepared a diff to solve the issue. Besides this,
	PORTREVISION is bumped to reflect the change and distinfo
	contains sha256 sum.  Would you please confirm that it works
	on amd64, go for the commit and close the pr?!

Submitted by:	Simun Mikecin <numisemis@yahoo.com>
Approved by:	"Thomas E. Zander" <riggs@rrr.de>
Reviewed by:	Simun Mikecin <numisemis@yahoo.com>
PR:		ports/87853
2005-11-09 20:17:44 +00:00
..
files [fix] multimedia/mplayer: no bsdbt848 driver compiled in 2005-11-09 20:17:44 +00:00
distinfo [fix] multimedia/mplayer: no bsdbt848 driver compiled in 2005-11-09 20:17:44 +00:00
Makefile [fix] multimedia/mplayer: no bsdbt848 driver compiled in 2005-11-09 20:17:44 +00:00
pkg-descr
pkg-message
pkg-plist - Update to 1.0pre7 2005-04-26 13:00:35 +00:00