Date: Wed, 9 Nov 2005 20:17:44 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/mplayer Makefile distinfo ports/multimedia/mplayer/files patch-ad Message-ID: <200511092017.jA9KHiwx000589@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2005-11-09 20:17:44 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile distinfo multimedia/mplayer/files patch-ad Log: [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 Revision Changes Path 1.123 +1 -1 ports/multimedia/mplayer/Makefile 1.31 +1 -0 ports/multimedia/mplayer/distinfo 1.27 +17 -5 ports/multimedia/mplayer/files/patch-ad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511092017.jA9KHiwx000589>