From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 22 23:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 E0A9D2E7 for ; Sat, 22 Feb 2014 23:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A00ED15BD for ; Sat, 22 Feb 2014 23:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1MN00pi088812 for ; Sat, 22 Feb 2014 23:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1MN00Vn088811; Sat, 22 Feb 2014 23:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 22 Feb 2014 23:00:00 GMT Resent-Message-Id: <201402222300.s1MN00Vn088811@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, Nikola Kolev 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 DB30E2A7 for ; Sat, 22 Feb 2014 22:57:13 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C41FD15A2 for ; Sat, 22 Feb 2014 22:57:13 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1MMvDC6040027 for ; Sat, 22 Feb 2014 22:57:13 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1MMvDjS040026; Sat, 22 Feb 2014 22:57:13 GMT (envelope-from nobody) Message-Id: <201402222257.s1MMvDjS040026@cgiserv.freebsd.org> Date: Sat, 22 Feb 2014 22:57:13 GMT From: Nikola Kolev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186965: [patch] prayer missing header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 23:00:00 -0000 >Number: 186965 >Category: ports >Synopsis: [patch] prayer missing 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: Sat Feb 22 23:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Nikola Kolev >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Versions before FreeBSD 10 cannot find iconv.h header file. This is second patch for this port. I can merge them if its necessary. >How-To-Repeat: >Fix: Patch attached with submission follows: 45c45,46 < CPPFLAGS="${CFLAGS}" \ --- > CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" \ 94c95 < @${REINPLACE_CMD} "s,-liconv,${ICONV_LIB}," ${WRKSRC}/Config --- > @${REINPLACE_CMD} "s,-lutil,-lutil ${ICONV_LIB}," ${WRKSRC}/Config >Release-Note: >Audit-Trail: >Unformatted: