From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 22 22:30: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 D317679D for ; Tue, 22 Apr 2014 22:30: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0B71597 for ; Tue, 22 Apr 2014 22:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MMU0Df034633 for ; Tue, 22 Apr 2014 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MMU0r1034631; Tue, 22 Apr 2014 22:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 22 Apr 2014 22:30:00 GMT Resent-Message-Id: <201404222230.s3MMU0r1034631@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, Melvyn Sopacua 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 9A3D557F; Tue, 22 Apr 2014 22:22:09 +0000 (UTC) Received: from fire.magemana.nl (magemana.nl [77.72.149.204]) by mx1.freebsd.org (Postfix) with ESMTP id 65429153C; Tue, 22 Apr 2014 22:22:09 +0000 (UTC) Received: by fire.magemana.nl (Postfix, from userid 1003) id 632214AB50A; Wed, 23 Apr 2014 00:22:08 +0200 (CEST) Message-Id: <20140422222208.632214AB50A@fire.magemana.nl> Date: Wed, 23 Apr 2014 00:22:08 +0200 (CEST) From: Melvyn Sopacua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188902: [PATCH] Fix localbase of converters/php5-iconv Cc: ale@FreeBSD.org 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: Tue, 22 Apr 2014 22:30:00 -0000 >Number: 188902 >Category: ports >Synopsis: [PATCH] Fix localbase of converters/php5-iconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 22 22:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Melvyn Sopacua >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD fire.magemana.nl 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #1 r263178: Mon Mar 17 21:30:16 CET 2014 melvyn@fire.magemana.nl:/usr/obj/usr/src/sys/TRANSIP amd64 >Description: Anything depending on converters/php5-iconv doesn't build on QATty build (custom prefix), because iconv library cannot be found. >How-To-Repeat: Build converters/php5-iconv on redports QATty. >Fix: --- iconv-localbase.patch begins here --- diff -r 38e35e737034 lang/php5/Makefile.ext --- a/lang/php5/Makefile.ext Mon Apr 21 16:22:20 2014 +0000 +++ b/lang/php5/Makefile.ext Wed Apr 23 00:17:03 2014 +0200 @@ -126,7 +126,7 @@ .endif .if ${PHP_MODNAME} == "iconv" -CONFIGURE_ARGS+=--with-iconv +CONFIGURE_ARGS+=--with-iconv=${LOCALBASE} USES+= iconv:translit .endif --- iconv-localbase.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: