cvs commit: ports/Mk bsd.port.mk

MITA Yoshio mita at ee.t.u-tokyo.ac.jp
Mon May 26 22:23:58 PDT 2003


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



More information about the cvs-ports mailing list