From owner-svn-ports-head@FreeBSD.ORG Sun Dec 8 11:21:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8C6E624; Sun, 8 Dec 2013 11:21:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A479A1CD1; Sun, 8 Dec 2013 11:21:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB8BL785034792; Sun, 8 Dec 2013 11:21:07 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB8BL73J034791; Sun, 8 Dec 2013 11:21:07 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201312081121.rB8BL73J034791@svn.freebsd.org> From: Koop Mast Date: Sun, 8 Dec 2013 11:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335876 - head/graphics/inkscape/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2013 11:21:07 -0000 Author: kwm Date: Sun Dec 8 11:21:07 2013 New Revision: 335876 URL: http://svnweb.freebsd.org/changeset/ports/335876 Log: Fix the build with freetype 2.5.1. Added: head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h (contents, props changed) Added: head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h Sun Dec 8 11:21:07 2013 (r335876) @@ -0,0 +1,12 @@ +--- src/libnrtype/FontFactory.h.orig 2013-12-08 11:01:49.000000000 +0100 ++++ src/libnrtype/FontFactory.h 2013-12-08 11:02:22.000000000 +0100 +@@ -31,7 +31,8 @@ + #include + #else + #include +-#include ++#include ++#include FT_FREETYPE_H + #endif + + namespace Glib