This update of multimedia/mplayer consists of: o Add missing dependency on libungif, reported by Pav Lucistnik <pav@oook.cz> o Import latest kame ipv6 patches. o Bump PORTREVISION Fix: Please apply the following patch to multimedia/mplayer:
State Changed From-To: open->closed Committed, thanks!
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