ports/127010: multimedia/mplayer - freetype broken

Barbara barbara.xxx1975 at libero.it
Sun Aug 31 18:10:02 UTC 2008


>Number:         127010
>Category:       ports
>Synopsis:       multimedia/mplayer - freetype broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 31 18:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Barbara
>Release:        6-STABLE
>Organization:
>Environment:
FreeBSD satanasso.local.net 6.3-STABLE FreeBSD 6.3-STABLE #0: Tue Aug 12 12:56:26 CEST 2008 root at satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386
>Description:
I've found that this patch http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/mplayer/files/patch-ad.diff?r1=1.32;r2=1.33;f=h
is breaking the freetype option.
In fact, during configure, the test for iconv fails, voiding the freetype option.

>How-To-Repeat:
Build mplayer with freetype support.
On startup it spits a message about a bitmap font that cannot be loaded (I don't remember the exact message now).

>Fix:
Include /usr/local/include, where iconv.h is located.
I hope that this doesn't break what the original patch fixes.


Patch attached with submission follows:

--- patch-ad.orig	2008-08-24 19:49:32.000000000 +0200
+++ files/patch-ad	2008-08-31 19:37:47.000000000 +0200
@@ -52,7 +52,7 @@
  if freebsd ; then
    _ld_extra="$_ld_extra -L/usr/local/lib"
 -  _inc_extra="$_inc_extra -I/usr/local/include"
-+  _inc_extra="$_inc_extra -I... -I.../libavutil"
++  _inc_extra="$_inc_extra -I... -I.../libavutil -I/usr/local/include"
  fi
  
  if darwin; then


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list