From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 4 11:40:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F68E16A4CE for ; Tue, 4 May 2004 11:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52FE43D53 for ; Tue, 4 May 2004 11:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i44IeDwd082653 for ; Tue, 4 May 2004 11:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i44IeDVB082648; Tue, 4 May 2004 11:40:13 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 4 May 2004 11:40:13 -0700 (PDT) Resent-Message-Id: <200405041840.i44IeDVB082648@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, "Conrad J. Sabatier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1F016A4CE for ; Tue, 4 May 2004 11:37:33 -0700 (PDT) Received: from lakermmtao08.cox.net (lakermmtao08.cox.net [68.230.240.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A37943D4C for ; Tue, 4 May 2004 11:37:32 -0700 (PDT) (envelope-from conrads@cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakermmtao08.cox.netESMTP <20040504183732.GFIH10595.lakermmtao08.cox.net@ip68-14-60-78.no.no.cox.net> for ; Tue, 4 May 2004 14:37:32 -0400 Received: from ip68-14-60-78.no.no.cox.net (localhost [127.0.0.1]) i44IbVa2031028 for ; Tue, 4 May 2004 13:37:31 -0500 (CDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)i44IbQMA031027; Tue, 4 May 2004 13:37:26 -0500 (CDT) (envelope-from conrads) Message-Id: <200405041837.i44IbQMA031027@ip68-14-60-78.no.no.cox.net> Date: Tue, 4 May 2004 13:37:26 -0500 (CDT) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66267: textproc/libcroc build can't find iconv.h (patch included) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 18:40:14 -0000 >Number: 66267 >Category: ports >Synopsis: textproc/libcroc build can't find iconv.h (patch included) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 04 11:40:13 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 5.2-CURRENT i386 >Organization: None >Environment: System: FreeBSD ip68-14-60-78.no.no.cox.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Thu Apr 29 11:12:46 CDT 2004 root@ip68-14-60-78.no.no.cox.net:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Build of textproc/libcroco fails when the includes from libxml2 which it depends on are unable to find iconv.h (due to missing -I${PREFIX}/include in CFLAGS) >How-To-Repeat: cd /usr/ports/textproc/libcroco; make >Fix: Apply the following patch to add the missing include path: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/libcroco/Makefile,v retrieving revision 1.9 diff -u -d -H -u -r1.9 Makefile --- Makefile 18 Apr 2004 17:57:53 -0000 1.9 +++ Makefile 4 May 2004 18:25:13 -0000 @@ -20,6 +20,8 @@ INSTALLS_SHLIB= yes USE_GNOME= gnomehack gtk20 libxml2 +CFLAGS+= -I${PREFIX}/include + MAN1= croco-config.1 csslint.1 .include >Release-Note: >Audit-Trail: >Unformatted: