From owner-freebsd-ports Tue Jan 22 0:11:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D15037B404; Tue, 22 Jan 2002 00:11:07 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0M85Ld67288; Tue, 22 Jan 2002 00:05:21 -0800 (PST) (envelope-from sobomax) Date: Tue, 22 Jan 2002 00:05:21 -0800 (PST) From: Message-Id: <200201220805.g0M85Ld67288@freefall.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 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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