Date: Fri, 24 Jul 2020 17:11:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229925] [EXP-RUN] Disallow escaping ordinary characters in regex(3) Message-ID: <bug-229925-7788-2TqdhDEOGL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229925-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-229925-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229925 --- Comment #33 from commit-hook@FreeBSD.org --- A commit references this bug: Author: kevans Date: Fri Jul 24 17:10:52 UTC 2020 New revision: 543267 URL: https://svnweb.freebsd.org/changeset/ports/543267 Log: Multiple ports: improve regex compliance (part 2) This is again a part of the project to stop extraneous escaping of ordinary characters and redefine some ordinary escapes as special behavior. Most of these ports are pushed over to use textproc/gsed because they want to use GNU extensions. Others are fixed to either escape appropriat= ely (e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes (e.g. backtick in single quotes doesn't need escaped). PR: 229925 MFH: no (invasive risk) Changes: head/databases/cassandra4/Makefile head/databases/couchdb3/Makefile head/french/aster/files/patch-as_setup.py head/java/openjdk14/Makefile head/security/openfortivpn/Makefile head/security/xca/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229925-7788-2TqdhDEOGL>