Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 19:44:38 +0100
From:      Raphael Kubo da Costa <rakuco@freebsd.org>
To:        "Jason E. Hale" <jhale@freebsd.org>
Cc:        "svn-ports-head\@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all\@freebsd.org" <svn-ports-all@freebsd.org>, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r428683 - in head/security: pinentry pinentry-qt4 pinentry/files
Message-ID:  <864m224cq1.fsf@FreeBSD.org>
In-Reply-To: <CAJE75NEm0TOkFrgLPTXuMNPP8McgkkS9-uuzWoYXYWg6F9PHjQ@mail.gmail.com> (Jason E. Hale's message of "Sat, 17 Dec 2016 10:35:46 -0500")
References:  <201612161531.uBGFVOI4055900@repo.freebsd.org> <8660miveyx.fsf@FreeBSD.org> <CAJE75NEm0TOkFrgLPTXuMNPP8McgkkS9-uuzWoYXYWg6F9PHjQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Jason E. Hale" <jhale@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864m224cq1.fsf>