1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Allow the use of //TRANSLIT and //IGNORE with PHP iconv.

PR:		ports/184596
Tested by:	grembo
Approved by:	ale (maintainer)
This commit is contained in:
Tijl Coosemans 2014-01-29 20:41:27 +00:00
parent 8f55879b99
commit b2f07a8a49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341778
6 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php5

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php53

View File

@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php55

View File

@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--enable-hash \
.if ${PHP_MODNAME} == "iconv"
CONFIGURE_ARGS+=--with-iconv
USES+= iconv
USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"

View File

@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--enable-hash \
.if ${PHP_MODNAME} == "iconv"
CONFIGURE_ARGS+=--with-iconv
USES+= iconv
USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"

View File

@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--enable-hash \
.if ${PHP_MODNAME} == "iconv"
CONFIGURE_ARGS+=--with-iconv
USES+= iconv
USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"