ports/188902: [PATCH] Fix localbase of converters/php5-iconv

Melvyn Sopacua melvyn at magemana.nl
Tue Apr 22 22:30:00 UTC 2014


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


More information about the freebsd-ports-bugs mailing list