head 1.3; access; symbols pkgsrc-2014Q3:1.2.0.14 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.12 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.10 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.8 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.6 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.2 pkgsrc-2013Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2014.12.04.09.19.04; author wiz; state dead; branches; next 1.2; commitid fYfGctTiBoLhGH0y; 1.2 date 2013.03.19.15.10.09; author ryoon; state Exp; branches; next 1.1; 1.1 date 2013.03.16.17.27.27; author bouyer; state Exp; branches; next ; desc @@ 1.3 log @Remove file that's not in distinfo. @ text @$NetBSD: patch-apps_user_ldap_lib_access.php,v 1.2 2013/03/19 15:10:09 ryoon Exp $ --- apps/user_ldap/lib/access.php.orig 2013-03-16 18:19:18.000000000 +0100 +++ apps/user_ldap/lib/access.php 2013-03-16 18:19:35.000000000 +0100 @@@@ -602,7 +602,7 @@@@ // Translitaration //latin characters to ASCII - $name = iconv('UTF-8', 'ASCII//TRANSLIT', $name); + $name = iconv('UTF-8', 'ASCII', $name); //REPLACEMENTS $name = \OCP\Util::mb_str_replace(' ', '_', $name, 'UTF-8'); @ 1.2 log @No PKGREVISION bump. * Add NetBSD keyword to patch. * Fix PLIST. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @This requires php-pdo, add it to the depends list NetBSD's iconv doesn't support ASCII//TRANSLIT, use plain ASCII instead. bump PKGREVISION @ text @d1 2 @