From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 12 13:20:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF56A106566C for ; Mon, 12 Jan 2009 13:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB4958FC17 for ; Mon, 12 Jan 2009 13:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CDK46i094178 for ; Mon, 12 Jan 2009 13:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0CDK41J094175; Mon, 12 Jan 2009 13:20:04 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jan 2009 13:20:04 GMT Resent-Message-Id: <200901121320.n0CDK41J094175@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Vereshagin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0E2106566B for ; Mon, 12 Jan 2009 13:11:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5378FC22 for ; Mon, 12 Jan 2009 13:11:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CDB3Hn008576 for ; Mon, 12 Jan 2009 13:11:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0CDB3IH008575; Mon, 12 Jan 2009 13:11:03 GMT (envelope-from nobody) Message-Id: <200901121311.n0CDB3IH008575@www.freebsd.org> Date: Mon, 12 Jan 2009 13:11:03 GMT From: Peter Vereshagin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130420: p5-Imager XS lacks of freetype header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 13:20:05 -0000 >Number: 130420 >Category: ports >Synopsis: p5-Imager XS lacks of freetype header >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: Mon Jan 12 13:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Peter Vereshagin >Release: 7.1-STABLE >Organization: Private >Environment: FreeBSD screwed.box 7.1-STABLE FreeBSD 7.1-STABLE #1: Sat Jan 10 14:27:57 SAMT 2009 toor@screwed.box:/usr/local/src/sys/i386/compile/OPER i386 >Description: the font.c of p5-Imager fails to compile without ft2build.h inclusion. It does after patch of the include presence. === ===> Building for p5-Imager-0.67_1 cc -c -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2/freetype -I/usr/local/include/freetype1/freetype -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -DVERSION=\"0.67\" -DXS_VERSION=\"0.67\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" -DOS_freebsd -I/usr/local/include -O2 -fno-strict-aliasing -pipe font.c In file included from font.c:772: /usr/local/include/freetype2/freetype/freetype.h:20:2: error: #error "`ft2build.h' hasn't been included yet!" /usr/local/include/freetype2/freetype/freetype.h:21:2: error: #error "Please always use macros to include FreeType header files." /usr/local/include/freetype2/freetype/freetype.h:22:2: error: #error "Example:" /usr/local/include/freetype2/freetype/freetype.h:23:2: error: #error " #include " /usr/local/include/freetype2/freetype/freetype.h:24:2: error: #error " #include FT_FREETYPE_H" *** Error code 1 === >How-To-Repeat: cd /usr/ports/graphics/p5-Imager make >Fix: #include at the line 20 of font.h But unsure if it's right thing to do. >Release-Note: >Audit-Trail: >Unformatted: