svn commit: r339971 - head/multimedia/transcode/files

Jason Helfman jgh at FreeBSD.org
Fri Jan 17 07:55:33 UTC 2014


On Thu, Jan 16, 2014 at 12:03 PM, Thomas Zander <riggs at freebsd.org> wrote:

> Author: riggs
> Date: Thu Jan 16 20:03:32 2014
> New Revision: 339971
> URL: http://svnweb.freebsd.org/changeset/ports/339971
> QAT: https://qat.redports.org/buildarchive/r339971/
>
> Log:
>   Fix build problem (subtitler looks for freetype headers in the wrong dir)
>
>   PR:           ports/185248
> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=185248
>   Submitted by: Kevin Oberman <rkoberman at gmail.com>
>   Approved by:  Naram Qashat <cyberbotx at cyberbotx.com> (maintainer),
> thierry (mentor)
>
> Added:
>   head/multimedia/transcode/files/patch-filter-subtitler-load_font.c
> (contents, props changed)
>
> Added: head/multimedia/transcode/files/patch-filter-subtitler-load_font.c
>
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/multimedia/transcode/files/patch-filter-subtitler-load_font.c
>  Thu Jan 16 20:03:32 2014        (r339971)
> @@ -0,0 +1,12 @@
> +--- filter/subtitler/load_font.c.orig  2013-12-28 11:40:29.000000000 -0800
> ++++ filter/subtitler/load_font.c       2013-12-28 10:44:23.000000000 -0800
> +@@ -48,7 +48,7 @@
> + #include <ft2build.h>
> + #include FT_FREETYPE_H
> +
> +-#include <freetype/ftglyph.h>
> ++#include <freetype2/ftglyph.h>
> +
> + /**
> +  * @file bswap.h
> +
>
>

Is this a merge candidate to 2014Q1?

Thanks for the fix!
-jgh

-- 
Jason Helfman          | FreeBSD Committer
jgh at FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve


More information about the svn-ports-all mailing list