Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 14:23:50 +0900
From:      MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
To:        Kris Kennaway <kris@FreeBSD.org>, lioux@freebsd.org
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/Mk bsd.port.mk
Message-ID:  <7vvfvx2c9l.wl@smtp.ee.t.u-tokyo.ac.jp>
In-Reply-To: <200305262059.h4QKxCFM014664@repoman.freebsd.org>
References:  <200305262059.h4QKxCFM014664@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7vvfvx2c9l.wl>