Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2008 18:01:27 GMT
From:      Barbara <barbara.xxx1975@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127010: multimedia/mplayer - freetype broken
Message-ID:  <200808311801.m7VI1R9W046881@www.freebsd.org>
Resent-Message-ID: <200808311810.m7VIA11s041800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808311801.m7VI1R9W046881>