From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 10:56:37 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4870A16A417; Wed, 19 Dec 2007 10:56:37 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5E313C461; Wed, 19 Dec 2007 10:56:36 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.197]) by hermes.wbtsystems.com (Postfix) with ESMTP id B15CAF7442; Wed, 19 Dec 2007 10:37:55 +0000 (GMT) From: "Barry Byrne" To: Date: Wed, 19 Dec 2007 10:37:52 -0000 Message-ID: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AchCKzTTKMgZosx+QIiTYSLW9ucoPw== Cc: ports@FreeBSD.org Subject: FreeBSD Port: horde-base-3.1.5_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 10:56:37 -0000 Hi, Just portupgraded from horde-base-3.1.5 to 3.1.5_1 and ended up with an parse error in NSL.php. Checked the patched file (NLS.php) and I had something like this; \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); \xa0 \xa0 \xa0 \xa0} When I replaced the \xa0 with tabs, all was fine again. Perhaps it's something with my system (6.2Release p-9), but I've not had an issue like this before. Regards, Barry