Bug 52097

Summary: +COMMENT files in all newly made packages contain quoted spaces
Product: Ports & Packages Reporter: Martin Horcicka <horcicka>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Martin Horcicka 2003-05-12 10:10:08 UTC
Due to recent change of ports/Mk/bsd.port.mk, new locally made packages
contain +COMMENT files with quoted shell meta-characters (including spaces)
in their content. The problematic part of bsd.port.mk (revision 1.448) is
line:

PKG_ARGS=               -v -c "-${COMMENT:Q}" -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "${MAKE} package-depends | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | sort -u" ${EXTRA_PKG_ARGS}

How-To-Repeat: 1. make package
2. check +COMMENT file in new package
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-05-16 03:55:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to maintainer.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2003-06-09 18:28:29 UTC
State Changed
From-To: open->closed

A fix has been committed, thanks!