Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2014 22:31:08 +0100
From:      Spil Oss <spil.oss@gmail.com>
To:        freebsd-ports-bugs@freebsd.org, pr@63bit.net
Subject:   Re: ports/187267: php5-iconv (and php55-iconv) link against converters/libiconv instead of base
Message-ID:  <CAEJyAvOmPJid4GJv=iLJyUVjXq67FqhTMbUmh7cDtDpOL3sKFw@mail.gmail.com>
In-Reply-To: <201403050030.s250U9Y6046822@freefall.freebsd.org>
References:  <201403050030.s250U9Y6046822@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Problem is not simply with iconv from base or ports. On 10 php55 was
building against libiconv from base and you could completely remove
the port. SVN rev 341778 re-establishes the dependency on libiconv
from ports for the transliteration capability that is (not yet?)
available in iconv from base (see ports/184596).

.if ${PHP_MODNAME} == "iconv"
CONFIGURE_ARGS+=--with-iconv

USES+= iconv:translit
.endif



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