Date: Fri, 23 Jul 2010 13:10:12 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cl-meta Makefile ports/textproc/cl-meta/files patch-meta.lisp Message-ID: <201007231310.o6NDACBU059681@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007231310.o6NDACBU059681>