Date: Tue, 22 Jan 2002 00:05:21 -0800 (PST) From: <sobomax@FreeBSD.org> To: mi@aldan.algebra.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/34126: regexps in the LIB_DEPENDS Message-ID: <200201220805.g0M85Ld67288@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: regexps in the LIB_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: sobomax State-Changed-When: Tue Jan 22 00:03:16 PST 2002 State-Changed-Why: The patch is insufficient because of the following: 1. Documentation wasn't updated to reflect the change of semantics. 2. Because of dot's special RE meaning the patch could lead to a wrong matches, following is a short example: $ echo qt23.1234 | grep -qwE qt.3 && echo 'Bzzt, Wrong!!!' Bzzt, Wrong!!! Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: sobomax Responsible-Changed-When: Tue Jan 22 00:03:16 PST 2002 Responsible-Changed-Why: portmgr material. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34126 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201220805.g0M85Ld67288>