mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
329170e6c0
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 |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-message | ||
pkg-plist |