From owner-svn-ports-all@FreeBSD.ORG Fri Jan 17 07:55:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09EAAF7 for ; Fri, 17 Jan 2014 07:55:33 +0000 (UTC) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF94E189E for ; Fri, 17 Jan 2014 07:55:32 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id ld10so1489764pab.38 for ; Thu, 16 Jan 2014 23:55:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gVtJqnijHLTeo+M5egvuHudJLbfnGRVwtB/nKhLLm+o=; b=MTKPMB8evvtSXJAPra94zE/8NPg0yW9zJcEXn7n4KEV/pxoVOaIYedJi0mNM1R5h19 aoyVDqTHEeeVwBr+HNYwZODdL0X9WKlPkW+R15HrCNJAAMziIhwBU8CxXq2jMDq0+GzR 6SDHakcx3S5GDDlW7uwFDjt/e6t1vExLfwnb8Q7xRLQAEOIQX8d6W5cPKNnXFsii6/3w +DJ8/yQxmKWeN+F//TDQu6b0FZjV8bxOzzFFKspGfqFE6/cakIUQUwehc56oz4MoAy3C cGUqtsgbEX73V4O7U06hK5CjjCAGEF+NtWA+SrBvmmJeoUVOQrKuUYkZgCIp4eYqpAc3 ZEnQ== X-Gm-Message-State: ALoCoQm8iDBI1nFWmIbhpx6lC5p0l2s5FgmNX8eDsIKOdPvWWBPL98PuVrpApnLfOQZdCNBnjDcs MIME-Version: 1.0 X-Received: by 10.66.137.109 with SMTP id qh13mr544321pab.140.1389944959249; Thu, 16 Jan 2014 23:49:19 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.70.78.130 with HTTP; Thu, 16 Jan 2014 23:49:19 -0800 (PST) In-Reply-To: <201401162003.s0GK3Wtp074969@svn.freebsd.org> References: <201401162003.s0GK3Wtp074969@svn.freebsd.org> Date: Thu, 16 Jan 2014 23:49:19 -0800 X-Google-Sender-Auth: xzfx1V4qDr5fSn8BLFcqy5wf_jY Message-ID: Subject: Re: svn commit: r339971 - head/multimedia/transcode/files From: Jason Helfman To: Thomas Zander Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 07:55:33 -0000 On Thu, Jan 16, 2014 at 12:03 PM, Thomas Zander 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 > Approved by: Naram Qashat (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 > + #include FT_FREETYPE_H > + > +-#include > ++#include > + > + /** > + * @file bswap.h > + > > Is this a merge candidate to 2014Q1? Thanks for the fix! -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve