Created attachment 207150 [details] svn(1) diff against the ports tree (This PR also contains the same patch for openvpn-mbedtls; lumping together ) A test run with PR 229925 reveals one sed expression that uses the GNU-extension "\s". Given that this is the only occurrence and it's a trivial fix, update it to be POSIX-compatible. Some assistance with upstreaming this patch would be appreciated. =-) security/openvpn-devel also requires it, but I'm pushing that one into a separate PR since mandree@ does not maintain that one.
Kyle, thanks for the suggestion, will look at it tomorrow-ish or on Friday.
A commit references this bug: Author: mandree Date: Fri Sep 6 18:16:54 UTC 2019 New revision: 511348 URL: https://svnweb.freebsd.org/changeset/ports/511348 Log: Fix a sed regexp from GNUism to POSIX. Thanks! Also sent upstream for inclusion today, https://sourceforge.net/p/openvpn/mailman/message/36757480/ and https://sourceforge.net/p/openvpn/mailman/message/36757481/ PR: 240306 Submitted by: kevans@ Changes: head/security/openvpn/files/patch-configure head/security/openvpn/files/patch-libressl head/security/openvpn/files/patch-src_openvpn_openssl__compat.h head/security/openvpn/files/patch-tests_t__lpback.sh
Approved of & committed. The patch for security/openvpn gets picked up by security/openvpn-mbedtls automatically by means of the master/slave port relationship.