From owner-freebsd-ports@FreeBSD.ORG Mon Mar 6 13:46:54 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE8D16A420; Mon, 6 Mar 2006 13:46:54 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from mail.turbocat.net (mail.turbocat.net [213.133.116.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23DDA43D45; Mon, 6 Mar 2006 13:46:53 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: by mail.turbocat.net (Postfix, from userid 1002) id 7161B422EC81; Mon, 6 Mar 2006 14:46:51 +0100 (CET) Received: from acer-43b73db2a3.lan (ti131310a080-1054.bb.online.no [85.165.196.30]) by mail.turbocat.net (Postfix) with ESMTP id CB331422EC4D; Mon, 6 Mar 2006 14:46:50 +0100 (CET) From: Hans Petter Selasky To: ports@freebsd.org, ahze@FreeBSD.org Date: Mon, 6 Mar 2006 14:47:07 +0100 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603061447.08478.hselasky@c2i.net> Cc: Subject: Broken: ports/graphics/cairo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 13:46:54 -0000 Hi, PORTNAME= cairo PORTVERSION= 1.0.2 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ Compiling "cairo" broke complaining it could not find "ft2build.h" Manually editing the Makefile in work/.../src, adding "-I/usr/local/include/" to the CFLAGS made it compile again. Installed version of "fontconfig": fontconfig-2.3.2_3,1 An XML-based font configuration API for X Windows --HPS