From owner-cvs-all@FreeBSD.ORG Fri Jul 23 13:10:12 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF7C1065675; Fri, 23 Jul 2010 13:10:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FF588FC19; Fri, 23 Jul 2010 13:10:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6NDACkE059682; Fri, 23 Jul 2010 13:10:12 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6NDACBU059681; Fri, 23 Jul 2010 13:10:12 GMT (envelope-from olgeni) Message-Id: <201007231310.o6NDACBU059681@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 23 Jul 2010 13:10:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/cl-meta Makefile ports/textproc/cl-meta/files patch-meta.lisp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 13:10:12 -0000 olgeni 2010-07-23 13:10:12 UTC FreeBSD ports repository Modified files: textproc/cl-meta Makefile Added files: textproc/cl-meta/files patch-meta.lisp Log: Building textproc/cl-meta-clisp fails with the following message: ;; Compiling file /usr/local/lib/common-lisp/meta/meta.lisp ... *** - SYSTEM::LINE-COMMENT-READER: Invalid byte #xFC in CHARSET:ASCII conversion It turns out that clisp does not like non-ASCII characters, even in comments. textproc/cl-meta contains source code for textproc/cl-meta-clisp: patch a comment line to use "Nuremberg" rather than the actual German spelling, which contains the 0xFC character (U-umlaut). This unbreaks textproc/cl-meta-clisp. Noticed by: QAT via itetcu, pointyhat via pav Revision Changes Path 1.9 +1 -1 ports/textproc/cl-meta/Makefile 1.1 +14 -0 ports/textproc/cl-meta/files/patch-meta.lisp (new)