svn commit: r428683 - in head/security: pinentry pinentry-qt4 pinentry/files

Raphael Kubo da Costa rakuco at freebsd.org
Sat Dec 17 18:45:12 UTC 2016


"Jason E. Hale" <jhale at freebsd.org> writes:

>     AC_CHECK_TOOL(MOC, moc)
>     AC_MSG_CHECKING([moc version])
>     mocversion=`$MOC -v 2>&1`
>     mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"`
>     if test x"$mocversiongrep" != x"$mocversion"; then
>       AC_MSG_RESULT([no])

Ah, this is only broken on non-standard configurations (I build with
WITHOUT_GNU_GREP_COMPAT=yes), which means the grep call above will fail
because the | won't be recognized as a special character. I'll see if I
can send a patch upstream.


More information about the svn-ports-head mailing list