Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2021 16:55:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 257715] [NEW PORT] x11/betterlockscreen: prettier lockscreen for i3lock-color
Message-ID:  <bug-257715-7788-S3z8M4Ub1H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257715-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257715-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=3D257715

--- Comment #15 from Jan Beich <jbeich@FreeBSD.org> ---
Have you tried replacing Perl extensions instead? \s is same as [[:space:]],
see perlre(1) and isspace(3) manpages.

post-patch:
        @${REINPLACE_CMD} -E -e '/grep|sed/s,\\s,[[:space:]],g' \
                ${WRKSRC}/${PORTNAME}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257715-7788-S3z8M4Ub1H>