| 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 | ||
Responsible Changed From-To: freebsd-ports-bugs->portmgr Over to maintainer. State Changed From-To: open->closed A fix has been committed, thanks! |
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