From owner-cvs-ports@FreeBSD.ORG Mon May 26 22:23:57 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E87E037B401; Mon, 26 May 2003 22:23:57 -0700 (PDT) Received: from bell.ee.t.u-tokyo.ac.jp (bell.k.u-tokyo.ac.jp [133.11.65.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3D443F85; Mon, 26 May 2003 22:23:54 -0700 (PDT) (envelope-from mita@ee.t.u-tokyo.ac.jp) Received: from micro.if.t.u-tokyo.ac.jp (micro.if.t.u-tokyo.ac.jp [133.11.94.147]) by bell.ee.t.u-tokyo.ac.jp (Postfix) with ESMTP id A9C40458D; Tue, 27 May 2003 14:23:51 +0900 (JST) Date: Tue, 27 May 2003 14:23:50 +0900 Message-ID: <7vvfvx2c9l.wl@smtp.ee.t.u-tokyo.ac.jp> From: MITA Yoshio To: Kris Kennaway , lioux@freebsd.org In-Reply-To: <200305262059.h4QKxCFM014664@repoman.freebsd.org> References: <200305262059.h4QKxCFM014664@repoman.freebsd.org> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 05:23:58 -0000 Hello, >kris 2003/05/26 13:59:12 PDT > FreeBSD ports repository > Modified files: > Mk bsd.port.mk > Log: > Remove excessive quoting of comment strings in created packages. > Submitted by: lioux > Revision Changes Path > 1.451 +2 -2 ports/Mk/bsd.port.mk Still, this does not solve the real problem in +COMMENT file. The most important problem was not having backslash character, but is the lack of character code "LF" at the end of +COMMENT file. Because pkg_info expects charater code "LF", all installed packages are displayed in chain such as: oneko-2.0b_2 A cat chasing a mouse all over the screenopen-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295))openquicktime-1.0 Portable library for handling Apple's QuickTime(TM) files This is abnormal, and all operations concerning package dependency must fail. Regards, --- MITA Yoshio