5a4d5949d8
Two problems lie in ${EDELIB_WRKSRC}/sslib/gen-c-string.sh sed usage: - \s is a GNU extension, this is trivially replaced with [[:space:]], HOWEVER: - The next expression uses \t and expects a tab, but this will not happen with our sed. \s was caught by the patch in bug #229925 that forbids escaping ordinary characters that have no extra meaning to lessen the stress of later adding special behavior to some of these escape sequences. \t, however, will just silently do the wrong thing. Switch this over to gsed for now; a pass will be done later to check out every port with BUILD_DEPENDS containing gsed to evaluate whether we're ready for them to use base sed or not. QA: * portlint: OK (minor warnings that should be addressed separately) * testport: OK (poudriere: 13.0-CURRENT and 12.0-RELEASE, amd64) * diffoscope: OK (only minor metadata changes to package) PR: 240312 Approved by: koobs (ports) |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |