cvs commit: ports/multimedia/mplayer Makefile distinfo ports/multimedia/mplayer/files patch-ad

Edwin Groothuis edwin at FreeBSD.org
Wed Nov 9 12:17:45 PST 2005


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 at yahoo.com>
  Approved by:    "Thomas E. Zander" <riggs at rrr.de>
  Reviewed by:    Simun Mikecin <numisemis at 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


More information about the cvs-ports mailing list