Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 00:22:08 +0200 (CEST)
From:      Melvyn Sopacua <melvyn@magemana.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ale@FreeBSD.org
Subject:   ports/188902: [PATCH] Fix localbase of converters/php5-iconv
Message-ID:  <20140422222208.632214AB50A@fire.magemana.nl>
Resent-Message-ID: <201404222230.s3MMU0r1034631@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140422222208.632214AB50A>