[Poppler-bugs] [Bug 72744] [PATCH] Fix detection of moc for Qt5
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jul 24 17:04:59 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=72744
--- Comment #5 from Richard PALO <richard at netbsd.org> ---
(In reply to Albert Astals Cid from comment #4)
> Can you explain why you need the patch?
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 at omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion
moc 5.5.1
richard at omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion | grep
"Qt 5\|moc 5"
richard at omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion | grep
-E "Qt 5|moc 5"
moc 5.5.1
richard at omnis:/home/richard/src/pkgsrc/print/poppler$ echo $mocversion | ggrep
"Qt 5\|moc 5"
moc 5.5.1
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160724/778d78bd/attachment.html>
More information about the Poppler-bugs
mailing list