[Bug 233453] mail/thunderbird: use textproc/gsed for GNU extensions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 26 00:12:45 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233453

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199545|0                           |1
        is obsolete|                            |

--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 199545
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199545
Replace \S with [^[:space:]] (put under files/ directory)

> +ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[^[:space:]]* *//'`"

Doh, [ and ] have to be escaped in autoconf e.g., [^[:space:]] ->
[[^[:space:]]].

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


More information about the freebsd-ports-bugs mailing list