Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 17:32:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255232] P
Message-ID:  <bug-255232-7788-WtV4Ga97EP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255232-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255232-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=3D255232

--- Comment #1 from Gordon <gordon.friedman@hotmail.com> ---
FreeBSD 13 changed the way sed and grep operate.

>From the release notes:

"The regex(3) function no longer accepts redundant escapes for most ordinary
characters. This will cause applications such as sed(1) and grep(1) to reje=
ct
regular expressions using these escapes. adeebf4cd47c"

The pdfjam script from the texlive port no longer operates as intended.

The sed directive from the pdfjam script throws an error:

pdfjam "input.pdf" 1-20 -o output.pdf
sed: 1: "/\\\usepackage{hyperref}/d": RE error: trailing backslash (\)
sed: 1: "/\\\hypersetup.*/d": RE error: trailing backslash (\)
sed: 1: "/\\\usepackage.*{geomet ...": RE error: trailing backslash (\)
sed: 1: "/\\\usepackage.*{color}/d": RE error: trailing backslash (\)

This is probably an easy fix, although I am not knowledgeable enough to know
where to start.  I believe this only affects FreeBSD 13 and later releases.

--=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-255232-7788-WtV4Ga97EP>