<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - [PATCH] Fix detection of moc for Qt5"
href="https://bugs.freedesktop.org/show_bug.cgi?id=72744#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - [PATCH] Fix detection of moc for Qt5"
href="https://bugs.freedesktop.org/show_bug.cgi?id=72744">bug 72744</a>
from <span class="vcard"><a class="email" href="mailto:richard@netbsd.org" title="Richard PALO <richard@netbsd.org>"> <span class="fn">Richard PALO</span></a>
</span></b>
<pre>(In reply to Albert Astals Cid from <a href="show_bug.cgi?id=72744#c4">comment #4</a>)
<span class="quote">> Can you explain why you need the patch?</span >
Sorry, seem to have missed your request...
This is because the clause seems to presume GNU grep and does not necessarily
work with all native grep tools.
richard@omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion
moc 5.5.1
richard@omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion | grep
"Qt 5\|moc 5"
richard@omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion | grep
-E "Qt 5|moc 5"
moc 5.5.1
richard@omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion | ggrep
"Qt 5\|moc 5"
moc 5.5.1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>