ports/59145: maintainer-update of multimedia/mplayer

NAKAJI Hiroyuki nakaji at jp.freebsd.org
Sun Nov 16 04:00:43 UTC 2003


The following reply was made to PR ports/59145; it has been noted by GNATS.

From: NAKAJI Hiroyuki <nakaji at jp.freebsd.org>
To: freebsd-gnats-submit at FreeBSD.org, riggs at rrr.de,
	Norikatsu Shigemura <nork at FreeBSD.org>
Cc:  
Subject: Re: ports/59145: maintainer-update of multimedia/mplayer
Date: Sun, 16 Nov 2003 12:50:23 +0900

 Hi,
 
 I also found this update causes build error, as reported by walt.
 http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2085928+0+current/freebsd-ports
 
 I checked out Makefile 1.73 and distinfo 1.18 and this revision can be
 successfully built.
 
 I can not find how to fix the problem but config.mak is a little
 different between before and after this PR.
 
 --- work/MPlayer-0.92/config.mak        Sun Nov 16 10:10:31 2003
 +++ /home/nakaji/work/ports/multimedia/mplayer/work/MPlayer-0.92/config.mak    Sun Nov 16 11:58:58 2003
 @@ -60,10 +60,10 @@
  DVB_INC = 
  PNG_LIB = -lpng -lz
  JPEG_LIB = -ljpeg
 -GIF_LIB = 
 +GIF_LIB = -lungif
  SDL_LIB = -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -lc_r
 -SVGA_LIB = 
 -AA_LIB = 
 +SVGA_LIB = -lvgagl -lvga -lm
 +AA_LIB = -laa
  
  # audio output
  ALSA_LIB = 
 
 It seems there is a bug in configure script of mplayer itself. Auto
 detection of libraries does not work properly.
 -- 
 NAKAJI Hiroyuki



More information about the freebsd-ports-bugs mailing list